STDEVX.S is a DAX function that estimates the standard deviation based on a sample from evaluating an expression for each row in a table.
Syntax
STDEVX.S(
Table,
Expression
)
| Argument | Properties | Description |
|---|---|---|
| Table | The table containing the rows for which the expression will be evaluated. | |
| Expression | The expression to be evaluated for each row of the table. |