Forum Discussion
Cliff09
8 years agoRegular Visitor
12 Month Rolling average.
Hi, I have been asked to show our monthly sales with a moving average in a table (and chart). Here is some sample data: Sale Date Sale Amount 2/07/2017 $15,000 11/07/2017 $20,000 ...
Cliff09
8 years agoRegular Visitor
Yes, I have created it as a measure.
Here is the result I get on the sample data:
SivaMani
8 years agoResident Rockstar
Apologise for the late response. Addressed your issue.
Here is the solution,
Step 1: Create a quick measure -> Rolling average
Step 2: Edit the DAX of the quick measure -> Change AVERAGEX to SUMX
That's it
- Cliff098 years agoRegular Visitor
Hi SaviMani,
Thanks that did the trick. Although leaving it as AVERAGEX gives me that result I am after.
I do run a "Can't display the vidual." error when I try to apply date slice to the page and I have sent off a 'frown' to Microsoft support for this.
Thanks for your help!
- GlassShark15 years agoHelper III
This is what i need thanks. Trying to get this to ignore an external slicer for geography though - i'm guessing i'm missing and ALL somewhere or something?