Forum Discussion

willboyes's avatar
willboyes
Frequent Visitor
8 years ago
Solved

Replicating vlookup in same table

Hi - apologies if I'm missing something really obvious here, but I'm struggling to replicate a Vlookup in Power BI.   I have a table with 3 columns, the first is a consecutive ID value for each row...
  • Zubair_Muhammad's avatar
    8 years ago

    willboyes

     

    Try this Column

     

    Column =
    LOOKUPVALUE ( [Text String], [ID], [ID 2] )
    

  • Zubair_Muhammad's avatar
    Zubair_Muhammad
    8 years ago

    willboyes

     

    With Power Query, you can do a self merge of the Table