Forum Discussion

Lu1sT0rr3s's avatar
Lu1sT0rr3s
Frequent Visitor
6 years ago
Solved

Weekly Rolling Average

Hello All

 

I try to calculate a rolling average by week and it seems that it work the formula that I try, however when the calculation goes to week 52 the calculation finished there, does not follow the next year.

 

The formula that I used was:

 

12Wk EMA Preload =
CALCULATE([AVERAGE PEAK FORCE],
FILTER(ALL(WYLIE),
WYLIE[Week Number] = SELECTEDVALUE(WYLIE[Week Number]) -12))
 
 
 
Any help will be greatly appreciated.
 
Attached is my power bi project

6 Replies