Forum Discussion

ojt1's avatar
ojt1
Frequent Visitor
3 years ago

Using Standard Deviation in Power BI

Hi I have been using the following in Excel for a while to use standard deviation (as a rating as opposed to a ranking such as %rank): =($DM2-AVERAGE($DM:$DM))/STDEV($DM:$DM)   I have been trying...