Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
PRFInstitute
New 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 column & also the total number values (no. of rows in excel). When I select "Count" the pie chart works well but when I select "Distinct Count", I expect the Pie chart to change values on only have the unique distinct in it. However, when totalling the numbers of the slices.

Power BI.PNG

1 REPLY 1
Dhairya
Solution Supplier
Solution 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! 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors