March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi, One of my customer asking how to identify size of table in the workspace ID of Fabric.
They already tried to use powershell and onelake explorer, but haven't got any luck
Perhaps anyone can share how to identify the size of table?
thank you
Solved! Go to Solution.
Hi @madinugraha ,
The difference between workspace size reported in the Microsoft Fabric Capacity Metrics app (around 400 GB) and the actual sizes of the warehouse tables you've queried is because:
The total workspace size includes more than just the raw data from warehouse tables. It includes all data assets within your workspace such as:
Datasets
Dataflows
Reports
Models
Temporary files
Caches
Log files
Metadata and indexes
Additionally, temporary data, intermediate storage, and version histories contribute to the overall workspace size.
Billable Storage vs. Current Storage:
You might have noticed terms like "current storage" and "billable storage" in the Fabric Capacity Metrics app:
Billable Storage : Represents the storage being billed based on usage at the start of the reporting period. It may be lower if the storage usage was less at that start.
Current Storage : Reflects real-time storage usage, including all current data assets, caches, and temporary files. This can be dynamic and change more frequently.
For detailed information please refer the following link:
metrics-app-storage-page
I hope this clarifies the situation. Please let me know if you have any further questions!
If this post helps, please accept as solution to help others find easily.
Best regards,
Vinay.
Hi @madinugraha ,
Thanks for using Microsoft Fabric Community Forum to post your question.
To get the size of tables in Fabric Warehouse, the SQL query provided by @NandanHegde should work.
You can also modify the query to get the size in MB or KB.
If size needed for only a specific table, replace WHERE clause with the following:
Hi
My customer tried the query and it works to describe the table. But the question is that from the workspace size is almost 400GB (please find the ss as below), but when he do the query, he can see all of the size each table, but it doesn't representing the size of 400GB from the workspace. May I know how why it's not correlated?
Hi @madinugraha ,
The difference between workspace size reported in the Microsoft Fabric Capacity Metrics app (around 400 GB) and the actual sizes of the warehouse tables you've queried is because:
The total workspace size includes more than just the raw data from warehouse tables. It includes all data assets within your workspace such as:
Datasets
Dataflows
Reports
Models
Temporary files
Caches
Log files
Metadata and indexes
Additionally, temporary data, intermediate storage, and version histories contribute to the overall workspace size.
Billable Storage vs. Current Storage:
You might have noticed terms like "current storage" and "billable storage" in the Fabric Capacity Metrics app:
Billable Storage : Represents the storage being billed based on usage at the start of the reporting period. It may be lower if the storage usage was less at that start.
Current Storage : Reflects real-time storage usage, including all current data assets, caches, and temporary files. This can be dynamic and change more frequently.
For detailed information please refer the following link:
metrics-app-storage-page
I hope this clarifies the situation. Please let me know if you have any further questions!
If this post helps, please accept as solution to help others find easily.
Best regards,
Vinay.
thanks for the reference. But my customer is asking if the condition is fabric warehouse, is it different method?
Below query should work :
Assuming this is the size of table in fabric lakehouse,
Plz refer the below link :
User | Count |
---|---|
8 | |
6 | |
5 | |
2 | |
1 |
User | Count |
---|---|
15 | |
10 | |
5 | |
4 | |
4 |