Forum Discussion
nirvana_moksh
Impactful Individual
8 years agoDAX 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...
- 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]))
nirvana_moksh
Impactful Individual
8 years agoThanks a lot Ashish, upon doubling checking my DAX formula I found out the reason for my suspicion was because the relationship between the two tables was broken which is why my results on the visulations were so weird. Out of curiosty, did you have a chance to give my DAX formula a look? Just wanted a confirmation if that is still good.
Ashish_Mathur
Super User
8 years agoI did not try your DAX formula. Did you try mine? Is it working fine?