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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
BZ_AF
Frequent Visitor

How do I analyze my DAX for "this visual has exceeded the available resources"?

Hi There

 

I'm having some issues with some DAX measures which are causing the "Visual has exceeded available resources" panel, like this. In my case the memory on Power BI Service is exceeded.

 

Is there a way to analyze the size of the memory used for the dax calculation? The performance analyzer only shows the time to calculation, while DAX studio's Vertipaq Analyzer seems to analyze the end result memory of each step. Is there a way to see the total memory required for a calculation?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @BZ_AF ,

There seems to be such a feature in DAX Studio, 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). 
You can check it out according to this document:
New Server Timings features in DAX Studio 2.5.0 #dax #powerbi #ssas #tabular - SQLBI

Best regards

Albert He

 

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

3 REPLIES 3
Anonymous
Not applicable

Hi @BZ_AF ,

There seems to be such a feature in DAX Studio, 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). 
You can check it out according to this document:
New Server Timings features in DAX Studio 2.5.0 #dax #powerbi #ssas #tabular - SQLBI

Best regards

Albert He

 

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

olgad
Super User
Super User

Hi, in almost all cases that I had this error message there was a problem with the relationships. Start taking the columns away from your table/matrix to see which column is causing it, where it comes from and what is the relationship with the source table. 


DID I ANSWER YOUR QUESTION? PLEASE MARK MY POST AS A SOLUTION! APPRECIATE YOUR KUDO/LIKE!
PROUD TO BE A SUPER USER!
Best Stories, Interesting Cases: PowerBI Storytime Newsletter
Linkedin Profile: Linkedin
YouTube Channel: PowerBI Storytime
BZ_AF
Frequent Visitor

Thanks for your input. The error message comes up sometimes and not always, so I am interested to see if we can diagnose the issue in a deeper detail so as to understand why. Still wondering if there is a way to analyze the overall memory required by the visualization.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.