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