Forum Discussion
Anonymous
7 years agoNot applicable
Remove duplicates based on sort in Power Query
I have a table that has ID and date columns. I want to remove duplicates and only keep the most recent record for each ID. I thought I'd by able to simply by sorting either ascending or descending th...
Nilselmano
2 years agoFrequent Visitor
Maybe it is possible to use the function that was added in 2022, Table.StopFolding( SortedTable ), to break folding and keep the sorting.