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.
Hello,
I am looking to use the capacity of machines 1,2 and 3 in the most efficient way possible to prepare the orders of products a,b,c,d and e.
Only a certain type of products can be manufactured in each machine.
Can anybody suggest how to achieve this with dax, either:
Thanks.
Power Query can do some of this with List.Accumulate, but DAX is conceptually unable to do this.
Power BI has no memory, and no concept of global variables (or variables at all- What Power BI calls "variables" are in fact all constants).
You will likely need to do that work in the upstream system.