Forum Discussion
Anonymous
5 years agoNot applicable
Need help in Standard deviation
Hi, I have created two measures [Individual performance and Average performance - Weekly] or every user, i need to find how much deviation the correspnding user from the average. I have used the cl...
- 5 years ago
Hi Anonymous ,
You can use the following the measure like below:
Std Dev = STDEVX.P(FILTER(Table, Table[UserID] = MAX(Table[UserID]),[Individual Performance])
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
v-deddai1-msft
5 years agoCommunity Support
Hi Anonymous ,
You can use the following the measure like below:
Std Dev = STDEVX.P(FILTER(Table, Table[UserID] = MAX(Table[UserID]),[Individual Performance])
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai