Forum Discussion
PRFInstitute
3 years agoNew Member
Power BI - Distinct Count not working
Hi, I've a Pie chart on my dashboard in Power BI. The Pie chart is based on the column that inlcudes duplicates. I have a card on my dashboard that shows me the number of distinct values in that colu...
Dhairya
3 years agoSolution Supplier
Hey PRFInstitute
Try Plotting below Measure which calculated distinct count in pie chart.
MeasureUniqueCount = DISTINCTCOUNT(YourColumnName).
If it worked for you please accept this reply as solution!