Forum Discussion
Anonymous
3 years agoNot applicable
Cumulative column
If I have appended rows which, how do I get cumulative column but starting from new in each appended column? The way I made this master table is by appending different projects and I use slicer to e...
Mahesh0016
3 years agoSuper User
Cumulative Actual Energy = CALCULATE(SUM(Absolute_Master_Table[Actual Energy]),ALL(Absolute_Master_Table),Absolute_Master_Table[Date] <= MAX(Absolute_Master_Table[Date]))Try this formula if it is helpful for you kindly accept as a solution mark.
thank you!
- Anonymous3 years agoNot applicable
Sorry, this doesn't work. It gives total sum and stores the same value in all rows.
- Mahesh00163 years agoSuper User
See my result of DAX Its give me correct answer