Hi,
if you don't have any date fields in your report and your data is always relative to the time when you execute the report, you can use function "CurrentDate()" and function "RelativeDate()" to get the last month.
For example:
=Month(RelativeDate(CurrentDate(); -DayNumberOfMonth(CurrentDate())))
Best regards,
Andreas