Forum Discussion
Fabric Data Agent CU Calculation based on Query
- 3 months ago
Your estimate only includes LLM token usage, but Fabric Data Agent CU includes full execution cost.
The gap comes from:
-
multiple LLM calls per query (not just one)
-
schema + prompt expansion on every call
-
SQL/Spark execution on data
-
retries and query corrections
-
metadata scans and grounding
So 10 queries ≠ 10 executions. It is usually 3–7x more operations, and data compute dominates CU, which is why you see ~54k instead of ~1k.
Recently I discussed about this in detail in my blog. Hope this will help.
-
Hi Mahadevanp ,
Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to Vinodh247 for sharing valuable insights.
Could you please confirm if your query has been resolved by the provided solution? This would be helpful for other members who may encounter similar issues.
Thank you for being part of the Microsoft Fabric Community