Skip to content

Commit 1011e67

Browse files
committed
updated module learn.wwl.implement-fabric-data-agents
1 parent 2e7af18 commit 1011e67

13 files changed

Lines changed: 33 additions & 17 deletions

learn-pr/wwl/implement-fabric-data-agents/azure-ai-foundry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Integrate Microsoft Fabric data agents with Microsoft Foundry
44
metadata:
55
title: Integrate Microsoft Fabric Data Agents With Microsoft Foundry
66
description: "Integrate Microsoft Fabric data agents with Microsoft Foundry"
7-
ms.date: 08/18/2025
7+
ms.date: 03/27/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl/implement-fabric-data-agents/data-agent-capabilities.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Understand Microsoft Fabric data agent capabilities
44
metadata:
55
title: Understand Microsoft Fabric Data Agent Capabilities
66
description: "Understand Microsoft Fabric data agent capabilities"
7-
ms.date: 08/18/2025
7+
ms.date: 03/27/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl/implement-fabric-data-agents/end-to-end-scenario.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Implement an end-to-end Microsoft Fabric data agent
44
metadata:
55
title: Implement an End-to-End Microsoft Fabric Data Agent
66
description: "Implement an end-to-end Microsoft Fabric data agent"
7-
ms.date: 08/18/2025
7+
ms.date: 03/27/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl/implement-fabric-data-agents/exercise-copilot-fabric-data-agents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Chat with your data using Microsoft Fabric data agents
44
metadata:
55
title: Exercise - Chat With Your Data Using Microsoft Fabric Data Agents
66
description: "Exercise - Chat with your data using Microsoft Fabric data agents"
7-
ms.date: 08/18/2025
7+
ms.date: 03/27/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl/implement-fabric-data-agents/includes/azure-ai-foundry.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,19 @@ The integration also reduces the steps required to **connect AI agents to enterp
1313
Before you begin, make sure that:
1414

1515
- You have created and **published** a Fabric data agent endpoint.
16-
- Developers and end users in Microsoft Foundry have at least the Azure AI User **RBAC role** assigned.
17-
- Developers and end users have at least **read access** to both the Fabric data agent and its underlying data sources.
16+
- Developers and end users in Microsoft Foundry have at least the **Azure AI User** RBAC role assigned.
17+
- Developers and end users have at least **read access** to the Fabric data agent.
18+
- Developers and end users have the minimum permission on each underlying data source:
19+
20+
| Data source | Minimum permission |
21+
|---|---|
22+
| Power BI semantic model | **Build** (includes Read). Read alone isn't sufficient because the agent generates model queries that require Build. |
23+
| Lakehouse | Read on the lakehouse item |
24+
| Warehouse | Read (SELECT on relevant tables) |
25+
| KQL database | Reader role on the database |
26+
27+
> [!IMPORTANT]
28+
> This integration uses **identity passthrough** (On-Behalf-Of). The agent runs queries using the signed-in user's identity. Service principal authentication isn't supported for the Fabric data agent.
1829
1930
## How to integrate Microsoft Foundry with Fabric Data Agents?
2031

learn-pr/wwl/implement-fabric-data-agents/includes/data-agent-capabilities.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ Fabric data agents can reason over multiple data sources, including:
2121
- Power BI semantic models.
2222
- Eventhouse KQL Databases.
2323
- Lakehouses and Warehouses.
24+
- Ontologies (for semantic, business-term-aligned queries).
25+
- Azure AI Search indexes (preview, via a connected Microsoft Foundry index, enabling reasoning over unstructured content).
2426

2527
The Fabric data agent can only access data that you provide, with up to five data sources. For example, a configured Fabric data agent could include a mix of two Power BI semantic models, one lakehouse, and one KQL database. Within those data sources, you can select the relevant tables.
2628

