Forum Discussion

bali1879's avatar
bali1879
Frequent Visitor
6 years ago
Solved

Running total with condition

Hi,

I'd calculate the running total in the column sum with specific condition in DAX.
In this case I'd calculate the sum of the order  from the condition order=5 going down with the position.

 

positionordersum
111
223
35/
444
526
628
719
85/

 

Do you have some ideas to do that ?