Forum Discussion
StephaneMA
6 years agoFrequent Visitor
Moving average based on prior N rows
I am trying to calculate a moving average based on the prior N rows of a table. Something that would match the table below. I have tried the following but it does not provide the desi...
- 6 years ago
The comma goes before the All(). Try doing just All('Normalized Calendar') instead (remove the column reference).
Regards,
Pat
- 6 years ago
StephaneMA colum type is whole number/decimal. Can you copy the table which i shared above and create the same measure (not calculated column) without any edits. Also share the snapshot.?
nandukrishnavs
Community Champion
6 years agoStephaneMA colum type is whole number/decimal. Can you copy the table which i shared above and create the same measure (not calculated column) without any edits. Also share the snapshot.?
StephaneMA
6 years agoFrequent Visitor
That did it.......!
Thank you nandukrishnavs.
There must be something wromng with the original dataset. I will fix that issue now that I have a working average working!
I really appreciate your assistance.