Forum Discussion

dudeyates's avatar
dudeyates
Frequent Visitor
7 years ago

Using Power Query and M to Delete Duplicates Based on Certain Criteria

I'm trying to figure out how to remove duplicate rows based on certain criteria. If one of the rows matches the criteria, I keep it and delete the duplicates. I can do this in VBA, but I really want ...