# Data Visualization

> Source: https://aiwiki.ai/wiki/data_visualization
> Updated: 2026-06-09
> Categories: AI Tools & Products, Data Science
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

*See also: [Data Visualization ChatGPT Plugins](/wiki/data_visualization_chatgpt_plugins)*

**Data visualization** is the graphical representation of information and data. The use of artificial intelligence in data visualization and business intelligence (BI) has grown rapidly since 2018, when [Tableau](/wiki/tableau) shipped Ask Data, and accelerated sharply after the release of [ChatGPT](/wiki/chatgpt) in late 2022. By 2024 every major BI vendor, including [Microsoft](/wiki/microsoft) Power BI, [Tableau](/wiki/tableau), [ThoughtSpot](/wiki/thoughtspot), Google [Looker](/wiki/looker), [Snowflake](/wiki/snowflake), and [Databricks](/wiki/databricks), had shipped a generative AI assistant that converted natural language questions into charts, dashboards, and SQL. A parallel research literature on chart understanding, generative dashboards, and natural language to visualization (NL2VIS) sits behind these products.

## Overview

AI in data visualization spans several adjacent areas. Natural language to chart systems translate questions like "sales by region last quarter" into a [Vega-Lite](/wiki/vega-lite) specification or a SQL query joined to a chart. Generative dashboards build a full report from a short prompt and a semantic model. AI BI copilots layer chat, summarization, and code generation on top of an existing BI tool. Automated insight detection scans datasets for outliers, trends, and segment-level drivers without an explicit query. Chart understanding research focuses on the inverse problem: given a chart image, extract its values, summarize it, or answer questions about it. Each area shares an underlying claim that [large language models](/wiki/large_language_model) can lower the barrier between business users and structured data.

The quality of the output depends heavily on the semantic layer that sits between the model and the warehouse. Tools that expose a curated set of metrics, dimensions, and joins to the model (Tableau Pulse, Looker, Snowflake Cortex Analyst, Databricks Genie) tend to produce more reliable answers than tools that ask the model to write raw SQL against a schema dump. The cost of a wrong number is high in BI, which is why vendors emphasize semantic models, certification, and trust scoring rather than raw model accuracy.

## History

### Pre-LLM era

Automatic chart selection predates the deep learning boom by decades. Jock Mackinlay's 1986 PhD thesis at Stanford described APT, an automatic presentation tool that picked chart types based on data type and the task being supported. The ideas were folded into [Tableau](/wiki/tableau) as the **Show Me** feature, added to Tableau 1.5 in 2005 and described in a 2007 paper by Mackinlay, Hanrahan, and Stolte at IEEE VIS. Show Me used heuristics over the VizQL grammar to recommend mark types when the user dropped fields onto a view.

Natural language interfaces appeared in research prototypes during the 2010s. NL4DV, a Python toolkit from the Georgia Tech Visualization Lab released in 2020, translated questions into Vega-Lite specifications using rule-based parsing and a fixed task taxonomy of ten operations. Microsoft shipped **Power BI Q&A** in 2015, which used tokenization, named entity recognition, and a hand-tuned synonym list to translate English questions into DAX queries against a tabular model.

### Ask Data and automated insights, 2018 to 2022

[Tableau](/wiki/tableau) previewed **Ask Data** at its annual conference in October 2018 and released it in Tableau 2019.1 in February 2019. Ask Data accepted colloquial queries, applied synonyms from a semantic model, and used Show Me to pick the visualization type. The same year Tableau shipped **Explain Data** in version 2019.3 (September 2019), which used Bayesian models to suggest explanations for individual data points in a view, including dimensions not on the chart.

Microsoft introduced **Power BI Quick Insights** earlier in the decade. Quick Insights ran a set of advanced analytical algorithms developed with Microsoft Research over a semantic model to find correlations, outliers, trends, seasonality, and major factors. SAS Visual Analytics and SAP Analytics Cloud added similar automated insight features. Most of these tools used classical statistics rather than [neural networks](/wiki/neural_network).

### ChatGPT era and the generative BI race, 2023 onwards

