Most RecentNewestMost VotedMost ViewedCan't get to the right MAX I have this table: And would like to achieve a simple MAX column: I'm trying this measure but it doesn't work: MAXX(ALL(dim_calendar[Activity Mo Name]), [Ratio]) Can you guide me towards the right solution? Solved