Forum Discussion
Annemie19
Helper II
5 years agoReturn only last date
I have the data as shown below: Entity Id Covenant ID Covenant Sub Type TaskID Latest Comment Date 21632312 108 Net Interest Cover 38499 11/11/2020 21632312 108 Net Interest Co...
amitchandak
Super User
5 years agoAnnemie19 , create measures like this
Last Comment = calculate(max(Table[Comment]), filter(Table, Table[Comment Date] = calculate(max(Table[Comment Date]), allexcept(Table, Table[TaskID]))) )
Annemie19
Helper II
5 years agoamitchandak , this is still giving me a blank value
- amitchandak5 years ago
Super User
Annemie19 , Check if the attached file after signature can help