Forum Discussion
NewbieJono
4 years agoPost Partisan
return Min date from a column
i have a list of dates, how would i return the minimum date from that coloumn?
- 4 years ago
Create a new measure as
Min Date = MIN( 'Table'[date])
johnt75
4 years agoSuper User
Create a new measure as
Min Date = MIN( 'Table'[date])