STDEV.P is a DAX function that calculates the standard deviation based on the entire population of given arguments, ignoring logical values and text.
Syntax
STDEV.P( ColumnName )
| Argument | Properties | Description |
|---|---|---|
| ColumnName | A column that contains numbers corresponding to a population. |