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?
Create a new measure as
Min Date = MIN( 'Table'[date])
1 Reply
- johnt75Super User
Create a new measure as
Min Date = MIN( 'Table'[date])