NORM.S.INV

Updated on

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.

Return Values

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

Remarks

This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.

Example

EVALUATE { NORM.S.INV(0.908789) }

Returns

[Value]
1.33333467304411

Other functions related to NORM.S.INV are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/norm-s-inv-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy