Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Table Visualization - concatenate columns from two tables into one column

Hello,

 

I have two tables where each one has a column called 'name'. Is there a solution where i can concatenate those two columns into a single one in a table visualization without creating a new table? Otherwise it won't work relationshipwise because of another table which is needed for a network navigator graph.

 

Example:

Table 1:

name
Daniel
Georg

Table2:

name
Thomas
Ana

Output - Table Visualization:

name
Daniel
Georg
Thomas
Ana

Thanks in advance! 🙂

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous 
What about append the table2 to table1 in power query.

Vpazhenmsft_0-1623912527289.png

 

 

Paul Zheng _ Community Support Team

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

@Anonymous 
What about append the table2 to table1 in power query.

Vpazhenmsft_0-1623912527289.png

 

 

Paul Zheng _ Community Support Team

amitchandak
Super User
Super User

@Anonymous , You need to create a new table of names

 

distinct(union(distinct(Table1[Name]), distinct(Table2[Name])))

 

Bridge Table: https://www.youtube.com/watch?v=Bkf35Roman8&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=19

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thanks for the quick response!

 

The Problem ist that with a Bridge Table it will always lead to a relationship which isn't active.

Below you can see the Tables and the relationships. The column 'source_node' in table relationships_colored contains the names of the column 'name' in the table Source (relationships_colored[target_node] = target[name]). If I create a Bridge Table and connect it afterwards to the tables 'target' and 'source' I'm not able to cross-filter my dashboard.

Capture.PNG

 

Could be that i understand something wrong 😞

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.