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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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.
User | Count |
---|---|
11 | |
9 | |
6 | |
5 | |
4 |