Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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?
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 18 | |
| 16 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 42 | |
| 40 | |
| 40 | |
| 38 |