I am creating a report that shows the performance on a monthly basis.I have historic data from 200101. When I create and preview the report all data shows from 200101 to most recent month.
I want to limit the number of months to be the most recent 13 months.
I tried using this expression
=max(Fields!month.Value)-13
This doesn't work and shows an error.