Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
vvalera
New Member

Data flow weight

Hello everyone, a question: How can I know how much weight a data flow has? For example, if a report weighs 12 MB or 110MB, how do I know the weight of the flow?

4 REPLIES 4
vvalera
New Member

Thank you for your response j ocean, I just thought about passing it to a report using the JSON, however I also want to know how much I am hitting the CU processing

You could copy paste the queries to a pbix and run it on your desktop, watch the cpu and memory usage in task manager. If youre on premium there's metrics reports. 

Perfect, I’ll try this as a first instance, thanks for the help

j_ocean
Helper V
Helper V

If you want the size of the code you can export as a json.

 

If you want to know the size of the data stored, import all tables to a pbix and check the file size.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors