Forum Discussion

BI-1294's avatar
BI-1294
Frequent Visitor
4 years ago
Solved

Remove duplicates doesn't work

Hi all, I'm facing a very common problem regarding the remove duplicates function in power query. If I try to remove duplicates from the column "username", not all the duplicates are removed (Link f...
  • AlexisOlson's avatar
    AlexisOlson
    4 years ago

    Looking at your data, these rows aren't duplicates since Power Query is case-sensitive.

     

    If you want these to be considered the same, I'd recommend adding a step to transform to all lowercase before removing duplicates.