Forum Discussion
petrcz
8 years agoRegular Visitor
Refreshing data - temporary duplicates
Hi, I have a data table "Temporary Data" which loads data from a website (dates for running past 90 days). One of the columns is a "date" Then I have a data table "Data" which is supposed to: - g...
v-sihou-msft
8 years agoMicrosoft Employee
Make sure you add a step to remove duplicate rows for "Data" table in Query Editor.
You must keep unique values in column used for building relationship.
Regards