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.
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