The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.