Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hello,
I have several tables with same field in each
Table 1
- Region
- Segment
- #Visits
Table 2
- Region
- Code
- #Cost
Table 3
- Region
- Vertical
- #price
I wanted to create a fourth table with the distinct value of "region" field from my 3 tables to be able to use as a filter.
Thanks for help
Duplicate each table.
Remove all columns in each except Region.
Append the 3 tables.
Remove Duplicates from the column.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.