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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Facing error in power bi service with table visual i.e, available resources exceeds

Hi Everyone,

Please help me out with this error in service.please find the attached image.Avaialable resources exceeds.png

 

1 ACCEPTED SOLUTION
v-henryk-mstf
Community Support
Community Support

Hi @Anonymous ,

 

For the above problems, the main reason is the creation of complex calculation logic and dax query formula. If you are a senior administrator, you can set the capacity. 

Chris Webb's BI Blog: The “Visual Has Exceeded The Available Resources” Error In Power BI Chris Webb's BI Blog (crossjoin.co.uk)

How to configure workloads in Power BI Premium - Power BI | Microsoft Docs

v-henryk-mstf_0-1619592547998.png

v-henryk-mstf_1-1619594670240.png

 

But the best suggestion is to use the performance analyzer to view and record the performance of each report element when interacting with users, and then tune specific queries. 

 

Here is the reference document link:Use Performance Analyzer to examine report element performance in Power BI Desktop - Power BI | Microsoft Docs


If the problem is still not resolved, please provide detailed error information and let me know immediately, looking forward to your reply.

Best Regards,
Henry

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

I am facing a similar error with a query as below for a report which is refusing to load in premium workspace Also in desktop its taking ahuge time to load.

 

new CU = CALCULATE (
[count users],FILTER(
ALLSELECTED( 'RPTDW_DAILY_MEASURE_LEAF'),'RPTDW_DAILY_MEASURE_LEAF'[RPTDW_DIM_TIME.DATE_ACTUAL]<=MAX('RPTDW_DAILY_MEASURE_LEAF'[RPTDW_DIM_TIME.DATE_ACTUAL])

))

 

 

 

PLEASE HELP HOW CAN I RESOLVE THIS

 

v-henryk-mstf
Community Support
Community Support

Hi @Anonymous ,

 

For the above problems, the main reason is the creation of complex calculation logic and dax query formula. If you are a senior administrator, you can set the capacity. 

Chris Webb's BI Blog: The “Visual Has Exceeded The Available Resources” Error In Power BI Chris Webb's BI Blog (crossjoin.co.uk)

How to configure workloads in Power BI Premium - Power BI | Microsoft Docs

v-henryk-mstf_0-1619592547998.png

v-henryk-mstf_1-1619594670240.png

 

But the best suggestion is to use the performance analyzer to view and record the performance of each report element when interacting with users, and then tune specific queries. 

 

Here is the reference document link:Use Performance Analyzer to examine report element performance in Power BI Desktop - Power BI | Microsoft Docs


If the problem is still not resolved, please provide detailed error information and let me know immediately, looking forward to your reply.

Best Regards,
Henry

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

ibarrau
Super User
Super User

Hi! In order to let us help you please run the performance analyzer for that one. Here it is a small tutorial:
https://www.youtube.com/watch?v=1lfeW9283vA

That will help us understand if you have a crazy DAX making this complicated or if there is something else.

How big is your dataset? is that visual using millons of rows?

Regards


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

Happy to help!

LaDataWeb Blog

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.

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