Forum Discussion
"Remove Duplicate" doesn't remove all duplicate
How many rows do you have? I have seen one other user reporting this and that user had millions of rows. I would report this as an Issue. https://ideas.powerbi.com/forums/360879-issues
Any chance you can post a link to the data so that this issue can be recreated?
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.
- ImkeF9 years ago
Community Champion
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.
- Anonymous9 years agoNot applicable
Anonymous your data source may not be case sensitive, but if the columns in question contain letters then Power BI will be case sensitive about them. But I do also like that non-printable character idea ImkeF.