Forum Discussion
Anonymous
8 years agoNot applicable
Return Latest Date
Hi all, I have two tables. Location & Monitoring Date. I need to display the latest monitoring date of each location. I was able to do it using the Latest function in PBI. ...
- 8 years ago
HI Anonymous
You might be able to solve it using a calculated measure.
This might be close. Jsut replace the Table4 with your own tablename
Measure = CALCULATE( LASTDATE( 'Table4'[Latest Monitoring_Date]), ALLEXCEPT(Table4,Table4[LocCode] ) )
dshah12
3 years agoHelper II
What if LASTDATE is not supported because of DirectQuery Data ?