Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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])))
Hi @unnijoy ,
Can you use Power Query? This way you can merge the tables by Month for the month table and Country for the other.
i don't understand. Can you explain