The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello Community Teams,
I am encountering the following error:
"Resources Exceeded: The query has exceeded the available resources. Try filtering to decrease the amount of data requested."
I believe the query is processing a large dataset. I’ve already tried adding filters, but the issue persists.
Could anyone suggest how to optimize the query further or manage resource limitations effectively? Any best practices for handling large datasets in this context would be greatly appreciated.
Thanks in advance for your help!
Solved! Go to Solution.
Hello @Raja10ram ,
you need to minimize the load, try removing complex measures from the table and make it in Power query.
Proud to be a Super User! | |
Hi @Raja10ram
The "Resources Exceeded" error in Power BI typically occurs when a query or its calculations consume more memory than the configured limit. Here are some strategies to optimize your query and manage resource limitations effectively:
Simplify Your Query:
Reduce Data Volume:
Optimize Data Model:
Hope this helps!!
If this solved your problem, please accept it as a solution and a kudos!!
Best Regards,
Shahariar Hafiz
I have been trying with this formulas to find out drawdown but when i am running the max dax function in the table its giving me the same value all over though i sort the date which is in date/time format. I am not understanding the reason why please help me out. I think its taking the max value directly what should i change to the running max ?
I am facing same issue what @Raja10ram is facing if you have solution please help on this
Hi @Raja10ram
The "Resources Exceeded" error in Power BI typically occurs when a query or its calculations consume more memory than the configured limit. Here are some strategies to optimize your query and manage resource limitations effectively:
Simplify Your Query:
Reduce Data Volume:
Optimize Data Model:
Hope this helps!!
If this solved your problem, please accept it as a solution and a kudos!!
Best Regards,
Shahariar Hafiz
Hello @Raja10ram ,
you need to minimize the load, try removing complex measures from the table and make it in Power query.
Proud to be a Super User! | |
Hello @Idrissshatila
Here,I didn't use any Complex measure just showing the Opening Value & Qty and Closing value & Qty which i am Showing the Stock Statement table.