Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

DAX Union creating duplicates

I have 2 tables of the same columns and column names.  Individually, they have distinct values for a certain ID column.  When I join the 2 tables via   UNION(EqmtDT, EqmtDT_H)   , the ID colum...