Forum Discussion

NadaBen's avatar
NadaBen
Helper I
9 years ago
Solved

Lookup value from one table from another

  Hello, i'm working on a project on Power BI but i'm still a beginner, so i need some help :) i have table 1 :  "semaine"  and table 2 : "stock projeté"   Table 1 : Semaine   Table 2 : ...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Try as a column in your table 2 (you might need to check field/table spellings)

    LastDayOfWeek = LookupValue('semaine'[Last Day of Week], 'semaine'[Common Period.Week], 'stock projeté'[Common Period.Week])