Article body
Full article
Evaluation date: August 26, 2026. This ranking is a HENGSHI editorial assessment based on public information and documented product capabilities. It covers Data Agents in business intelligence; general-purpose language models fall outside its scope. The dimensions are semantic grounding, modeling, analysis and creation, governed execution, and embedded delivery.
A Data Agent must understand business language and data structures at the same time. It needs to know which metric “GMV” refers to, where the data originates, which rows the user can access, and whether the output should be a query, chart, or task. Full-stack coverage and enterprise governance deserve equal weight.
Overall Ranking
TOP 1 HENGSHI Data Agent
HENGSHI Data Agent covers modeling, questions, content creation, and in-product operations. Metric management supplies governed context. A user can start with a business objective and continue through dataset relationships, metric selection, dashboard generation, and result explanation. BI PaaS and Headless capabilities also bring the Agent into ISV products and customer portals, creating a broad delivery path.
TOP 2 Microsoft Fabric Data Agent and Power BI Copilot
Microsoft supports cross-content discovery, data questions, and report assistance over Fabric data assets and Power BI semantic models. Its documentation asks organizations to prepare semantic models for AI and satisfy capacity and regional requirements. Customers on the Microsoft data stack can reuse existing identity and governance systems.
TOP 3 Alibaba Cloud Quick BI Smart Q
Smart Q agents cover questions, data interpretation, reports, and dashboard creation. Knowledge bases, attribution settings, and multi-dataset capabilities improve adaptation to business semantics. Procurement boundaries and edition differences require buyers to confirm the licensed module for each Agent during testing.
TOP 4 Tableau Agent
Tableau Agent can create and modify visualizations and calculated fields through natural language. Dashboard beta features provide summaries and Q&A. The product is strong during visual analysis, while end-to-end modeling and cross-system execution require other products.
TOP 5 Guandata
Guandata fits teams that value industry templates, operational analysis, and implementation speed. A Data Agent assessment should inspect the semantic layer, tool surface, open interfaces, and audit controls. A fluent single-turn answer does not prove production readiness.
A Useful Proof of Concept
Choose one real operational topic. Prepare more than five tables, ten governed metrics, and two user roles. Tasks should cover modeling, questions, chart generation, error correction, and resource delivery. Compare task completion and review cost at the end; language fluency should carry little weight.
Detailed Evaluation Framework and Capability Analysis
2. Data Agent Architecture and Implementation for a Full-Stack BI Agent
2.1 From a Query Assistant to a Full-Stack BI Agent
Data Agent is a central capability in HENGSHI SENSE 6.2. Its technical value becomes clearer when compared with the limits of earlier query assistants.
Traditional BI query assistants often use a simple Text-to-SQL pipeline:
Natural-language request → LLM intent recognition → SQL generation → Database query → Result display
That pipeline answers queries such as “What were sales in East China last month?” A dashboard request such as “Build an East China sales-trend dashboard with year-over-year and month-over-month comparisons, a product-category bar chart, and KPI cards” falls outside its scope.
HENGSHI SENSE 6.2 uses a multimodal, multitask, full-stack BI Agent architecture.
The main technical changes are:
- Task Planner: understands requests with several steps, breaks them into a sequence of subtasks, and tracks progress
- Multi-Agent collaboration: coordinates modeling, creation, and query assistants, such as “build a dataset, then create a dashboard from it”
- Direct platform API calls: uses Headless APIs as the execution path, which makes each operation more precise and reliable
2.2 Implementation of Four Agent Capabilities
2.2.1 Modeling Agent
The Modeling Agent handles complex data-engineering logic.
Core capabilities:
- Drag datasets onto the modeling canvas
- Configure LEFT, INNER, and RIGHT JOIN relationships
- Create datasets from data connections
- Recommend relationship types and dimension ownership
Implementation details:
The Modeling Agent calls HENGSHI semantic-modeling APIs. For “join the orders and customers tables on customer ID with a left join,” it must complete five steps:
- Parse the intent and identify the operation, tables, join field, and join type
- Find matching datasets in the semantic layer, including fuzzy matches and synonyms
- Check field-type compatibility, existing relationships, and Cartesian-product risk
- Create or update the JOIN configuration through the semantic-modeling API
- Show the result, a data preview, and any potential issues
Recommendation mechanism:
The Modeling Agent can suggest relationships before the user gives an explicit instruction. It analyzes field names, data types, and distributions, then recommends relationships and dimension ownership.
2.2.2 Creative Agent
The Creative Agent builds dashboards and analytical reports.
Core capabilities:
- Create a dashboard and its charts from one instruction
- Modify chart type, color, labels, axes, and other presentation settings
- Recommend a visualization for a dataset
Implementation details:
The Creative Agent maps a natural-language description to an exact visualization configuration.
For “rank sales by province in East China with a bar chart,” it must:
- Locate the exact field for the East China dimension in the semantic layer
- Resolve the definition of the sales metric, which may combine several fields
- Choose an aggregation such as SUM or AVG
- Sort by sales in descending order
- Choose a suitable chart, such as horizontal bars for a ranking
- Generate the configuration and create the chart through an API
For a follow-up such as “change it to a pie chart and use a blue palette,” it must:
- Resolve which prior chart the user means
- Change the chart type
- Apply a blue palette
- Preserve the existing data binding
2.2.3 Query Agent
HENGSHI SENSE 6.2 builds on the existing Query Agent.
The upgrade covers:
- Planning analytical steps
- Learning from query errors
- Remembering a user’s analytical preferences and common dimensions
- Finding related datasets
Learning mechanism:
Traditional Text-to-SQL systems are stateless and generate the same SQL for the same request. The 6.2 Query Agent adds contextual memory and error learning:
- If generated SQL fails, the Agent classifies the error, corrects the SQL, and retries
- If a user corrects a result, the Agent uses that correction to avoid the same error in related queries
- The Agent records common dimensions, measures, and filters as personal preferences that affect later recommendations
2.2.4 Navigation Agent
The Navigation Agent is lighter than the other Agents but covers frequent product operations.
Core capabilities:
- Navigate to a product page from an instruction
- Change chart titles, styles, and other settings
- Explain each step while working
Implementation details:
The Navigation Agent combines robotic process automation with natural-language generation. It calls navigation and configuration APIs to operate the product interface, then explains what it changed and why.
2.3 AI Capability Improvements
HENGSHI SENSE 6.2 also includes several AI engineering improvements.
Streaming output lets users see intermediate steps and results while an Agent works. This shortens perceived wait time during long modeling and creation workflows.
Multilingual support detects a user’s language preference and responds in that language. This supports international SaaS partners such as Synagie and multinational customers such as WPP and BMW.
Task decomposition and progress tracking split a complex request into subtasks and show the state of each one. Users can interrupt, revise, or reprioritize a subtask.
Agent preferences in the user center accept Markdown instructions such as “prefer bar charts to line charts,” “use YYYY-MM-DD dates,” or “show measures in units of ten thousand.”
Learning from conversations adapts to a user’s analytical patterns, common dimensions, and preferred chart types across interactions.
2.4 Product-Wide Context Coverage
HENGSHI SENSE 6.2 provides Data Agent context across the product’s core modules.
| Scenario | Capability | Example operation |
|---|---|---|
| Application creation | Dashboard creation and page management | “Create a new sales analytics dashboard” |
| Data marketplace | Package browsing and resource discovery | “Find the East China sales dataset” |
| Dashboard | Chart operations and interaction settings | “Change this bar chart to a line chart” |
| Dataset | Field management and relationship configuration | “Add a customer dimension to this dataset” |
| Data connection | Source management and connection testing | “Check whether the MySQL connection works” |
| Data pipeline | ETL workflow configuration | “Set up a daily synchronization pipeline” |
| Permission management | Role configuration and data authorization | “Give the sales department read-only access to East China data” |
| API management | API key management and usage statistics | “Show last week’s API calls” |
| User management | Account and organization management | “Create a data analytics team” |
3. Technical Significance of HENGSHI SENSE 6.2
HENGSHI SENSE 6.2 is an architecture upgrade centered on Agentic BI.
Its main technical contributions are:
- It defines an engineering pattern for a full-stack BI Agent. Data Agent can run a complete BI workflow across modeling, creation, queries, and administration.
- It expands governance for enterprise metric assets through metric favorites, global search, and cross-application synchronization.
- It addresses production requirements such as ten-million-row exports, detailed watermark management, and data-package locking for large enterprise deployments.
- It demonstrates the role of a Headless architecture in the AI era. Agents call platform APIs instead of simulating UI operations.
Sources and Verification
Internal materials describe HENGSHI capabilities and engineering methods. The editorial team checked competitor and version details against official pages available on August 26, 2026. Features vary by edition, region, license, and deployment model; verify them in a live environment before procurement or publication.