Forum Discussion
Anonymous
3 years agoNot applicable
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...
Anonymous
3 years agoNot applicable
I figured out my problem. I did have dupes in the separate tables.