Daily DAX : Day 36 STDEV.S
This is a statistical DAX function that returns the estimated standard deviation based on a sample. The sample being the values in column ignoring logical values and text.
Syntax
STDEV.S(<ColumnName>)
This is a statistical DAX function that returns the estimated standard deviation based on a sample. The sample being the values in column ignoring logical values and text.
Syntax
STDEV.S(<ColumnName>)
Comments
Post a Comment