The public release of ChatGPT on November 30, 2022, reset expectations about what a BI chat interface could do. Within six months every major BI vendor announced a generative AI roadmap.

[ThoughtSpot](/wiki/thoughtspot) was first. The company announced **Sage**, a GPT-3 integration for natural language search, on March 9, 2023, and demonstrated it at its Beyond conference on May 9 and 10, 2023. [Microsoft](/wiki/microsoft) introduced **Copilot for Power BI** at Microsoft Build on May 23, 2023, as part of the Microsoft Fabric launch. [Salesforce](/wiki/salesforce) unveiled **Tableau GPT** and **Tableau Pulse** at Tableau Conference in May 2023, framing them as the successor to Ask Data and Explain Data. **Hex Magic** entered public beta on May 4, 2023, bringing AI-generated SQL, Python, and chart cells to Hex notebooks.

The second wave shipped over the following twelve months. Power BI Copilot entered public preview in November 2023 and reached general availability in June 2024. Tableau Pulse became generally available on February 22, 2024, alongside the Tableau 2024.1 release. Einstein Copilot for Tableau entered limited beta in April 2024. Google announced **Gemini in Looker** at Cloud Next on April 9, 2024, including a Conversational Analytics workspace that went into preview in September 2024. [Snowflake](/wiki/snowflake) launched **Cortex Analyst** in public preview on August 14, 2024. [Databricks](/wiki/databricks) announced **AI/BI** and the **Genie** conversational interface on June 12, 2024. ThoughtSpot replaced Sage with **Spotter**, an agentic successor, in 2024.

## BI copilots

The table below lists the main generative AI copilots shipped by enterprise BI vendors. Dates refer to the first public announcement and general availability where known.

| Product | Vendor | First announced | General availability | Notes |
|---|---|---|---|---|
| [Copilot for Power BI](/wiki/power_bi_copilot) | [Microsoft](/wiki/microsoft) | May 23, 2023 (Build) | June 2024 (Fabric workload) | Built on Azure OpenAI Service. Generates report pages, summaries, DAX, and natural language Q&A. Requires Power BI Premium P1 or Fabric F64 capacity. |
| [Tableau Pulse](/wiki/tableau_pulse) | [Salesforce](/wiki/salesforce) / [Tableau](/wiki/tableau) | May 2023 (TC23, as Tableau GPT) | February 22, 2024 | Generative AI insight feed over a metrics layer. Sends summaries to Slack, Teams, and email. Free with Tableau Cloud. |
| Einstein Copilot for Tableau (now Tableau Agent) | [Salesforce](/wiki/salesforce) / [Tableau](/wiki/tableau) | February 2024 | Limited beta April 2024, broader rollout 2024 to 2025 | Conversational assistant inside Tableau Cloud authoring. Built on the Einstein Trust Layer. |
| [Spotter](/wiki/thoughtspot_spotter) (replaces Sage) | [ThoughtSpot](/wiki/thoughtspot) | Sage March 9, 2023; Spotter 2024 | Spotter for ThoughtSpot Analytics GA 2024 | Agentic BI assistant. Sage was never made GA. Spotter introduced SpotterModel, SpotterViz, and SpotterCode sub-agents. |
| Mode AI / Helix | Mode (acquired by [ThoughtSpot](/wiki/thoughtspot) July 19, 2023) | 2023 | Folded into ThoughtSpot Analyst Studio in 2025 | Mode contributed a SQL IDE and Python and R notebooks to ThoughtSpot. The Helix data engine powers Mode's interactive visual analytics. |
| Gemini in Looker / Conversational Analytics | [Google](/wiki/google) Cloud | April 9, 2024 (Next 24) | Conversational Analytics preview September 2024 | Includes LookML Assistant, Visualization Assistant, and slide generation. Uses [Gemini](/wiki/gemini) over the Looker semantic model. |
| Looker Studio Gemini | [Google](/wiki/google) Cloud | July 2024 | Preview for Looker Studio Pro | Brings Gemini chart creation and summary into the free-tier dashboard tool. |
| Hex Magic | Hex Technologies | May 4, 2023 (public beta) | 2023 | Generates SQL, Python, and chart cells in notebooks. Notebook Agent released August 2024 chains multiple cells. |
| Sigma AI / Sigma Copilot | Sigma Computing | Spring 2024 | Fall 2024 launch added Explain Viz and Formula Assistant | Uses customer-supplied LLM credentials. Spreadsheet-style BI tool. |
| [Databricks](/wiki/databricks) AI/BI Genie | [Databricks](/wiki/databricks) | June 12, 2024 (Data + AI Summit) | Genie GA 2025, AI/BI Dashboards GA 2024 | [Compound AI system](/wiki/compound_ai_system) with planning, SQL, visualization, and certification agents. Tightly coupled to Unity Catalog. |
| [Snowflake](/wiki/snowflake) Cortex Analyst | [Snowflake](/wiki/snowflake) | August 14, 2024 (public preview) | 2025 | Built on [Llama](/wiki/llama) and [Mistral](/wiki/mistral) models. Uses a user-defined semantic model. Snowflake reports about 90% text-to-SQL accuracy on internal benchmarks. |
| Qlik Answers and Qlik Predict (formerly AutoML) | Qlik | Qlik Answers GA July 2024; AutoML enhancements September 2024 | 2024 | Qlik Answers is a RAG knowledge assistant over unstructured data. Qlik Predict is the renamed AutoML product. |
| Domo.AI / Agent Catalyst | Domo | Domo.AI announced 2023; Agent Catalyst March 2024 | 2024 | Toolkit for building agents over Domo data. Supports text-to-SQL and text-to-Beastmode formulas. Pluggable LLM backend. |
| Deepnote AI | Deepnote | 2023 | 2024 | AI-first notebook with auto-notebook generation and an autonomous Auto AI mode. |
| Databricks Assistant | [Databricks](/wiki/databricks) | 2023 | Autocomplete GA 2024 | Inline AI suggestions for SQL and Python in notebooks, queries, and AI/BI Dashboards. |
| SAP Just Ask in SAP Analytics Cloud (Joule integration) | [SAP](/wiki/sap) | 2023 | Controlled release Q1 2025 | Natural language interface to SAC charts and tables. Joule is SAP's broader generative AI copilot. |

