NORM.S.INV

NORM.S.INV Returns the inverse of the standard normal cumulative distribution. The distribution has a mean of zero and a standard deviation of one.


Syntax

NORM.S.INV(Probability)

Parameters

Probability – A probability corresponding to the normal distribution.

Return Value

The inverse of the standard normal cumulative distribution. The distribution has a mean of zero and a standard deviation of one.


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Statistical Functions / NORM.S.INV