Use Data Insights for data analysis
Data Insight in DataWorks Data Analysis helps you explore and visualize data distributions, create data cards, and assemble them into data reports that can be shared as single-image reports. Powered by AI, it parses complex data and supports informed business decisions.
Usage notes
-
Permissions: You must have the required permissions for data analysis. For a list of supported workspace roles, see Preset role permissions for Data Analysis.
For information about how to grant permissions to a role, see Add a workspace member and manage member role permissions.
-
Region limitations: This feature is available only in the following regions: China (Hangzhou), China (Shanghai), China (Shenzhen), China (Chengdu), China (Zhangjiakou), China (Beijing), and China (Ulanqab).
Accessing Data Insight
Log on to DataWorks Data Analysis, switch to the target region, and click Go to DataAnalysis. In the left-side navigation pane, click the
icon to open the Data Insight page.
Create a data insight task
Create a data insight task from the Data Insight list, a table in the SQL Query data catalog, or the results of an SQL query.
From the Data Insight list
-
On the Data Insight page, click Create Data Insight Task. In the Create Data Insight Task dialog box, configure the table object for insight, and click Start Data Insight.
The data source and data range default to your last used settings, with the most recent partition selected automatically.
The configuration items include workspace, data source type, data source name, access identity mode (executor identity or default access identity of the data source), table name, column, and data range (Random 10,000 rows or full dataset). You can also select Use large model for computation.
-
(Optional) If you have not enabled enhanced analysis, click Try Now as prompted.
From a table in SQL Query
This feature is available only in the legacy version of Data Analysis and is not supported in the new version.
-
In the left-side navigation pane, click the
icon to open the SQL Query page and add the table to the catalog on the left as shown below.In the top toolbar, click the catalog list icon to open the Add Catalog panel, select the Recommended Catalog tab, and click Add to Catalog next to the target table (such as My MaxCompute Tables).
-
In the data catalog on the left, find the table you want to analyze with Data Insight.
-
On the table details page, click Data Insight.
-
Right-click the table name and select Data Insight from the context menu.
-
-
In the Create Data Insight Task dialog box, the relevant parameters are automatically populated. Click Start Data Insight directly.
-
(Optional) If you have not enabled enhanced analysis, click Try Now as prompted.
From SQL query results
New version of Data Analysis
-
Hover over , and click the
> Create SQL File icon on the right. -
Write your SQL code, and in the top toolbar of the SQL editor, click Run and wait for the results.
-
In the results, click the
icon, select Data Range, and then click Start Data Insight. -
(Optional) If you have not enabled enhanced analysis, click Try Now as prompted.
Legacy version of Data Analysis
-
In the left-side navigation pane, click the
icon to open the SQL Query page. In My Files, click Create File, run your SQL query, and wait for the results. -
In the results, click the
icon, select Data Range, and then click Start Data Insight.In Data Range, select Only data displayed in the query results area, and select the columns you want to analyze (such as rank, cate_id, cate_name, total_sales_amount, order_count, and pt).
-
(Optional) If you have not enabled enhanced analysis, click Try Now as prompted.
View data insight results
-
Wait for the data insight task to complete.
Note-
Before the insight process is complete, you can also click Stop Analysis to terminate the entire insight task.
-
Data exploration on the full dataset may take a long time. You can check the results later on the Data Insight list page. Closing the current page does not affect the ongoing exploration.
The Data Insight page displays a three-step workflow: Data Preparation (automatic data ingestion), Data Exploration (statistical distributions, high-frequency data proportions, min/max values, averages, etc.), and Generate Cards (save exploration conclusions and recommend data cards). These steps run sequentially. A Stop button is available in the upper-right corner.
-
-
View data insight results: The system automatically generates visualization chart cards based on data type characteristics.
After cards are generated, click Load More to display additional cards.

At the top of the results page, a collapsible Hide Statistics & Filter panel shows unique value counts and data distributions for each column in card format (for example, pv accounts for 98% and buy accounts for 2% in the behavior_type column). Use the pagination arrows (< and >) on the right to browse more statistical cards. The table below displays the raw data.
-
If the Data Range is not set to full dataset, hover over the upper-right corner of a chart and save it to Cards as needed.
FAQ
-
Q: Why does the insight result show "No more cards"?
A: The data volume is too small to generate insight results. We recommend that you perform data insight on results with more than 500 rows.
-
Q: How do I troubleshoot a failed table-based data insight?
A: Make sure that the data source can be successfully connected and executed. You can first run the query in SQL Query to verify.
