Forum Discussion
Anonymous
2 years agoNot applicable
Cumulative sum for a summarize variable in DAX
Hello, I have a problem in my original table i had a measure that cumulates value in time and where filters works, it's : CALCULATE( SUM(table[Value]), ALL(Date table), FILTER(ALLSEL...
Greg_Deckler
Community Champion
2 years agoAnonymous No need for CALCULATE, just use a SUMX and your FILTER.