Forum Discussion
Anonymous
3 years agoNot applicable
Help regarding rolling average
I have below type of "actuals" data: Since latest actual data is just for May, average for the last 6 months is easy to calculate. The columns are measures that I calculated based on a s...
- 3 years ago
You would be much better off using Power Query to unpivot the date columns so that you only have 3 columns - customer, date and value. You can then implement a date table and all of your date-based calculations will be much simpler.
johnt75
3 years agoSuper User
You would be much better off using Power Query to unpivot the date columns so that you only have 3 columns - customer, date and value. You can then implement a date table and all of your date-based calculations will be much simpler.
Anonymous
3 years agoNot applicable
Noted thanks!