Forum Discussion
newby-001
5 years agoRegular Visitor
Count Measure not showing zero
I have a list of data and trying to do a count measure. The count works, except for anything for a "level" of 0. The correct data is as follows when I put it in a table visual: Level Total...
- 5 years ago
Solved it - I put >=0 and that brought it all in. Thanks
ryan_mayu
5 years agoSuper User
Why you add table1'[Level] in the filter and didn't add any restrictions?
maybe try this?
= calculate(countrows(table1'),filter(table1',table1'[Level]=0 || table1'[s11]="e"))
if still not work, could you pls provide some sample data?
- newby-0015 years agoRegular Visitor
Thanks, that populates the zero but everything else disappears