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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

how to concatenate two columns from two different tables

how to concatenate two columns from two different tables

2 ACCEPTED SOLUTIONS
JorgePinho
Solution Sage
Solution Sage

Are the tables conectable by any column (for example an ID)?

View solution in original post

v-yueyunzh-msft
Community Support
Community Support

Hi , @Anonymous 

You can create a calculated column by using LOOKUPVALE() function to get the column from other table if the two table has the related field.

LOOKUPVALUE(the column you want , GroupID column from Table1 ,GroupID column from Table2)

 

Best Regards,

Aniya Zhang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

 

View solution in original post

6 REPLIES 6
v-yueyunzh-msft
Community Support
Community Support

Hi , @Anonymous 

You can create a calculated column by using LOOKUPVALE() function to get the column from other table if the two table has the related field.

LOOKUPVALUE(the column you want , GroupID column from Table1 ,GroupID column from Table2)

 

Best Regards,

Aniya Zhang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

 

Thanks, it helped me a lot!

JorgePinho
Solution Sage
Solution Sage

Are the tables conectable by any column (for example an ID)?

Anonymous
Not applicable

it's having Group Customer ID column

 

In the Power Query Editor you can use Merge Queries to bring the column you need to the table, conecting them trough that ID. Then you select the two columns you want to merge and use Merge Columns.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors