Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have table 1 with a unique key called [Member ID]
Table 1 does not include [Country]
Table 2 has [Member ID] and [Country]
I want to pull the values in [Country] from table 2 into table 1 using [Member ID]
Can you help?
Solved! Go to Solution.
@Anonymous
Assuming the 2 tables are related by Member ID, try this column
= CONCATENATEX ( RELATEDTABLE ( Table2 ), Table2[Country], "," )
@Anonymous
Assuming the 2 tables are related by Member ID, try this column
= CONCATENATEX ( RELATEDTABLE ( Table2 ), Table2[Country], "," )
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
37 | |
31 | |
26 |