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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Identify duplicates

Hello

 

I have a table which is a list of rowid, account numbers and dates of births.  I want to identify rowid where there are duplicate account number and date of birth.  For example in the data shown below Account number 9987 has 3 different date of births so that is OK but Account number 9960 has same date of births and needs to be flagged

 

1-5L26998706/02/1958 00:00:00
1-5L26998701/01/1900 00:00:00
1-5L26998724/03/1956 00:00:00
1-5L1S996004/09/1974
1-5L1S996004/09/1974 00:00:00
   
   
   
   
   

 

thanks in advance

 

Jo

1 ACCEPTED SOLUTION
Anonymous
Not applicable

You can do this in power query:

Groupby Birthdate and Account

with columns for CountRows and All Rows

Groupby PQ.png

 

Expand the all rows

add a conditional column using the countrows:

Conditional Column PQ.png

then just some cleaning up and setting data types:

Final Table.png

View solution in original post

1 REPLY 1
Anonymous
Not applicable

You can do this in power query:

Groupby Birthdate and Account

with columns for CountRows and All Rows

Groupby PQ.png

 

Expand the all rows

add a conditional column using the countrows:

Conditional Column PQ.png

then just some cleaning up and setting data types:

Final Table.png

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.