### Capability differences

The copilots converge on a similar set of features. All of them accept a natural language question, attempt to generate SQL or a chart specification, and return a result with a short summary. They diverge on three axes.

The first is the semantic layer. Power BI Copilot uses the tabular model. Tableau Pulse uses a new Metrics Layer added in 2024.1. Looker uses LookML. Snowflake Cortex Analyst requires a user-defined semantic model written in YAML. Databricks Genie reads metadata from Unity Catalog. Without a semantic layer the model has to guess at table joins from schema names, which is the main source of errors.

The second axis is the model backend. Power BI Copilot and Tableau Pulse use Azure OpenAI. Looker uses [Gemini](/wiki/gemini). Snowflake Cortex Analyst runs Llama and Mistral models inside Snowflake to keep data inside the security perimeter. Databricks Genie uses an ensemble of agents on the underlying Databricks Mosaic AI runtime. Domo and Sigma let customers plug in their own LLM credentials.

The third axis is the integration point. Tableau Pulse pushes summaries to Slack and email rather than asking users to open the BI tool. Power BI Copilot lives inside the report authoring canvas. ThoughtSpot Spotter is the primary interface to ThoughtSpot Analytics rather than a side panel.

## Natural language to chart and notebook AI

Outside the enterprise BI suites a separate class of tools targets analysts and data scientists.

**Julius AI**, launched in 2023, is a conversational data analysis tool that accepts CSVs, Excel files, PDFs, and database connections, then runs Python, R, or SQL code in response to natural language prompts. It can handle larger files than the ChatGPT data analyst plugin and exposes the generated code for inspection.

**Vizly**, founded in 2023 by McGill University graduates Sami Sahnoune and Ali Shobeiri and incubated at Y Combinator, offers a chat-style interface that produces charts and statistical analyses from uploaded files.

**Polymer** turns spreadsheets into interactive dashboards and supports natural language queries against the resulting database. **Akkio** combines no-code [machine learning](/wiki/machine_learning) with a GPT-4 powered natural language layer for cleaning, predicting, and charting.

