Forum Discussion

ansona's avatar
ansona
Regular Visitor
10 years ago
Solved

need something like VLOOKUP in Excel

Hello,   Im new learner in power BI, i got a question for adding column between 2 tables. first picture of below is my table relationship, and second table is about i want to move the data from le...
  • BharathOddiraju's avatar
    10 years ago

    ansona Once relationship is created between 2 tables, add a new column in second table using below dax

    =Related(FirstTableName[ColumnName])