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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
ebersolorzano
New Member

Remove duplicated by date

Hello. I need to remove duplicates "name" by date.

In the first case (Yuri Lorena), I need to keep just a row for 2022 -mayo-12.

In the second case (Yulman...), I need to keep the rows 2022-mayo-12 and 2022-noviembre-25

Thanks in advance

ebersolorzano_0-1684534270490.png

 

1 ACCEPTED SOLUTION
collinsg
Solution Sage
Solution Sage

Good day ebersolorzano. The function you need is available from Power Query's UI, via the "Remove Rows" button. Select the columns which are to be considered for duplication. Click "Remove Rows" and from the sub-menu which pops up click "Remove Duplicates". 

 

The Power Query documentation on removing duplicates is here and the "BI Gorilla" has a complete guide here.

 

I reproduced your data, brought it into Power Query...

collinsg_0-1684653368557.png

and then applied the solution to give...

collinsg_1-1684653466425.png

The M code is...

= Table.Distinct(#"Name of Previous Step", {"Name", "Year", "Month", "Day"})

 ...the columns being considered in the duplication are listed between the curly brackets.

View solution in original post

4 REPLIES 4
collinsg
Solution Sage
Solution Sage

Good day ebersolorzano. The function you need is available from Power Query's UI, via the "Remove Rows" button. Select the columns which are to be considered for duplication. Click "Remove Rows" and from the sub-menu which pops up click "Remove Duplicates". 

 

The Power Query documentation on removing duplicates is here and the "BI Gorilla" has a complete guide here.

 

I reproduced your data, brought it into Power Query...

collinsg_0-1684653368557.png

and then applied the solution to give...

collinsg_1-1684653466425.png

The M code is...

= Table.Distinct(#"Name of Previous Step", {"Name", "Year", "Month", "Day"})

 ...the columns being considered in the duplication are listed between the curly brackets.

Thanks a lot. It works.

Mahesh0016
Super User
Super User

@ebersolorzano Please Share your End Output for more understanding.THANK YOU!!

 

Thanks. The issue was solved. 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.