NORM.S.INV is a DAX function that returns the inverse of the standard normal cumulative distribution.
Syntax
NORM.S.INV( Probability )
Argument | Properties | Description |
---|---|---|
Probability | A probability corresponding to the normal distribution. |
NORM.S.INV is a DAX function that returns the inverse of the standard normal cumulative distribution.
NORM.S.INV( Probability )
Argument | Properties | Description |
---|---|---|
Probability | A probability corresponding to the normal distribution. |
The inverse of the standard normal cumulative distribution. The distribution has a mean of zero and a standard deviation of one.
This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.
EVALUATE { NORM.S.INV(0.908789) }
Returns
[Value] |
---|
1.33333467304411 |
Other functions related to NORM.S.INV are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy