Forum Discussion

PBIn00b's avatar
PBIn00b
Advocate II
10 years ago
Solved

Using LOOKUPVALUE with the same columns more than once

I am attempting to use LOOKUPVALUE to pull multiple columns of data from one table to another.  I am very familiar with using Excel VLOOKUP and INDEX MATCH, but I am new to using DAX.   I can get o...
  • PBIn00b's avatar
    PBIn00b
    10 years ago

    I reached out to Power BI support and they recommended I use the RELATED function.

     

    It looks like it worked!

     

    Create a relationship between the two tables, MANY to ONE

    Then Column = RELATED('Column from Related Table')