Daniil
8 years agoKudo Kingpin
Date range
This quick measure returns the selected date range formatted in accordance with the Wikipedia Manual of Style.
The date format can be customized by changing the parameters listed below.
N...
Daniil
6 years agoKudo Kingpin
RossChevalier: in this case, it doesn't matter if your Date column is of type Date/Time ๐ Replace {Date} from my formula above with a fully qualified column reference, like so: 'Date'[Date]. So here's what part of the formula would look like:
-- Input dates
VAR MinDate = MIN ( 'Date'[Date] )
VAR MaxDate = MAX ( 'Date'[Date] )
RossChevalier
6 years agoHelper III
Understood, thank you kindly for the rapid response and education