Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
kmoxley
Frequent Visitor

Conditional growth percentiles

I have a collum of z-score I need to create this measure =NORMSDIST(average Zscore)*100. What would the equivalent to NORMS DIST or NORM.S.DIST (aka the cumulative Normal Distribution function b3e in Powerbi?

2 REPLIES 2
v-sihou-msft
Employee
Employee

@kmoxley

 

In DAX, there's no build-in function equivalent to NORMS DIST. You have to manually write a calculated column based on its function definition logic. Please refer to a similar thread below:

 

https://stackoverflow.com/questions/45682788/dax-normal-distribution

 

Regards,

Gotcha, Thanks!  ok, so I am seeing that powerbi is giving me an error with the fractional power at the end of the equation. Any thoughts on a workaround for 1/2 power?

 

CGP = SIGN('normsdist (2)'[FallToFallConditionalGrowthIndex])*0.5*(1-(1/30)*(7*EXP(-('normsdist (2)'[FallToFallConditionalGrowthIndex]^2)*(2-SQRT(2)))+(7+0.25*PI()*'normsdist (2)'[FallToFallConditionalGrowthIndex]^2)))^0.5+0.5

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.