Forum Discussion
Combine column
- 5 years ago
Hi, tebtim19
According to your description and sample picture, I guess that you want to get a column that can combine the value of email address and full name from two tables, I think you can achieve this using merge query in the Power Query and DAX to combine them, you can try my steps:
I’ve created some data and give the two tables [Code] as the relative column.
- Go to the Power query, merge query like this:
Then expand the table and select [Full name] column.
- And apply the change and create a new column in the table A like this:
Name&Email = COMBINEVALUES(": ",[Table B.Full Name],[Email Address])And you can get what you want, like this:
You can download my test pbix file here
If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.
How to Get Your Question Answered Quickly
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
tebtim19 ,refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.