Forum Discussion

nirvana_moksh's avatar
nirvana_moksh
Icon for Impactful Individual rankImpactful Individual
8 years ago
Solved

DAX formula for latest text value

Hello All,   I had a previously working DAX formula which worked fine after a lot of testing too, but I am questioning its validity now. I have a table like below. Where the ID column can repeat mu...
  • Ashish_Mathur's avatar
    8 years ago

    Hi,

     

    These are the DAX formulas i used

     

    Most recent date = MAX(Data[INSERT DATE])

    Most recent description = LOOKUPVALUE(Data[DESCRIPTION],Data[INSERT DATE],[Most recent date],Data[ID],MAX(Data[ID]))