Forum Discussion

barthand16's avatar
barthand16
Frequent Visitor
3 years ago

Need Help with running total. Getting incorrect sum within the subtotal.

I have the following formula which works great within the matrix.  Running = VAR StartingOnhand = CALCULATE(Demand[Sum Onhand], ALL('calendar'[Period])) RETURN     IF (         ISFILTERED ...