Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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...
  • johnt75's avatar
    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.