Forum Discussion
"Remove Duplicate" doesn't remove all duplicate
Hi smoupre,
Yes I have millions of row in the database. My apology I cannot post the data.
I have posted this issue in the link you mention. Hopfully they come out with something more convenient.
Anonymous and ImkeF my data is not case sensitive. Yet this happen. I'd tried your code just in case but the results are the same.
Anonymous another thing you can try is to trim & clean before the remove-duplicates-step. Maybe there are some issues with non-printable characters or sth similar:
- Anonymous9 years agoNot applicable
ImkeF and Anonymous my apology for the late reply.
I tried ImkeF method it still doesnt work however I tried the "grouped by" function in "transform" tab and it works.
Just extra step.
- Anonymous8 years agoNot applicable
Problem is, that Power BI has two different ways of handling data in two different situations.
1. Remove duplicates in Query Editor - it IS case sensitive, eg. "EMPLOYER" and "employer" are two different strings (are not duplicates)
2. Building a relation - it IS NOT case sensitive, eg. "EMPLOYER" and "employer" are the same strings (are duplicates), therefore I can't build a relation
Microsoft, please, fix this "feature" it is really annoying. Work with data one way in the application.