Forum Discussion
SPGMat
2 years agoFrequent Visitor
Calculate a Running Total as a variable which Resets based on a condition
Hi Members, Im new to the world of PowerBI and I need help with the following Running Total I need to calculate in DAX. Definition -> BalancePick = OpeningStockPosition + POs Pick - Demand ...
lbendlin
Super User
2 years agorunning totals in DAX cannot be conditional. The only place where you can do that is List.Accumulate in Power Query.