Forum Discussion
Anonymous
6 years agoNot applicable
Last date Selection
Hi, I have the below dataset. Site Date Completed DaysLastClean 0.39.09.4 - Room 2/13/2020 21:55 1 0.39.09.4 - Room 2/18/2020 22:04 5 0.39.09.4 - Room 2/21/2020 22:08 3 ...
- 6 years ago
Refer
Measure = VAR __id = MAX ( 'Table'[Site] ) VAR __date = CALCULATE ( MAX( 'Table'[Date Completed] ), ALLSELECTED ( 'Table' ), 'Table'[Site] = __id ) RETURN CALCULATE ( max ( 'Table'[DaysLastClean] ), VALUES ( 'Table'[Site] ), 'Table'[Site] = __id, 'Table'[Date Completed] = __date )Appreciate your Kudos.
Greg_Deckler
6 years agoCommunity Champion
I think you just need a table visualization with Site in it and Date set to an aggregation of Last and then your DaysLastClean?