Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi...
my issue is that I have a table, where the column ID is in the format of whole number (int), right from the beginning, without any transformations. The table has around 25k rows.
When I use "remove duplicate rows" on ID column, it deletes, along with duplicates, certain unique numbers eg. 23682.
When I revert the steps (first filter the number and then remove duplicates), the number is there ...
Can somebody tell me what the heck is going on?
I have read in different places that sometimes it helps to first convert the column to text, then trim, do upper or lower case, then remove duplicate rows and then convert it back to a number. This doesn't work for me, however...
Solved! Go to Solution.
Hi @zenisekd ,
After checking,I couldnt reproduce your senario,as it seems fine here:
So pls check the blog below to see whether you could find a solution:
https://radacad.com/remove-duplicate-doesnt-work-in-power-query-for-power-bi-here-is-the-solution
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Are you sure the removed duplicates is pointing at the ID column? That's caught me before, pointing at some kind of title where it may coincidentally be the same across two entries.
Hi @zenisekd ,
After checking,I couldnt reproduce your senario,as it seems fine here:
So pls check the blog below to see whether you could find a solution:
https://radacad.com/remove-duplicate-doesnt-work-in-power-query-for-power-bi-here-is-the-solution
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Any ETA for this bug to be fixed?
I guess no ETA for a fix.
Hello, i have had this too. I am not sure of the techincal reason but i got around it by prefixing all the text values of whole numbers with a z then doing the duplicate removal, removing the z's and converting back to a whole number. A bit convoluted but it worked for me.
Got same problem here. Removing duplicates on a Whole Number column was in fact removing thousands of unique values. Changing type to text before removing duplicates and then back to Int has worked fine.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.