Forum Discussion

iDataDrew's avatar
iDataDrew
Icon for Advocate IV rankAdvocate IV
9 years ago

How to duplicate the Excel STANDARDIZE() function in DAX to generate normalized ratio?

I'm trying to duplicate the STANDARDIZE() function available in Exel in order to generate a standardized ratio, or z-score.   z= (x - m) / sd   How would I write a formula for this?