Forum Discussion

NewbieJono's avatar
NewbieJono
Post Partisan
4 years ago
Solved

return Min date from a column

i have a list of dates, how would i return the minimum date from that coloumn?

1 Reply

  • Create a new measure as

    Min Date = MIN( 'Table'[date])