Forum Discussion
sieed
9 years agoHelper II
Help with Distintcount logic
I have the following table: This table is basically capturing whether a job is finished or not. I am displaying the job vs date graph below: In this graph, I would like to...
- 9 years ago
Distinct Count Measure = CALCULATE ( DISTINCTCOUNT ( 'Table'[finishNumber] ), FILTER ( 'Table', 'Table'[finishNumber] <> BLANK () ) ) + 0Add plus zero - it just forces the zero to show! :smileyhappy: