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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
v-heq-msft
Community Support
Community Support

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
v-heq-msft
Community Support
Community Support

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors