Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
how to concatenate two columns from two different tables
Solved! Go to Solution.
Are the tables conectable by any column (for example an ID)?
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
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!
Are the tables conectable by any column (for example an ID)?
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.
Hello
You can refer to this - Analytic Pursuits – Analytics Made Easy For Everyone!
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.