Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

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...