Forum Discussion
Colinu
Helper I
8 years agoDay Count from Last date in Record
Hi All I am new to BI and would like some help please. My data has a date colum that shows the last visit to a location. I have used the new mesure (Lastdate) to find the record with the mos...
- 8 years ago
Try this measure:
Date difference = DATEDIFF(LASTDATE(Table Name[Date of Visit]), TODAY(), DAY)
- Anonymous8 years ago
Colinu,
If your issue is solved, please accept appropriate replies as answer to close this thread.
Regards,
Lydia
p0nk
8 years agoFrequent Visitor
Try this measure:
Date difference = DATEDIFF(LASTDATE(Table Name[Date of Visit]), TODAY(), DAY)