Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Merging data from one table to another

Hello -    I have 2 tables in my model that I am trying to 'merge' the data together.  I am looking to pull one data element from Table1 and put it in Table2.  The two tables have a relationship ba...
  • Kasunpathirana's avatar
    Kasunpathirana
    8 years ago

    If the tables are not linked with the relationship then you can use below method 

     

    LOOKUPVALUE = LOOKUPVALUE(Table2[Approval Date],Table2[Transaction ID],Table1[Transaction ID])

     

    Hope this helps :smileyhappy: