When my month Parameter's Value and Label fields are not the same the default value assigned does not display correctly on the filter bar.
When viewing the report the Month filter shows as in the image. IncorrectFilterView
When I make both the Value and Label fields the same the Month filter shows as in this image.CorrectFilterView
The expression I use for the Default value is: =Format(DATEADD(DateInterval.Month,-1,Today),"MMM")
I have also tried: =DATEADD(DateInterval.Month,-1,Today)
I can continue bit both the Value and Label fields being set to MonthShort, but this makes getting the month number a mission in some of my calculations.
I'm also considering adding another hidden param just for the number.