Forum Discussion

unnijoy's avatar
unnijoy
Icon for Post Prodigy rankPost Prodigy
6 years ago

Combining two columns from two table for creating a new table

Hi All,

 

I have two table and have common columns.

1.Month

2.Country

Now i need to create 2 tables once for Month and the other for Country

I use the below dax

Month= DISTINCT(UNION(VALUES('HC Data'[Month]),VALUES('Raw Data - Aug to Oct 19'[Completed Month])))

Countr = DISTINCT(UNION(VALUES('HC Data'[Country]),VALUES('Raw Data - Aug to Oct 19'[Country])))
But when i try to creat a relationship with his two table it is giving me an error saying Circular Dependency.
 
How can i fix this. Please help.

4 Replies