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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
HI, I have very high memory consumption when I load from Power Query to PBI Desktop or when I'm doing plain refresh. My question is how can I see what is eating so much memory?
Thanks
Hi @tomislav ,
use the Query Diagnostics...
https://docs.microsoft.com/en-us/power-query/querydiagnostics
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Thanks for inputs, I work with DAX Studio and Tabular Editor, and I did all the things for memory optimization, and I do not have any memory problems on PQ level, first sign of trouble is hit Close & Apply in PQ. Load takes 2-3 minutes, and goes from 4GB RAM to 32 GB. Problem is that I do not see what is sucking RAM to level of 32GB? Does model do refresh of all report pages when it loads from PQ? Or is it coming from calculated tables and calculated columns?
Hi @Anonymous ,
what is your data structure? How many tables, columns and rows do you use?
In the PQ Editor you only work with a preview of data.
After hit Close & Apply in PQ, the entire dataset is loaded from the source into the Power BI Data Model.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Total size of file 220MB, 39 tables,484 columns.
Hi @Anonymous ,
what data source are you using?
Are all columns and tables really needed?
it is recommended to reduce the required data at the source as early as possible.
This reduces the required bandwidth, memory, etc.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi @Anonymous ,
It may be that the data imported is too large (If you used Direct Query mode, it may be that the performance of the server where your data source is located is too poor), causing the query to consume too much computer resources.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
No, I work in Import mode not Direct Query. I will try returning to last working version of file and start from there. Thanks
Refer, if this can help https://docs.microsoft.com/en-us/power-bi/desktop-performance-analyzer
Have you run Query Diagnostics from the Tools menu in Query Editor?