**Hex Magic** is the AI layer inside Hex notebooks. The May 2023 public beta included Generate, Edit, Explain, Fix, and Explode tools. A March 2024 update let Magic generate multiple cells at once, chaining SQL, Python, and Chart cells. A November 2024 update added Ask Magic AI for data questions. Hex released a Notebook Agent in August 2024 that operates across cells.

**Deepnote** ships an AI assistant that generates entire notebooks from a prompt, with an autonomous Auto AI mode that executes the generated code and self-corrects.

**Jupyter AI** is an [open source](/wiki/open_source) extension for JupyterLab maintained by the Project Jupyter team. It exposes a chat panel and inline magic commands that call out to OpenAI, [Anthropic](/wiki/anthropic), [Cohere](/wiki/cohere), Hugging Face, and other providers. Version 2 of Jupyter AI shipped with JupyterLab 4 and added agent-style features.

**Databricks Assistant** is the inline AI feature inside Databricks notebooks, queries, and AI/BI Dashboards. Databricks Assistant Autocomplete reached general availability in 2024 with personalized AI suggestions as the user types.

**Canva Flourish** is the data visualization product Canva acquired in 2022. Flourish itself is a template-driven no-code tool rather than a generative AI product, but it integrates with Canva's broader AI features.

## Automated insights and anomaly detection

Automated insight detection predates the LLM wave but has been rebuilt around it. The category covers tools that surface trends, outliers, and segment-level drivers without an explicit user query.

**Tableau Explain Data**, released in Tableau 2019.3, uses Bayesian methods to fit dozens of statistical models in real time and suggest explanations for individual data points. It can pick up on dimensions not currently on the chart.

**Tableau Pulse** uses generative AI to summarize automated insight detection in natural language. It flags changes, detects drivers, trends, and outliers, and pushes summaries to Slack, Teams, and email.

**Power BI Quick Insights** runs algorithms developed with Microsoft Research to find correlations, outliers, trends, seasonality, change points in trends, and major factors. The system can produce up to ten different types of insight cards. Microsoft has announced that Power BI Q&A will be retired in December 2026 and replaced by Copilot.

**SAS Visual Analytics** integrates SAS Viya machine learning to produce automated charts, forecasts, and decision tree explanations.

**SAP Analytics Cloud Just Ask** lets users type questions and receive charts or tables. SAP is folding Just Ask into Joule, SAP's broader generative AI copilot, with a controlled release planned for Q1 2025.

**Domo.AI Agent Catalyst**, launched in March 2024, lets customers configure agents that combine an LLM with their Domo dataset and a tool catalog. Domo's text-to-Beastmode capability translates natural language into the Beastmode calculation language.

## Chart understanding research

A research community focuses on the inverse problem of going from a chart image to a structured representation, a summary, or an answer to a question about the chart.

**ChartQA**, presented by Ahmed Masry and colleagues at ACL 2022, is the most widely used benchmark for chart question answering. It contains 9,608 human-written questions and 23,111 questions generated from human-written chart summaries, totaling 28,299 question-answer pairs over 18,317 chart images. ChartQA emphasizes complex reasoning that mixes visual features and arithmetic operations.

**PlotQA** by Nitesh Methani, Pritha Ganguly, and colleagues at WACV 2020 contains 28.9 million question-answer pairs grounded over 224,377 scientific plots. PlotQA included real-valued answers and richer label variability than earlier synthetic datasets like FigureQA and DVQA.

**ChartLlama** is a multimodal LLM for chart understanding and generation, introduced in arXiv paper 2311.16483 in November 2023. The authors built an instruction tuning dataset using GPT-4 in a multi-step pipeline and reported state-of-the-art results on ChartQA, Chart-to-text, and chart extraction benchmarks.

**ChartMimic** at arXiv 2406.09961 (June 2024) evaluates LMMs on the chart-to-code task. The benchmark contains 4,800 human-curated triplets of (figure, instruction, code) spanning 18 regular chart types and 4 advanced types. GPT-4o scored 83.2 on ChartMimic but still struggled on realistic chart-to-code generation.

**MatPlotAgent**, published in Findings of ACL 2024, is an LLM-based agentic system for scientific data visualization that combines code generation with visual feedback loops.

**ChartX and ChartVLM** at arXiv 2402.12185 provide a versatile benchmark and foundation model for chart understanding across 18 chart types.

A recurring finding from this literature is that vision-language models fabricate numbers when reading dense or low-contrast charts. The 2024 paper *Are LLMs ready for Visualization?* and follow-on work documented that GPT-4 misreads color legends and hallucinates legend entries, especially when hues are close.

## Generative dashboard research

Several research projects from Microsoft Research and academic groups treat dashboard generation as a structured generation problem.

**LIDA**, a Microsoft Research project led by Victor Dibia and presented at ACL 2023, generates grammar-agnostic visualizations and infographics using large language models. LIDA has four modules: a Summarizer that converts a dataset into a compact natural language summary, a Goal Explorer that enumerates visualization goals, a VisGenerator that produces and refines visualization code in any grammar (matplotlib, seaborn, [Altair](/wiki/altair), [D3.js](/wiki/d3_js)), and an Infographer that uses image generation models to render stylized output. LIDA is open source on GitHub at microsoft/lida.

**Data Formulator**, also from Microsoft Research, takes a concept-driven approach to chart authoring. The initial release in late 2023 separated chart configuration from data transformation, letting users define visualization concepts through example-based UI interactions or natural language. The AI backend generates the data-reshaping code and the Vega-Lite specification. **Data Formulator 2**, published in 2024, added thread memory, conversational refinement, and persistent connectors to databases.

**NL4DV** is the older Python toolkit from the Georgia Tech Visualization Lab, with subsequent contributions from UNC Charlotte and HKUST. It maps natural language queries to a JSON specification that includes data attributes, analytic tasks from the Amar et al. taxonomy, and a list of Vega-Lite charts.

**VisAct**, published in the Journal of Visualization in 2020 by researchers at Tongji University, is a visualization design system based on semantic actions. It guides users through chart construction step by step, with an action history panel and a high-level grammar of semantic actions. A user study compared VisAct with the Vega-Lite based Polestar system and found fewer completion steps.

## Concerns

The rapid spread of AI in BI has generated several concerns that vendors and researchers acknowledge.

**Hallucinated numbers.** When a model summarizes a chart or explains a metric, it can fabricate values that look plausible but do not appear in the underlying data. The risk is highest in long natural language summaries where the user does not cross-check every figure. The 2024 paper *Are LLMs ready for Visualization?* documented number hallucinations in GPT-4 when asked to read complex charts.

**Misleading auto-summarization.** Tableau Pulse, Power BI Copilot, and similar tools generate one-sentence headlines like "Revenue is up 12% week over week." If the underlying metric is noisy or seasonal, the headline can mislead. Tableau and Microsoft have responded with calibration warnings and trust scores, but no vendor currently publishes a hallucination rate for production summaries.

**Bias in metric definitions.** Generative BI tools rely on a semantic layer to know what "revenue" means. If two teams maintain slightly different revenue definitions and the model picks one without surfacing the ambiguity, downstream decisions inherit that bias. ThoughtSpot Spotter Semantics and Snowflake's semantic models try to push these definitions into a single source of truth.

**Multi-step query failures.** Independent evaluations of Hex Magic and similar tools in 2024 showed that single-step questions ("top ten customers by revenue") work well, but multi-step questions that require intermediate aggregations and joins fail more often. Hex addressed this with the Notebook Agent that explicitly plans cells in advance.

**Privacy and data residency.** Pushing a prompt to OpenAI sends column names and sometimes sample values out of the customer's cloud. Snowflake Cortex Analyst keeps the model inside the Snowflake security perimeter to address this. SAP, Domo, and Databricks offer similar customer-tenant model options.

**Evaluation gap.** There is no widely adopted benchmark for the end-to-end BI copilot task. Vendors report internal metrics like Snowflake's claimed 90% text-to-SQL accuracy on Cortex Analyst, but these are not directly comparable. Research benchmarks like BIRD and [Spider 2.0](/wiki/spider_2) focus on text-to-SQL in isolation, not on the broader question of whether the chart and summary the user sees is correct.

