We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 41 | |
| 34 | |
| 25 |