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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Vishwa972
New Member

Visual Has Exceeded the resources error

Hello everyone,

while using the following measure for a line chart 

adjustment(value in CHF) = ([+ve adjusments(value in CHF)] + ([-ve adjusments(value in CHF)])) + 0 ( Adding 0 to create a line on zero values )
getting the error as visual exceeded resouces when we drill through on data. if anyone knows what to do here kindly reply.
Thank you.
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Vishwa972 ,

There are some possible ways to fix this error, such as:

Check the query performance of your data source and optimize it if possible.
Use indexing to improve the query performance and reduce the memory consumption.
Consider using an SSAS solution instead of tapping on schema tables directly.
Reduce the number of fields or filters in your visual to decrease the amount of data displayed.
Enable the “Aggregate in storage” option for your visual if you are using DirectQuery or composite models.

Solved: Visual exceeded available resources error in Power... - Microsoft Fabric Community

Solved: Service: Visual has exceeded available resources. ... - Microsoft Fabric Community

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

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
Anonymous
Not applicable

Hi @Vishwa972 ,

There are some possible ways to fix this error, such as:

Check the query performance of your data source and optimize it if possible.
Use indexing to improve the query performance and reduce the memory consumption.
Consider using an SSAS solution instead of tapping on schema tables directly.
Reduce the number of fields or filters in your visual to decrease the amount of data displayed.
Enable the “Aggregate in storage” option for your visual if you are using DirectQuery or composite models.

Solved: Visual exceeded available resources error in Power... - Microsoft Fabric Community

Solved: Service: Visual has exceeded available resources. ... - Microsoft Fabric Community

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

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

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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