Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi there,
I have created few measures using distinctcount function about the start and finish times of the job. I am using those measures into the slicer and showing their split using decomposition tree visual as shown in the picture:
Solved! Go to Solution.
This happens when the thing you are counting is in multiple bucketes you are splitting it by.
The count by category is correct and the count in total is correct but the individual counts do not sum to the total becuase of the one item in two categories. So that one gets counted once in each category and once in the total.
Instead of doing DISTINCTCOUNT can you just use COUNTROWS to count the outages?
This happens when the thing you are counting is in multiple bucketes you are splitting it by.
The count by category is correct and the count in total is correct but the individual counts do not sum to the total becuase of the one item in two categories. So that one gets counted once in each category and once in the total.
Instead of doing DISTINCTCOUNT can you just use COUNTROWS to count the outages?
User | Count |
---|---|
65 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |