I have two datasets, same structure/columns, 1 large dataset with all records and another large dataset with suspected duplicate customers removed. I want to join these together and create a flag for the suspected duplicate records.
I tried to add a formula tile to each dataset, Duplicate = Yes ( for dataset filtered dupes out) and Duplicate = No for the other. I tried appending these records and just got null values.
Any suggestions here?