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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
tctrout
Responsive Resident
Responsive Resident

How to Measure DAX Query Memory

Hello Community,

I would like to know how to measure the total Memory used by a DAX Query?  

I am leveraging DAX Studio, PowerBI Performance Analyzer and have isolated the DAX Query that I want to investigate.  I want to measure the total Memory to see if it is approaching the Premium workload default memory limit of 6 GB.  
https://docs.microsoft.com/en-us/power-bi/admin/service-admin-premium-workloads#query-memory-limit

I can run the PBIX locally and monitor the memory within my PC's Task Manager and see I am exceeding 6 GB.  However, I would think there is a better way to measure this within DAX Studio but I am unable to find it within Server Timings.  Is it listed somewhere else?  I see there is a KB column in the Server Timings, do I simply sum this for total KB used in the DAX Query?

1 ACCEPTED SOLUTION
v-chenwuz-msft
Community Support
Community Support

Hi @tctrout ,

 

You are right, it is the estimated size in memory (measured in KB) of the result of the storage engine query (this result is also called data cache). 

https://www.sqlbi.com/blog/marco/2016/11/01/new-server-timings-features-in-dax-studio-2-5-0-dax-powe... 

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-chenwuz-msft
Community Support
Community Support

Hi @tctrout ,

 

You are right, it is the estimated size in memory (measured in KB) of the result of the storage engine query (this result is also called data cache). 

https://www.sqlbi.com/blog/marco/2016/11/01/new-server-timings-features-in-dax-studio-2-5-0-dax-powe... 

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors