VAR.S is a DAX function that estimates the variance based on a sample, ignoring logical values and text in the sample.
Syntax
VAR.S( ColumnName )
Argument | Properties | Description |
---|---|---|
ColumnName | A column that contains numeric values corresponding to a sample of a population. |