Forum Discussion

Stuznet's avatar
Stuznet
Helper V
7 years ago
Solved

Vlookup from Another Table Return Value from Column

Please help, I'm currently struggling getting the same result from Excel in to Power BI. So basically I need to do a vlookup from table 1 and table 2 and returned result from Table 2 Column E and F. ...
  • MFelix's avatar
    7 years ago

    Hi   Stuznet,

     

    In DAX you should use the LOOKUPVALUE formula (see documentation here):

     

    LOOKUPVALUE( Table2[CTR_Num, Table2[VI_Key], Table1[VI_Key])  

    Regards,

    MFelix