Forum Discussion
LotteLaugesen
Helper V
4 years agoProblem with running total
Hi Can anybody tell me what's wrong with my running total? Why doesn't it aggregate when I have different Currency LCU? Can anybody tell me how to solve it? When I remove Currency LCU there is ...
LotteLaugesen
Helper V
4 years agoHi tamerj1
Thanks - It almost works 🙂
The first 2 lines are adding up, but below you can see that 2 other lines are not
Have you got any more other ideas?
tamerj1
Community Champion
4 years ago- LotteLaugesen4 years ago
Helper V
- tamerj14 years ago
Community Champion
please try
Acc. DKK Amount = VAR RT = IF ( [DKK] <> BLANK (), CALCULATE ( [DKK], ALLSELECTED ( FT_ARAP_Invoices ), REMOVEFILTERS ( 'Dim Calendar' ), 'Dim Calendar'[Date] <= MAX ( 'Dim Calendar'[Date] ) ) ) RETURN RT- LotteLaugesen4 years ago
Helper V
tamerj1 thank you for your time, but it didn't make any difference.
The final result is correct so right now I will go with this 😉