Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Add column based on lookup in same table

Hi,   I'm trying to understand how I can create a column with a Lookup in the same table using a DAX expression   In excel it would look like this, I'm looking to match the records of the last mo...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi Anonymous ,

     

     

    Create a Calculated Column

     

    Column = LOOKUPVALUE(Table5[Records],Table5[Date],Table5[Last Month Date])

     

     

    Regards,
    Harsh Nathani
    Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)