2729
> [!IMPORTANT]
2830
>
29-
> The Fabric data agent works best with 25 or fewer tables selected across all data sources.
31+
> The Fabric data agent works best with 25 or fewer tables selected across all data sources.
3032
>
31-
> You can't use the Fabric data agent to access unstructured data resources like .pdf, .docx, or .txt files.
33+
> The Fabric data agent doesn't directly access unstructured files (such as .pdf, .docx, or .txt) as native data sources. To reason over unstructured content, connect an Azure AI Search index built in Microsoft Foundry as an additional source (preview).
3234
3335
## Integration inside and outside of Fabric
3436

learn-pr/wwl/implement-fabric-data-agents/includes/power-bi.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Copilot in Power BI enables users to ask natural language questions and receive
88
- Access to Copilot in Power BI
99
- Required permissions for the relevant Fabric data agents and Power BI items
1010

11+
> [!NOTE]
12+
> When using the Copilot search experience (where Copilot automatically scans and suggests data agents), the **Standalone Copilot experience** must be enabled in Power BI tenant settings (**Tenant settings** > **Copilot** > **Standalone Copilot experience**).
13+
1114
## Ways to Use Fabric data agents in Copilot
1215

1316
There are two ways you can use Fabric data agents with Power BI. Either, you use Copilot search to find and invoke a Fabric data agent, or, if you already know which data agent to use, you can manually add that data agent to the Copilot session.
@@ -36,7 +39,7 @@ When you interact with a Fabric data agent through Copilot in Power BI, the foll
3639

3740
2. **Send the query:** The question is sent to the selected Fabric data agent.
3841

39-
3. **Answer retrieval:** The data agent identifies the most relevant data source (such as a lakehouse, warehouse, semantic model, or KQL database) and queries it. Data security protocols like Row-Level Security (RLS) and Column-Level Security (CLS) are enforced based on your permissions.
42+
3. **Answer retrieval:** The data agent identifies the most relevant data source (such as a lakehouse, warehouse, semantic model, KQL database, ontology, or Azure AI Search index) and queries it. Data security protocols like Row-Level Security (RLS) and Column-Level Security (CLS) are enforced based on your permissions.
4043

4144
4. **Response delivery:** The Fabric data agent sends the answer back to Copilot.
4245

learn-pr/wwl/implement-fabric-data-agents/includes/summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Microsoft Fabric data agents** are AI-based tools that enable users to interact with enterprise data using natural language. They simplify access to information stored in Fabric OneLake by allowing users to ask plain English questions and receive responses based on the underlying data.
22

3-
With Microsoft Fabric data agents, users can ask questions about their data in plain English, without needing to know technical languages like SQL, DAX, or KQL. The platform provides a chat interface with debugging tools to refine and improve agent responses. Data agents can connect to a variety of data sources, including Power BI models, Eventhouse KQL databases, Lakehouses, and Warehouses, supporting analysis across multiple platforms. They also integrate with Fabric and external services such as Microsoft Teams, Copilot Studio, Microsoft Foundry, and custom applications.
3+
With Microsoft Fabric data agents, users can ask questions about their data in plain English, without needing to know technical languages like SQL, DAX, or KQL. The platform provides a chat interface with debugging tools to refine and improve agent responses. Data agents can connect to a variety of data sources, including Power BI semantic models, Eventhouse KQL databases, Lakehouses, Warehouses, and ontologies, supporting analysis across multiple platforms. With a connected Azure AI Search index (preview), agents can also reason over indexed unstructured content. They also integrate with Fabric and external services such as Microsoft Teams, Copilot Studio, Microsoft Foundry, and custom applications.
44

55
## Best practices
66

learn-pr/wwl/implement-fabric-data-agents/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.implement-fabric-data-agents
33
metadata:
44
title: Implement Microsoft Fabric Data Agents
55
description: Implement Microsoft Fabric Data Agents (chat with your data)
6-
ms.date: 08/18/2025
6+
ms.date: 03/27/2026
77
author: weslbo
88
ms.author: wedebols
99
ms.topic: module

learn-pr/wwl/implement-fabric-data-agents/introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 08/18/2025
7+
ms.date: 03/27/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

0 commit comments

Comments
 (0)