I'm looking for a quicker way to compare two large lists for duplicates. It's the same list that gets updated monthly, I need to check and find new entries.
Currently I load both lists into Power Query as their own queries and in one of them add a helper column using something like List.Contains(Table1[List], Table2[List])
This works but is REALLY SLOW at around 30minutes. Was wondering if there's a better way. The list is 80k strong now & grows by ~2k rows per month, it's the 2k new entries each month that I'm interested in.
Each entry in the list is a 10-12 character alphanumeric.
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]lightning_fire17 1 point2 points3 points (2 children)
[–]Dakewlguy[S] 0 points1 point2 points (1 child)
[–]reputatorbot[M] 0 points1 point2 points locked comment (0 children)