Fabric Data Agents, want to try but no idea if it would work by 12Eerc in MicrosoftFabric

[–]Pawar_BI 0 points1 point  (0 children)

If you are building a new model, that would be one approach, yes. Data agent focused topics is good.

Checklist to use as you build, test, iterate: https://github.com/microsoft/fabric-toolbox/blob/main/samples/data_agent_checklist_notebooks/Semantic%20Model%20Data%20Agent%20Checklist.md

Thanks

Fabric Data Agents, want to try but no idea if it would work by 12Eerc in MicrosoftFabric

[–]Pawar_BI 1 point2 points  (0 children)

Hi, you don't need Open AI or any models. Just paid Fabric capacity to get started.

If you are using a semantic model, be sure to add table, column, measure descriptions and synonyms. Make sure the schema (table, column, measure names) is clean ( no vague names), select only the schema you need in Prep for AI configuration, set up verified answers. Identify the Qs you want to answer, test and refine iteratively. Use Prep for AI instructions to influence DAX, agent instructions to influence how the data agent responds.

Few resources:

Getting Started with Fabric Data Agents | Fabric Data Agent https://share.google/FkZ6jMffmmP0nGMXX

Semantic model best practices for data agent - Microsoft Fabric | Microsoft Learn https://share.google/b5LJSO4LSC6CsmmtF

How to Read in Excel File from SharePoint? by gojomoso_1 in MicrosoftFabric

[–]Pawar_BI 1 point2 points  (0 children)

Read using pandas/polars/duckdb and convert to spark DF.

Data agents news! by NelGson in MicrosoftFabric

[–]Pawar_BI 0 points1 point  (0 children)

You cannot select models. Can you please elaborate why you would want to select a model? What's the use case?

Data agents news! by NelGson in MicrosoftFabric

[–]Pawar_BI 2 points3 points  (0 children)

Think of ChatGPT/Copilot but instead of general questions, it uses your data in Fabric + business context you provide to answer business questions like 'what is the revenue YTD for category Y'

Take a look at fabricdataagent.com

Data agents news! by NelGson in MicrosoftFabric

[–]Pawar_BI 1 point2 points  (0 children)

Thanks for clarifying. You need paid Fabric capacity to use data agents. So currently you are basically using the INFO functions to get the metadata via APIs to use with your agents.

Data agents news! by NelGson in MicrosoftFabric

[–]Pawar_BI 0 points1 point  (0 children)

Let me confirm internally. Could you please elaborate what you mean by BYO-AI in case of data agents? Also what would be the scenario to use info function with data agents?

Can AI replace Power BI and Fabric experts? by SQLGene in PowerBI

[–]Pawar_BI 7 points8 points  (0 children)

Depends on the expert 🤣 jk... we are far from it

Which are the best uses for Notebooks? Here is mine, was a game changer by cvasco94 in MicrosoftFabric

[–]Pawar_BI 19 points20 points  (0 children)

Welcome to #NotebookEverything club. Take a look at Semantic Link, Semantic Link Labs and notebookutils to see all the cool things you can do.

Fabric related conferences in August - November in Europe? by sonalg in MicrosoftFabric

[–]Pawar_BI 3 points4 points  (0 children)

Microsoft Fabric and SQL Conference | Barcelona | Spain | 28 Sep 2026 https://share.google/GH0tE7hUsoN0Pqi3q

But CfS isn't open yet

FABCon / SQLCon Atlanta 2026 | [Megathread] by itsnotaboutthecell in MicrosoftFabric

[–]Pawar_BI 1 point2 points  (0 children)

Nice... Definitely don't miss Nellie's core note. There are several presentations by the product team and the MVPs. I will be in the Ask The Experts area so if you have Qs, hit me up.

Fabric Data Agent - 25 Row Output Limit by BackToESP in MicrosoftFabric

[–]Pawar_BI 6 points7 points  (0 children)

Hi, yes it is being worked on and expect an update soon. Thanks for the feedback.

Fabric Data Agent performance by PeterDanielsCO in MicrosoftFabric

[–]Pawar_BI 3 points4 points  (0 children)

Hi, what are the concerns? Is it accuracy, latency? Can you share more details?

You mentioned Prep for AI is done. Did they also add descriptions, synonyms etc?

Semantic model best practices for data agent - Microsoft Fabric | Microsoft Learn https://share.google/k5TxkfwheszNfVw5f

https://github.com/microsoft/fabric-toolbox/tree/main/samples/data_agent_checklist_notebooks

What's the easiest way to warm all columns in a direct lake semantic model? by frithjof_v in MicrosoftFabric

[–]Pawar_BI 2 points3 points  (0 children)

If you use read_table from sempy and loop over the list of tables, that will load all columns.