Forum Discussion
ovetteabejuela
9 years agoImpactful Individual
Power Query | How to remove (older) duplicate records
Hi once again, How do you recommend to remove an older version of a record. I plan to use the file created date as the time stamp to tell which record is newer. Here's a dummy data: Co...
- 9 years ago
In power query (get data) sort by the date column descending. Then select all columns except date and select remove rows\remove duplicates.
MattAllington
9 years agoCommunity Champion
In power query (get data) sort by the date column descending. Then select all columns except date and select remove rows\remove duplicates.
ovetteabejuela
9 years agoImpactful Individual
I see, so it does have that behavior. thanks MattAllington