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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join 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
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 21 | |
| 20 | |
| 12 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 41 | |
| 36 | |
| 35 |