Forum Discussion
clarainesgg
Helper I
2 years agoRemove 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 Hower, then it shows in red. Also i...
Greg_Deckler
Community Champion
2 years agoclarainesgg 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")