Forum Discussion
lukasjar
6 years agoResolver I
Manual Query, if no match = other
Hello community. I have two different sources with [location] and [location2] with different amount of distinct values that i add in a relationship in MachineId. As you can see below there are just ...
artemus
6 years agoMicrosoft Employee
Do Merge Queries as New using ScrapData and MachineId (in that order). Choose Join type as Left Anti. You can remove the join column. Remove all columns except location. Then repeat this for your other table. Finally Do a combine tables on these two, followed by a distinct.