STDEV.P

STDEV.P Returns the standard deviation of the entire population.


Syntax

STDEV.P(ColumnName)

Parameters

columnName – The name of an existing column using standard DAX syntax, usually fully qualified. It cannot be an expression.

Return Value

A number representing the standard deviation of the entire population.


Reference Data

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

DAX Functions / Statistical Functions / STDEV.P