Forum Discussion
Anonymous
7 years agoNot applicable
Quick measure - Moving average
Hello, I'm new with power BI and i have trouble calculating moving average. I use the quick measure option to calculate 3 month moving average and i get this result: It seems...
- 7 years ago
You can write something like
=IF( [OtherMeasureInChart]<>Blank(), [Rolling Avg Measure] )
ChandeepChhabra
7 years agoImpactful Individual
You can write something like
=IF( [OtherMeasureInChart]<>Blank(), [Rolling Avg Measure] )
Anonymous
7 years agoNot applicable
Your simple trick saved my day..
Thanks mate