## Benchmarks

The table below summarizes the main benchmarks used to evaluate AI in data visualization and BI.

| Benchmark | Year | Task | Size | Notes |
|---|---|---|---|---|
| ChartQA (Masry et al.) | 2022 | Chart question answering | 28,299 question-answer pairs over 18,317 charts | Human-written and generated questions. Focus on visual and logical reasoning. |
| PlotQA (Methani et al.) | 2020 | Scientific plot question answering | 28.9 million QA pairs over 224,377 plots | Real-valued answers, out-of-vocabulary handling. |
| ChartMimic | 2024 | Chart to code | 4,800 (figure, instruction, code) triplets | 18 regular and 4 advanced chart types. Evaluates cross-modal reasoning. |
| ChartX / ChartVLM | 2024 | Chart understanding | 18 chart types across 7 tasks | Includes a foundation model for chart tasks. |
| BIRD-bench | 2023 | Text-to-SQL | 12,751 question-SQL pairs over 95 databases (33.4 GB) | Realistic dirty data and external knowledge. Introduced Valid Efficiency Score. |
| Spider | 2018 | Text-to-SQL | 10,181 questions, 5,693 SQL queries, 200 databases | Original cross-domain semantic parsing benchmark. |
| Spider 2.0 | November 2024 | Enterprise text-to-SQL | 632 real-world workflow problems | BigQuery and Snowflake dialects. Long contexts and multi-query workflows. State of the art models solved 21.3% in initial evaluations. |
| HallusionBench | 2024 | Vision-language hallucination | Includes chart and table prompts | Diagnoses visual illusion and language hallucination in multimodal models. |
| MatPlotAgent (eval) | 2024 | Scientific plotting | LLM agent with visual feedback | Findings of ACL 2024. |

## See also

- [Data Visualization ChatGPT Plugins](/wiki/data_visualization_chatgpt_plugins)
- [Power BI Copilot](/wiki/power_bi_copilot)
- [Tableau](/wiki/tableau)
- [Tableau Pulse](/wiki/tableau_pulse)
- [ThoughtSpot](/wiki/thoughtspot)
- [Looker](/wiki/looker)
- [Snowflake](/wiki/snowflake)
- [Databricks](/wiki/databricks)
- [Large Language Model](/wiki/large_language_model)
- [Text-to-SQL](/wiki/text_to_sql)
- [Vega-Lite](/wiki/vega-lite)
- [D3.js](/wiki/d3_js)
- [Gemini](/wiki/gemini)

## References

