Forum Discussion
Show Most Recent Date
- 9 years ago
1) create a measure MaxNoteDate = Max( Table[NoteDate] ) (or select default summarization = "MAX" for this column or select it in the visual)
2) create a table visualisation and put Organization on columns
3) put measure from 1) on the visual
that should be it...?
what's the problem with what you've got so far? can you show us some screenshots with your hurdles?
HTH,
Frank
1) create a measure MaxNoteDate = Max( Table[NoteDate] ) (or select default summarization = "MAX" for this column or select it in the visual)
2) create a table visualisation and put Organization on columns
3) put measure from 1) on the visual
that should be it...?
what's the problem with what you've got so far? can you show us some screenshots with your hurdles?
HTH,
Frank
- bhmiller899 years agoHelper V
Well that was embarrassingly simple. I was overcomplicating it for sure