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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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