VARX.S Returns the variance of a sample population.
Syntax
VARX.S(table, expression)
Parameters
table – Any DAX expression that returns a table of data.
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 that represents the variance of a sample population.
Reference Data
https://docs.microsoft.com/en-us/dax/dax-function-reference