Forum Discussion
Ericwhv
Helper II
5 years agoPower BI vlookup?
Thank you everyone! i have two table Table 1 which is showing the date PO OMB Ref Date 922583377 BQ740254 19/03/2021 922583814 BQ741510 17/03/2021 922583379 BQ822800 10/03/2021...
- Anonymous5 years ago
Hi Ericwhv,
In fact, you can use lookupvalue function to direct lookup other table field values if they existed related fields(e.g. table1 'id', table2 'id', you can use table1 'id' as key to search table2 other field values) even if you not link these tables with relationships.
Introducing LOOKUPVALUE - SQLBI
Regards,
Xiaoxin Sheng
davehus
Memorable Member
5 years agoHi you could achieve this in the query editor using the merge function. See link below.