WillT
9 years agoCommunity Admin
Rolling Average
This measure calculates a rolling average. It takes a set number of periods before and after the current filter context and does an average over those values.
Name:
Rolling average
Descrip...
Chris12
8 years agoAdvocate I
I tried this measure and it worked fine as long as I didn't try to edit the DAX expression. As soon as I did, I got a syntax error as described here. This makes for a very confusing experience and I would suggest to either fix the cause of the syntax error (seems unlikely) or to insert a space before the commata after {Periods Before} and {Periods After}.