All Products
Search
Document Center

DataWorks:Use Data Insight for data analysis

Last Updated:Jun 10, 2026

Data Insight in DataWorks DataAnalysis provides deep insights into your data, supporting advanced data exploration and visualization. You can use Data Insight to understand data distributions, create data cards, and assemble them into a data report. The results can also be shared as a single-image report. Powered by artificial intelligence (AI), this feature helps you parse complex data and make informed business decisions.

Prerequisites

Accessing Data Insight

Log on to DataWorks DataAnalysis, switch to the target region, and click Go to DataAnalysis. In the left-side navigation pane, click the image icon to open the Data Insight page.

Create a data insight task

You can create a data insight task in multiple ways: from the Data Insight list, from a table in the SQL Query data catalog, or from the results of an SQL query.

From the Data Insight list

  1. 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, field, and data range (Random 10,000 rows or full dataset). You can also select Use large model for computation.

  2. (Optional) If you have not enabled enhanced analysis, click Try Now as prompted.

From a table in SQL Query

Important

This feature is available only in the legacy version of DataAnalysis and is not supported in the new version.

  1. In the left-side navigation pane, click the image icon to open the SQL Query page and add the table to the catalog on the left.

    In the top toolbar, click the catalog list icon to open the Add Catalog panel. Select the Recommended Catalog tab. Next to the target table, such as My MaxCompute Tables, click Add to Catalog.

  2. In the data catalog on the left, find the table to analyze.

    • On the table basic information page, click Data Insight.

    • Right-click the table name and select Data Insight from the shortcut menu.

  3. In the Create Data Insight Task dialog box, the parameters are automatically populated. Click Start Data Insight.

  4. (Optional) If you have not enabled enhanced analysis, click Try Now as prompted.

From SQL query results

New version

  1. Hover over Individual Directory > My Files, and then click image > New SQL File.

  2. Write your SQL code. In the toolbar at the top of the SQL editor, click Run and wait for the results.

  3. In the results, click the image icon, select a Data Range, and then click Start Data Insight.

  4. (Optional) If you have not enabled enhanced analysis, click Try Now as prompted.

Legacy version

  1. In the left-side navigation pane, click the image icon to open the SQL Query page. In My Files, click Create File, run your SQL query, and wait for the results.

  2. In the results, click the image icon, select a Data Range, and then click Start Data Insight.

    In the data range, select Only data displayed in the query result area, and select the fields to analyze, such as rank, cate_id, cate_name, total_sales_amount, order_count, and pt.

  3. (Optional) If you have not enabled enhanced analysis, click Try Now as prompted.

Data insight results

  1. Wait for the data insight task to complete.

    Note
    • You can click Stop Analysis at any time to terminate the task.

    • Running data exploration on a full dataset may take a long time. We recommend that you check the results later on the Data Insight list page. Closing the current page does not interrupt the ongoing exploration process.

    The Data Insight page shows the progress of a three-step workflow: Data Preparation (automatic data ingestion), Data Exploration (statistical distribution, high-frequency data ratio, max/min/average values, etc.), and Generate Cards (saving exploration conclusions and recommending data cards). These steps run sequentially. A Stop Running button is available in the upper-right corner.

  2. View data insight results: The system automatically generates visualization chart cards based on data types and other characteristics.

    After cards are generated, click load more to display additional cards.

    image

    At the top of the Data Insight results page, a collapsible Hide statistics and filters panel displays cards showing the number of unique values and data distribution for each field. For example, in the behavior_type field, pv accounts for 98% and buy accounts for 2%. If there are many fields, you can use the pagination arrows (< and >) to the right of the card area to browse more field statistics cards. Below the panel, a data table shows the raw detailed data.

  3. If the data range is not set to the full dataset, hover over the upper-right corner of a chart to save it to Cards as needed.

FAQ

  • Q: What causes the insight result to show "No more cards"?

    A: The dataset is too small to generate insight results. For best results, use a dataset with more than 500 rows.

  • Q: How do I troubleshoot a failed table-based data insight task?

    A: Ensure that you can connect to and successfully query the data source. You can verify this by running a query in SQL Query first.