VAR.P is a DAX function that calculates the variance based on the entire population, ignoring logical values and text.
Syntax
VAR.P( ColumnName )
| Argument | Properties | Description |
|---|---|---|
| ColumnName | A column that contains values corresponding to a population. |