Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Rolling 12Month SUM

Hi, I wanted to calculate rolling 12 months sum but the formula below seems doesn't work. Please help.

Rolling 12 Months =
CALCULATE(sum('Table'[LC]),DATESINPERIOD('CALENDAR'[Date],ENDOFMONTH('Table'[DATE]),-12,MONTH))

 

 

Here is the sample data.

4 Replies