Count if greater than measure - Power BI
community.powerbi.com › t5 › DesktopOct 22, 2020 · The measure Z is computed by: Z = sum ('myTable' [values])-AVERAGE ('myTable' [values])/stdev.p ('myTable' [values]) CutOffValues = CutoffValues = (stdev.p ('myTable [values])*sum (SD [SDs to enumerate through])+AVERAGE ('myTable' [values])) [SDs to enumerate through] is just a custom table with values 1 through 10 RoundedZ = ROUND ( [Z],1)