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?
- Anonymous9 years agoNot applicable
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
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.