NORM.S.DIST is a DAX function that returns the standard normal distribution with a mean of zero and a standard deviation of one.
Syntax
NORM.S.DIST(
Z,
Cumulative
)
NORM.S.DIST is a DAX function that returns the standard normal distribution with a mean of zero and a standard deviation of one.
NORM.S.DIST(
Z,
Cumulative
)
The standard normal 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.DIST(1.333333, TRUE) }
Returns
[Value] |
---|
0.908788725604095 |
Other functions related to NORM.S.DIST are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy