CONFIDENCE.NORM is a DAX function that returns the confidence interval for a population mean using a normal distribution.
Syntax
CONFIDENCE.NORM(
Alpha,
Standard_dev,
Size
)
Argument | Properties | Description |
---|---|---|
Alpha | The significance level used to compute the confidence level. The confidence level equals 100*(1 – alpha)%, or in other words, an alpha of 0.05 indicates a 95 percent confidence level. | |
Standard_dev | The population standard deviation for the data range and is assumed to be known. | |
Size | The sample size. |