Forum Discussion
dantheram
Helper II
3 years agoMoving Average - not date based
hi all i'm really struggling to understand how to compile what should be a very simple MAA. The issue is that i do not use date, i use period numbers; 1 to 13, as below - all i want ...
tamerj1
Community Champion
3 years agoCreate a fiscal year period column in both tables the use it in the code. It is also advised to use this column to create the relationship.
Fiscal YearPeriod =
VALUE ( SUBSTITUTE ( 'SAFs Actuals'[Fiscal Year], "/", "" ) ) * 100 + 'SAFs Actuals'[Period]
dantheram
Helper II
3 years agoyou sir are a hero 🙂
thanks so much!