Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Get value from another table

Hi, I would appreciate any help on the following. I have 2 tables as follows:   Table1 ID Date Amount 123 1-Jan-01 100 234 7-Jul-02 297   Table2 ID Description Category ...
  • BA_Pete's avatar
    4 years ago

    Hi Anonymous ,

     

    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