Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I am running into the following error
The query has exceeded the available resources. Try filtering to decrease the amount of data requested.
My setting is "Premium per user" the dashboard was working just fine until few days ago, following the recommendations online, I tried reducing the data set and it did not help. How do I increase the capacity to mitigate this issue?
Solved! Go to Solution.
Hi @prkumari ,
Thanks for reaching out to Microsoft Fabric Community.
In Power BI Premium Per User (PPU), the per-query memory limit is fixed at 10 GB and cannot be increased. Unlike Premium capacity, PPU does not provide a way to configure or raise this limit, even for workspace or tenant admins.
Reference: Re: 10240 MB query memory limit - Premium Per User... - Microsoft Fabric Community
The error you are seeing occurs when a visual or calculation exceeds this memory limit. There isn’t a way to see exactly which internal query is consuming the memory in the service, but you can use Performance Analyzer in Power BI Desktop to identify visuals or DAX measures that are most resource-intensive.
In Desktop, you can also temporarily turn off query limits under File -> Options -> Report settings -> Query limit simulations to capture the DAX query causing the error. This is helpful for diagnosing which part of your report is memory-heavy, but these settings only affect Desktop and do not change the fixed 10 GB limit in PPU.
Power BI May 2023 Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
To resolve the issue, the model, DAX calculations, or visuals need to be optimized. Updating your dataset to use a star schema can make the model more efficient and better suited to the Power BI engine. Measures can be adjusted to reference dimension tables instead of large fact tables, reducing memory required for queries. Splitting large tables, aggregating data, filtering unnecessary rows, or simplifying complex measures can further help.
If after optimization the error persists, the only option to get higher per-query memory is to move the report to a Premium capacity workspace, where per-query memory limits are configurable.
Here are some similar discussions: Solved: Query Resources Exceeded Error - Microsoft Fabric Community
Solved: Resources Exceeded This visual has exceeded the av... - Microsoft Fabric Community
Thanks @srlabhe for sharing valuable optimization steps.
Hope this helps. Please reach out for further assistance.
Thank you.
Hi @prkumari ,
We wanted to kindly follow up regarding your query. If you need any further assistance, please reach out.
Thank you.
I have explored optimizing the queries and the page still fails with the same error. I have no visibility of what exact query is causing the issue, how to access the internal logs or contact the administrator to explore increasing the per-query memory limit option?
Hi @prkumari ,
Thanks for reaching out to Microsoft Fabric Community.
In Power BI Premium Per User (PPU), the per-query memory limit is fixed at 10 GB and cannot be increased. Unlike Premium capacity, PPU does not provide a way to configure or raise this limit, even for workspace or tenant admins.
Reference: Re: 10240 MB query memory limit - Premium Per User... - Microsoft Fabric Community
The error you are seeing occurs when a visual or calculation exceeds this memory limit. There isn’t a way to see exactly which internal query is consuming the memory in the service, but you can use Performance Analyzer in Power BI Desktop to identify visuals or DAX measures that are most resource-intensive.
In Desktop, you can also temporarily turn off query limits under File -> Options -> Report settings -> Query limit simulations to capture the DAX query causing the error. This is helpful for diagnosing which part of your report is memory-heavy, but these settings only affect Desktop and do not change the fixed 10 GB limit in PPU.
Power BI May 2023 Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
To resolve the issue, the model, DAX calculations, or visuals need to be optimized. Updating your dataset to use a star schema can make the model more efficient and better suited to the Power BI engine. Measures can be adjusted to reference dimension tables instead of large fact tables, reducing memory required for queries. Splitting large tables, aggregating data, filtering unnecessary rows, or simplifying complex measures can further help.
If after optimization the error persists, the only option to get higher per-query memory is to move the report to a Premium capacity workspace, where per-query memory limits are configurable.
Here are some similar discussions: Solved: Query Resources Exceeded Error - Microsoft Fabric Community
Solved: Resources Exceeded This visual has exceeded the av... - Microsoft Fabric Community
Thanks @srlabhe for sharing valuable optimization steps.
Hope this helps. Please reach out for further assistance.
Thank you.
Hi @prkumari ,
Just wanted to check if the response provided was helpful. If further assistance is needed, please reach out.
Thank you.
The error is self explanatory
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!