Forum Discussion

Zarko_Tripunovic's avatar
Zarko_Tripunovic
Copper Contributor
Jul 01, 2020
Solved

Removing duplicates in PowerQuery

Hi guys!  Before I start with my question, please, take a look the pictures that I attached. My source is folder X which contains 3 files (but also can contain x files and problem is still there). ...
  • SergeiBaklan's avatar
    Jul 01, 2020

    Zarko_Tripunovic 

    Remove Duplicates keeps first of duplicated rows in order of how you sorted records before. However, to ensure it works correctly before removing duplicates you need to fix the table in memory. You may wrap it by Table.Buffer, or easier to add Index column->select column(s) for which remove duplicates->remove them->remove Index column.

Resources