NORM.INV is a DAX function that returns the inverse of the normal cumulative distribution for a specified mean and standard deviation.
Syntax
NORM.INV(
Probability,
Mean,
Standard_dev
)
Argument | Properties | Description |
---|---|---|
Probability | A probability corresponding to the normal distribution. | |
Mean | The arithmetic mean of the distribution. | |
Standard_dev | The standard deviation of the distribution. |