cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Nakita76
New Member

New to PowerBi - removing duplicate data within a column

I am new to PowerBi and can't seem to find if this is possible or not. I have a column with names in it and it puts the name per row and some have multiple rows. But i want to count the individual names within that column - not the overall amount. How do i do this please?

1 ACCEPTED SOLUTION
Idrissshatila
Solution Sage
Solution Sage

Hello @Nakita76 ,

 

You could keep it as it is and use this measure

Measure = DISTINCTCOUNT(Table[Name])

and it will help you count the distinct names in a column.
 
or you could remove the duplicated from the table in Power query, refer to this link
https://learn.microsoft.com/en-us/power-query/working-with-duplicates
 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin

View solution in original post

2 REPLIES 2
Idrissshatila
Solution Sage
Solution Sage

Hello @Nakita76 ,

 

You could keep it as it is and use this measure

Measure = DISTINCTCOUNT(Table[Name])

and it will help you count the distinct names in a column.
 
or you could remove the duplicated from the table in Power query, refer to this link
https://learn.microsoft.com/en-us/power-query/working-with-duplicates
 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin

Thank you 😁

Helpful resources

Announcements
May 2023 update

Power BI May 2023 Update

Find out more about the May 2023 update.

Submit your Data Story

Data Stories Gallery

Share your Data Story with the Community in the Data Stories Gallery.

Top Solution Authors