Forum Discussion
Running total modification
- Anonymous6 years ago
Hi all,
Unfortunately none of these solutions worked π What I ended-up doing:
- future month as blank: I gave up
- only suming the first line against a repetitive month: I moved the columns in a separate column with no repeats and applied a simple running total measure and created a relationship back to the first table.
THanks all for trying to help π
OF
amitchandak , thank you for the suggestion. You actually gave me the idea to further amend the formula to be more precise.
Unfortunately it still shows numbers for months in the future whereas I was hoping to show "null"
Hi Anonymous ,
You can try this code to calculate running total without group the values before:
- Anonymous6 years agoNot applicable
Hi camargos88 , do you suggest I use this formula for my first or second problem? I'm trying to convert it to make it work π€
- camargos886 years agoCommunity Champion
Hi Anonymous ,
The second one, this formula handles the duplicated value.
Ricardo
- Anonymous6 years agoNot applicable
Unfortunately it still sums everything up for the same month, although only for previous months, not future. Did I do something wrong:
DI Target Running (test) = CALCULATE( SUMX('DI Impact','DI Impact'[DI Target.DI Target Amount] / CALCULATE(COUNT('DI Impact'[DI Impact Date]))), FILTER(ALL('DI Impact'[DI Impact Date]),'DI Impact'[DI Impact Date] <= MAX('DI Impact'[DI Impact Date])))