Forum Discussion

hazem_rabie's avatar
hazem_rabie
New Member
4 years ago
Solved

This visual has exceeded the available resources.

Dear All,

 

we're getting the below error after uploading the dashboard into power bi service and couldn't show up the DAX calculation. however, it works fine at Power Bi Desktop Before uploading it. 

 

we got the below article for this issue but it doesn't help. the issue still exists even while trying to choose filters for the data.

https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-troubleshooting-tile-errors

"This visual has exceeded the available resources. Try filtering to decrease the amount of data displayed.

Your visual has attempted to query too much data for us to complete the result with the available resources. Try filtering the visual to reduce the amount of data in the result."

 

do you have any ideas about the limitations and how we can increase it or any suggestions regarding such an issue?

we already have a Pro Subscribtion

 

 

 

  • Hi, hazem_rabie ;

     the issue occurs when a visual has attempted to query too much data for the server to complete the result with the available resources.

     

    and you can follow the tips to optimize your report:

    1.Do not expose in a view a column that is not necessary in the Power BI data model.

    2.Optimize the DAX calculation used in this visual to use less memory and return faster or change what the visual displays.

    3.Remove unnecessary precision or split granularity values to reduce cardinality(Significantly reduce highly unique datetime values by splitting the date and time into separate columns. )

     

    This is the related document, you can view this content:

    The “Visual Has Exceeded The Available Resources” Error In Power BI

    Visual has exceeded the available resources - Table Visual

     

     

     

    Best Regards,
    Community Support Team _ Yalan Wu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

1 Reply

  • v-yalanwu-msft's avatar
    v-yalanwu-msft
    Icon for Community Support rankCommunity Support

    Hi, hazem_rabie ;

     the issue occurs when a visual has attempted to query too much data for the server to complete the result with the available resources.

     

    and you can follow the tips to optimize your report:

    1.Do not expose in a view a column that is not necessary in the Power BI data model.

    2.Optimize the DAX calculation used in this visual to use less memory and return faster or change what the visual displays.

    3.Remove unnecessary precision or split granularity values to reduce cardinality(Significantly reduce highly unique datetime values by splitting the date and time into separate columns. )

     

    This is the related document, you can view this content:

    The “Visual Has Exceeded The Available Resources” Error In Power BI

    Visual has exceeded the available resources - Table Visual

     

     

     

    Best Regards,
    Community Support Team _ Yalan Wu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.