Forum Discussion
dkel6177
9 years agoRegular Visitor
Standard Deviation DAX returning zeros
I have table that provides a count of reports by a particular offense group; My DAX is set to: STDdev = STDEVX.P(ucr2st, 'Master KPI'[Report Count]) see below.... I keep getting zeros...
dkel6177
9 years agoRegular Visitor
I have, but i just put it in a column to see the result instead of a visual. Either way does not work. I just get zeros. I need a standard dev at the group level shown above.
cworkman2015
6 years agoHelper II
Were you ever able to solve this problem? I'm gettin the same issue.