Forum Discussion
SivaMani
8 years agoResident Rockstar
Help to find Standard Deviation
Hello Team,
I've to calculate Standard Deviation for Rolling 3 months average sales. Unfortunately, I created the average as a quick measure. I'm looking for suggestions to calculate Standard Deviation for the same.
Thanks,
Siva
9 Replies
- Greg_DecklerCommunity Champion
If you created the average as a quick measure, it should give you the formula still.
Check out my post on Primary and Secondary School Performance for Ohio. It includes the PBIX file and the calculation of standard deviation was central to the project:
Should be able to download the PBIX and see how I did it.
- SivaManiResident Rockstar
- Greg_DecklerCommunity Champion
Looks like I just used STDEV.P function
Overall Score District StdDev = STDEV.P(DISTRICT[OVERALL SCORE])
https://msdn.microsoft.com/en-us/library/gg492207.aspx