NORM.DIST

NORM.DIST Returns the normal distribution for the specified mean and standard deviation.


Syntax

NORM.DIST(X, Mean, Standard_dev, Cumulative)

Parameters

X – The value for which you want the distribution.
Mean – The arithmetic mean of the distribution.
Standard_dev – The standard deviation of the distribution.
Cumulative* – A logical value that determines the form of the function. If cumulative is TRUE, NORM.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.

Return Value

The normal distribution for the specified mean and standard deviation.


Reference Data

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

DAX Functions / Statistical Functions / NORM.DIST