I have a Transaction Table that specifies the Branch of the person who approved the Transaction.
I have another Table (Table2) with a date and Name. I want the Output of the PQ to insert a column into Table2 showing for each row the Branch the person was at on the date on the row according to Transaction Table.
eg the Transaction table says that on 21/3/20 Sally was at East so, in Table2 the row for Sally dated 20/6/20 will show East.
The Orange Column is the Output I should get.
I am pretty sure it is a merge I am wanting – but how do you do this with conditional lookup logic?