Try this way:
Place the order date in the same date format and change the property to 'discrete'
Now extract the year and month in separate calculated fields and drag to detail.
Year:
year(Date)
Month:
Month(date)
Now create one more calculated field and use this:
WINDOW_MAX(MAX([Order Date]),FIRST(),LAST())