The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 sample data below:
This is just a sample data but the main issue that I have is that the dates are in the columns which is making it harder for me to actually use DAX to use dates.
Are there any other ways to calculate the rolling average once for example July data is now set (then 6 month average is from Feb to July, and so on.) keeping them in the column??
Solved! Go to Solution.
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.
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.
Noted thanks!
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |