STDEVX.S

STDEVX.S Returns the standard deviation of a sample population.


Syntax

STDEVX.S(table, expression)

Parameters

table – Any DAX expression that returns a single scalar value, where the expression is to be evaluated multiple times (for each row/context).
expression – Any DAX expression that returns a single scalar value, where the expression is to be evaluated multiple times (for each row/context).

Return Value

A number with the standard deviation of a sample population.


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Statistical Functions / STDEVX.S