Daily DAX : Day 50 STDEVX.P
This is a statistical DAX function that estimates the standard deviation based on the entire population by evaluating an expression for each row of a table.
Syntax
STDEVX.P(<Table>, <Expression>)
This is a statistical DAX function that estimates the standard deviation based on the entire population by evaluating an expression for each row of a table.
Syntax
STDEVX.P(<Table>, <Expression>)
Comments
Post a Comment