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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi all,
I am dealing with a problem of Calculate(DistinctCount()).
Each Row/Project has a "Phase". If I want to specifically count the rows/projects that has "11. Lost" then I get 1 less than the actual count (I have checked my table for the exact count).
What I don't understand is that some of the "Phases" actually gets counted right like "7. Sold" as seen below:
What am I doing wrong?
Solved! Go to Solution.
Their must be duplicate entry in the Data.
So while showing the count in the graph it is showinh 11.
But in measeure column you have used distinct so its considering duplicate entry as 1. so its showing you count as 10.
Use the right function as per your need. try with
Their must be duplicate entry in the Data.
So while showing the count in the graph it is showinh 11.
But in measeure column you have used distinct so its considering duplicate entry as 1. so its showing you count as 10.
Use the right function as per your need. try with
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 |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 24 | |
| 23 |