You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the document to include new sections on Fabric data agent concepts, creating a Fabric data agent, and examples of questions to ask. Enhanced the steps for deploying the Fabric MCP Server and configuring the custom connector in Power Platform.
Copy file name to clipboardExpand all lines: 3_PowerPlatform/2_CopilotStudio/2_connecting-PowerBI-CopilotStudio.md
+90-62Lines changed: 90 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ Last updated: 2025-07-17
20
20
-[Connect to an existing Model Context Protocol (MCP) server](https://learn.microsoft.com/en-us/microsoft-copilot-studio/mcp-add-existing-server-to-agent) - MCP
21
21
-[Connecting an Agent in Copilot Studio to an MCP Server](https://techcommunity.microsoft.com/blog/microsoft365copilotblog/connecting-an-agent-in-copilot-studio-to-an-mcp-server/4448362) - blog
22
22
-[Connect AI Agents to Fabric API for GraphQL with a local Model Context Protocol (MCP) server](https://learn.microsoft.com/en-us/fabric/data-engineering/api-graphql-local-model-context-protocol)
23
+
-[Fabric data agent concepts (preview)](https://learn.microsoft.com/en-us/fabric/data-science/concept-data-agent)
24
+
-[How to create a Fabric data agent (preview)](https://learn.microsoft.com/en-us/fabric/data-science/how-to-create-data-agent)
25
+
-[Fabric data agent example with the AdventureWorks dataset (preview)](https://learn.microsoft.com/en-us/fabric/data-science/data-agent-scenario): `This example sets up a Fabric data agent to enable conversational AI over enterprise data`. It connects to a lakehouse with the AdventureWorks dataset and allows users to ask natural language questions. The agent interprets queries, accesses data from sources like warehouses, semantic models, and KQL databases, and returns insights. It simplifies data interaction without requiring code or SQL.
> Or if you need to handle `complex data transformations and large-scale data processing`, you can use our combined solution of **Fabric + Databricks**. This powerful combination leverages the strengths of both platforms to provide a robust data processing pipeline. This workshop on [Fabric with Databricks for Data Analytics](https://microsoft.github.io/TechExcel-Fabric-with-Databricks-for-Data-Analytics/) offers a comprehensive step-by-step guide on developing Medallion Architecture using Fabric and Databricks. <br/>
Click [here to read more about Azure Databricks + Fabric](https://github.com/MicrosoftCloudEssentials-LearningHub/DemosScenarios-TechTalks/blob/main/0_Azure/2_AzureAnalytics/3_Databricks/1_demos/0_MedallionArch_Fabric%2BDatabricks/README.md)`better together`
55
+
56
+
## Use Fabric Data Agent (Preferred for Semantic Models)
57
+
58
+
> AI skills in Microsoft Fabric enable users to `create conversational AI experiences that answer questions about data stored
59
+
> in lakehouses, warehouses, Power BI semantic models, and KQL databases`. These skills make data insights accessible and
60
+
> actionable, allowing users to `interact with data naturally and receive relevant answers without needing technical expertise`.
61
+
> You can create custom Q&A systems using generative AI, guiding the AI with instructions and examples to ensure it understands your organization's context and data.
62
+
63
+
Key Features:
64
+
65
+
- Customizable Q&A Systems: Tailor the AI to answer specific questions relevant to your organization.
66
+
- Generative AI: Leverage advanced AI to interact with your data, enhancing data-driven decision-making.
67
+
- Ease of Use: Once set up, users can simply ask questions and get accurate answers without needing deep technical knowledge.
<summary><b> Setup required</b> (Click to expand)</summary>
77
+
78
+
1. Please ensure you read all the [prerequisites](https://learn.microsoft.com/en-us/fabric/data-science/how-to-create-data-agent#prerequisites)
79
+
2.**Tenant switch enabled**: These features must be activated as mentioned here [prerequisites](https://learn.microsoft.com/en-us/fabric/data-science/how-to-create-data-agent#prerequisites)
| - Can you provide an overview of this dataset? <br/> - Are there any missing values or anomalies in this dataset? | <imgwidth="500"alt="image"src="https://github.com/user-attachments/assets/2a43117e-3b29-46f8-98b7-f097df425429"> |
124
+
| What are the key variables in this data? | <imgwidth="500"alt="image"src="https://github.com/user-attachments/assets/621c6237-7c79-4c67-981a-e9d7afccf29f"> |
125
+
|**Data Insights**||
126
+
| What patterns or trends can you identify in this data? |<imgwidth="500"alt="image"src="https://github.com/user-attachments/assets/899653c3-fa41-4834-8606-37759a7f1ad6"> |
127
+
| Can you highlight any correlations between variables? | <imgwidth="500"alt="image"src="https://github.com/user-attachments/assets/a9442f38-ade1-45ee-9cb6-4adf8bdbf0f7"> |
128
+
| What are the outliers in this dataset? | <imgwidth="500"alt="image"src="https://github.com/user-attachments/assets/1c0d07b2-91fe-4335-9760-886c10e77bb9"> |
0 commit comments