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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a table containing store name and its capacity to hold goods of each category and another table containing item data like below, please note that capacity is at category level:
I want to create a table containing the possible SKUs combination for all stores within a category based on their capacity, SKU preference is based on code, i.e. SKU code 1 will be preferred than SKU Code 2 if capacity is only 1 for that category.
The report will have filters and the user can remove specific SKUs basis their need, in such a case that SKU will be removed from combination and next SKU will be preferred.
I have created below DAX queries which is giving correct result and working well for dynamic filters:
I tried the 2nd option, still same error
Hi @harmeet189 ,
The "Query exceeded resources error" indicates that the query has consumed more resources than the system can handle, which is typically caused by an excessive volume of data or a high computational load from DAX calculations.
Here are my suggestions to address the issue:
I hope this helps, and I’d be happy to assist further if needed.
Best Regards,
Bof