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?
  • johnt75's avatar
    4 years ago

    Create a new measure as

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