Forum Discussion
BI-1294
4 years agoFrequent Visitor
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...
- 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.
AlexisOlson
4 years agoSuper User
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.
BI-1294
4 years agoFrequent Visitor
Thanks a lot, I didn't notice that the two have different initials 😅