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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
clarainesgg
Helper I
Helper I

Remove Duplicates based on all the tables

Hi,

 

 

I need to remove duplicates for the entire table as in Excel. Is it possible? I tried removed duplicates, selecting the entire table

 

clarainesgg_0-1725979414128.png

 

 

Hower, then it shows in red.

 

Also is it possible to see which duplicates the query delete?

 

Thanks,

 

Clara

3 REPLIES 3
Anonymous
Not applicable

Thanks for @Greg_Deckler 's reply.
Hi @clarainesgg ,


Are there any duplicate rows in your table?

 

If the table does not have any duplicate rows, whether you use Remove Duplicates in Power Query to de-duplicate the entire table or DAX: DISTINCT(Table).
Neither of these will work.


Best Regards,
Dengliang Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

clarainesgg
Helper I
Helper I

yes, i did that. However, it doest work:

clarainesgg_1-1725981079107.png

 

 

Greg_Deckler
Community Champion
Community Champion

@clarainesgg If you select the first column, hold down shift and select the last column and then right-click and remove duplicates, it should remove duplicate rows. I don't believe it is possible to see which duplicates the query removed. The step in Advanced Editor is:

 

#"Removed Duplicates" = Table.Distinct(#"Changed Type")



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.