Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Special holiday offer! You and a friend can attend FabCon with a BOGO code. Supplies are limited. Register now.
Hello,
I have a Fabric database of the SQL Database type (not a Warehouse).
In this database, I have a single table with 16 million records.
I create a Power Bi on desktop that downloads part of this table, around 1 million records.
When I do this, in the Fabric Capacity Metrics report I see many connections of this type appear:
* Item kind: SQLDbNative
* Operation: Sql Usage
* User: SQL System
Each of these connections consumes between 3% and 6% of the capacity, easily causing the capacity to exceed 100%.
If the database is a Warehouse type, this does not happen.
Why does capacity consumption skyrocket when downloading data from a table of this type of database?
Thanks in advance!
Solved! Go to Solution.
Hi @AnHell,
SQL database Overview - Microsoft Fabric | Microsoft Learn
If this response was helpful in any way, I’d gladly accept a 👍much like the joy of seeing a DAX measure work first time without needing another FILTER.
Please mark it as the correct solution. It helps other community members find their way faster (and saves them from another endless loop 🌀.
Hi @AnHell,
SQL database Overview - Microsoft Fabric | Microsoft Learn
If this response was helpful in any way, I’d gladly accept a 👍much like the joy of seeing a DAX measure work first time without needing another FILTER.
Please mark it as the correct solution. It helps other community members find their way faster (and saves them from another endless loop 🌀.
Thank you very much for the explanation.
Now I have to choose which path to take.
I liked using SQL Database because I could set permissions at the schema level and allow multiple users to access the same database but only see their own data.
If I go back to Warehouse, I gain capacity, but I lose granular permissions.
Thank you!