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
jacquelineq
Helper I
Helper I

Get value from another table

Hi, I would appreciate any help on the following. I have 2 tables as follows:

 

Table1

IDDateAmount
1231-Jan-01100
2347-Jul-02297

 

Table2

IDDescriptionCategory
123Hello WorldBook
234Sunny DayE-Book

 

I would like to populate the 'Description' column in Table2 to Table1. New Table1 will be as follows:

IDDateAmountDescription
1231-Jan-01100Hello World
2347-Jul-02297Sunny Day

 

How do i do that with Power Query Editor? Thanks!

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @jacquelineq ,

 

In Power Query, select your Table1 query.

Go to the Home tab > Merge Queries.

In the top preview section of the dialog, select the [ID] column.

In the bottom preview section, select Table2 from the dropdown list and also select the [ID] column from here.

Leave the join type as Left Outer for now, you can always change it later.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

3 REPLIES 3
BA_Pete
Super User
Super User

Hi @jacquelineq ,

 

In Power Query, select your Table1 query.

Go to the Home tab > Merge Queries.

In the top preview section of the dialog, select the [ID] column.

In the bottom preview section, select Table2 from the dropdown list and also select the [ID] column from here.

Leave the join type as Left Outer for now, you can always change it later.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Hi Pete! Thanks for your reply! What if Table2 has other columns that I don't want to be included in Table1? Sorry I didn't give a complete picture in my earlier post.

 

No problem. Once the merge is complete, it will appear as a column full of nested tables. Just hit the button at the top right of your new column (it looks like two arrows pointing away from each other) and PQ will give you a pick-list of which columns you want to expand from the merged table.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Kudoed Authors