1. Mackinlay, J., Hanrahan, P., Stolte, C. "Show Me: Automatic Presentation for Visual Analysis," IEEE Transactions on Visualization and Computer Graphics, 2007. https://research.tableau.com/paper/show-me-automatic-presentation-visual-analysis
2. Tableau. "Ask Data: Simplifying analytics with natural language," Tableau Blog, 2018. https://www.tableau.com/blog/ask-data-simplifying-analytics-natural-language-98655
3. Tableau. "Explain Data helps you deeply understand your data with interactive explanations," Tableau Blog, September 2019. https://www.tableau.com/about/blog/2019/9/explain-data-helps-you-deeply-understand-your-data
4. Microsoft. "Introducing Microsoft Fabric and Copilot in Microsoft Power BI," Microsoft Power BI Blog, May 23, 2023. https://powerbi.microsoft.com/en-us/blog/introducing-microsoft-fabric-and-copilot-in-microsoft-power-bi/
5. Microsoft. "The general availability of Copilot for Power BI is rolling out starting today," Microsoft Power BI Blog, 2024. https://powerbi.microsoft.com/en-us/blog/the-general-availability-of-copilot-for-power-bi-is-rolling-out-starting-today/
6. CNBC. "Microsoft launches Fabric including Copilot for Power BI," May 23, 2023. https://www.cnbc.com/2023/05/23/microsoft-launches-fabric-including-copilot-for-power-bi.html
7. Salesforce. "Tableau Pulse Now Available, Bringing a New Era of Generative AI-Powered Insights," Salesforce News, February 22, 2024. https://www.salesforce.com/news/stories/tableau-pulse-general-availability-news/
8. Salesforce. "Salesforce Announces the Beta Availability of Einstein Copilot for Tableau," April 2024. https://www.salesforce.com/news/stories/einstein-copilot-tableau-beta/
9. Tableau. "Tableau 2024.2 Release: Einstein Copilot for Tableau, Multi-fact Relationships, Viz Extensions, and Embedding for Pulse," Tableau Blog, 2024. https://www.tableau.com/blog/release-tableau-einstein-copilot-tableau-multi-fact-relationships-viz-extensions
10. ThoughtSpot. "ThoughtSpot Integrates with GPT-3 to Launch Sage," Press Release, March 9, 2023. https://www.thoughtspot.com/press-releases/thoughtspot-integrates-with-gpt-3-to-launch-sage-a-new-ai-powered-search-experience-for-analytics
11. TechTarget. "ThoughtSpot AI agent Spotter enables conversational BI," 2024. https://www.techtarget.com/searchbusinessanalytics/news/366615693/ThoughtSpot-AI-agent-Spotter-enables-conversational-BI
12. TechCrunch. "ThoughtSpot acquires Mode Analytics, a BI platform, for $200M in cash and stock," June 26, 2023. https://techcrunch.com/2023/06/26/thoughtspot-acquires-mode-analytics-a-bi-platform-for-200m-in-cash-and-stock/
13. ThoughtSpot. "ThoughtSpot Completes $200M Acquisition of Mode Analytics," Press Release, July 19, 2023. https://www.thoughtspot.com/press-releases/thoughtspot-completes-200m-acquisition-of-mode-analytics
14. Hex Technologies. "Magic Public Beta," Hex Changelog, May 4, 2023. https://learn.hex.tech/changelog/2023-05-04
15. Hex Technologies. "New updates to Hex's AI tools for data analysis," Hex Changelog, March 21, 2024. https://learn.hex.tech/changelog/2024-03-21
16. Hex Technologies. "Introducing the Notebook Agent," Hex Blog, August 2024. https://hex.tech/blog/introducing-notebook-agent/
17. Sigma Computing. "Sigma Reveals New AI, BI, and Analytics Features," Yahoo Finance, 2024. https://finance.yahoo.com/news/sigma-reveals-ai-bi-analytics-123000302.html
18. Google Cloud. "Introducing Gemini in Looker at Next 24," Google Cloud Blog, April 9, 2024. https://cloud.google.com/blog/products/data-analytics/introducing-gemini-in-looker-at-next24
19. Google Cloud. "Conversational Analytics in Looker is now in preview," Google Cloud Blog, September 2024. https://cloud.google.com/blog/products/business-intelligence/conversational-analytics-in-looker-is-now-in-preview
20. Snowflake. "Cortex Analyst: Paving the Way to Self-Service Analytics with AI," Snowflake Blog, August 14, 2024. https://www.snowflake.com/en/blog/cortex-analyst-ai-self-service-analytics/
21. SiliconANGLE. "Snowflake launches AI-powered Cortex Analyst query generator into public preview," August 14, 2024. https://siliconangle.com/2024/08/14/snowflake-launches-ai-powered-cortex-analyst-query-generator-public-preview/
22. Databricks. "Introducing Databricks AI/BI: Intelligent Analytics for Real-World Data," Databricks Press Release, June 12, 2024. https://www.databricks.com/company/newsroom/press-releases/introducing-databricks-aibi-intelligent-analytics-real-world-data
23. Databricks. "AI/BI Genie is now Generally Available," Databricks Blog, 2025. https://www.databricks.com/blog/aibi-genie-now-generally-available
24. Qlik. "Qlik Answers and AutoML Enhancements," Qlik Press Release, September 2024. https://www.qlik.com/us/news/company/press-room/press-releases/building-trust-in-ai-qliks-latest-automl-enhancements
25. Domo. "Domo Announces Domo.AI to Revolutionize the Way Businesses Manage and Deploy Artificial Intelligence," Domo Press Release. https://www.domo.com/news/press/domo-announces-domo-ai-to-revolutionize-the-way-businesses-manage-and-deploy-artificial-intelligence
26. SAP. "Generative AI in SAP Analytics Cloud with Joule," SAP product page. https://www.sap.com/products/technology-platform/cloud-analytics/features/generative-ai.html
27. Masry, A., Long, D., Tan, J., Joty, S., Hoque, E. "ChartQA: A Benchmark for Question Answering about Charts with Visual and Logical Reasoning," ACL 2022. https://aclanthology.org/2022.findings-acl.177/
28. Methani, N., Ganguly, P., Khapra, M., Kumar, P. "PlotQA: Reasoning over Scientific Plots," WACV 2020. https://arxiv.org/abs/1909.00997
29. Han, Y. et al. "ChartLlama: A Multimodal LLM for Chart Understanding and Generation," arXiv:2311.16483, November 2023. https://arxiv.org/abs/2311.16483
30. "ChartMimic: Evaluating LMM's Cross-Modal Reasoning Capability via Chart-to-Code Generation," arXiv:2406.09961, June 2024. https://chartmimic.github.io/
31. Dibia, V. "LIDA: A Tool for Automatic Generation of Grammar-Agnostic Visualizations and Infographics using Large Language Models," ACL 2023 Demo. https://aclanthology.org/2023.acl-demo.11/
32. Microsoft Research. "Data Formulator: A concept-driven, AI-powered approach to data visualization." https://www.microsoft.com/en-us/research/blog/data-formulator-a-concept-driven-ai-powered-approach-to-data-visualization/
33. Microsoft Research. "Data Formulator 2: Iterative Creation of Data Visualizations, with AI Transforming Data Along the Way." https://www.microsoft.com/en-us/research/publication/data-formulator-2-iteratively-creating-rich-visualizations-with-ai/
34. Srinivasan, A. et al. "NL4DV: A Toolkit for Generating Analytic Specifications for Data Visualization from Natural Language Queries," IEEE TVCG. https://www.tableau.com/research/publications/nl4dv-toolkit-generating-analytic-specifications-data-visualization-natural
35. Wu, A. et al. "VisAct: a visualization design system based on semantic actions," Journal of Visualization, 2020. https://link.springer.com/article/10.1007/s12650-019-00617-x
36. Li, J. et al. "BIRD: A Big Bench for Large-Scale Database Grounded Text-to-SQL," 2023. https://bird-bench.github.io/
37. Lei, F. et al. "Spider 2.0: Evaluating Language Models on Real-World Enterprise Text-to-SQL Workflows," arXiv:2411.07763, November 2024. https://arxiv.org/abs/2411.07763
38. Yu, T. et al. "Spider: A Large-Scale Human-Labeled Dataset for Complex and Cross-Domain Semantic Parsing and Text-to-SQL Task," EMNLP 2018. https://yale-lily.github.io/spider
39. Project Jupyter. "Generative AI in Jupyter," Jupyter Blog. https://blog.jupyter.org/generative-ai-in-jupyter-3f7174824862
40. Deepnote. "Introducing Deepnote AI," Deepnote Blog. https://deepnote.com/blog/introducing-deepnote-ai
41. Databricks. "Announcing the General Availability of Databricks Assistant Autocomplete," Databricks Blog. https://www.databricks.com/blog/announcing-general-availability-databricks-assistant-autocomplete
42. Gartner. "Magic Quadrant for Analytics and Business Intelligence Platforms," June 20, 2024. https://www.gartner.com/en/documents/5519595
43. Solutions Review. "What's Changed: 2024 Gartner Magic Quadrant for Analytics & BI." https://solutionsreview.com/business-intelligence/whats-changed-2024-gartner-magic-quadrant-for-analytics-and-business-intelligence-platforms/
44. Canva. "Welcome to Canva, Flourish," Canva Newsroom, 2022. https://www.canva.com/newsroom/news/flourish/
45. Datawrapper. "We're improving the accessibility for Datawrapper charts and maps," Datawrapper Blog. https://blog.datawrapper.de/better-accessibility-for-datawrapper-visualizations/

