Forum Discussion
Power Query not removing all duplicates
- Anonymous3 years ago
Hi andrew_sxs - I would like to suggest that you Filter you population in Power Query before the remove Duplicates step. If possible include an example where there are:
- no duplicates to remove
- duplicate has been removed successfully
- duplicate is not removed
This will help you visible see what is happening. It is possible that you need Trim or change case on the column with the duplicates because the following are not the same: "ABC" <> "AbC" or "ABC ".
Hi andrew_sxs - I would like to suggest that you Filter you population in Power Query before the remove Duplicates step. If possible include an example where there are:
- no duplicates to remove
- duplicate has been removed successfully
- duplicate is not removed
This will help you visible see what is happening. It is possible that you need Trim or change case on the column with the duplicates because the following are not the same: "ABC" <> "AbC" or "ABC ".
- andrew_sxs3 years agoRegular Visitor
trim function before remove duplicate worked... thanks 🙂