This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 36 | |
| 29 | |
| 22 | |
| 21 |