Forum Discussion
Aroth
Advocate II
9 years agoCountax counting "zero" values
Hello, I have bucketed my consumer according to their sales amount using a measure: It means all my customer are allocated in bucket size. In order to see how many customer I have behind ...
- 9 years ago
How about this...
Measure = COUNTAX ( FILTER ( Customer; Customer[Sales] <> 0 ); [Bucket Size CY] )
Hope this helps! :smileyhappy: