Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

append record from from another table

Hi all,

 

I have two tables

 

How can i append record from Interview registration to Interview round table?

 

Final result:

 

Interview  Registration Data:

 

Registration DateCandidate IDNameAddressEmailPhoneExperienceDepartment
1/1/2019C1AXXXXXDE9876542kkk
1/1/2019C2BXXKLMJ34561LMN
1/2/2019C3CXXXmnMJ3564JL
1/2/2019C4DXXXCClMJ6325JL

 

Interview Round Data:

 

Interview DateCandidate IDRoundInterviewerResult
1/1/2019C1Tech1KLSelected
1/2/2019C1Tech2MLSelected
1/3/2019C1HRKJLSelected
1/4/2019C1FinalAAASelected
1/2/2019C2Tech1KLSelected
1/2/2019C2Tech2MLHold
1/3/2019C3Tech1KLSelect
1/4/2019C3Tech2MLRejected
  • Hi Anonymous,

     

    You can do that in PowerQuery (M):

     

    1. Go to Edit Queries -> Edit Queries. Power Query Editor will be opened.

    2. You need to give exactly the same names for the columns which you need to be appended by.

    For instance, your table Interview Registration Data has a column Registration Date and another table Interview Round Data has a column Interview Date. Just rename Registration Date to Interview Date

    3. Go to Home -> Append Queries -> Append Queries as New -> Select two tables you want to append -> Press OK.

     

     

    Regards,
    Ruslan
    -------------------------------------------------------------------
    Did I answer your question? Mark my post as a solution!

     

     

1 Reply

  • zoloturu's avatar
    zoloturu
    Memorable Member

    Hi Anonymous,

     

    You can do that in PowerQuery (M):

     

    1. Go to Edit Queries -> Edit Queries. Power Query Editor will be opened.

    2. You need to give exactly the same names for the columns which you need to be appended by.

    For instance, your table Interview Registration Data has a column Registration Date and another table Interview Round Data has a column Interview Date. Just rename Registration Date to Interview Date

    3. Go to Home -> Append Queries -> Append Queries as New -> Select two tables you want to append -> Press OK.

     

     

    Regards,
    Ruslan
    -------------------------------------------------------------------
    Did I answer your question? Mark my post as a solution!