Forum Discussion

dkel6177's avatar
dkel6177
Regular Visitor
9 years ago

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...