How to Display Dynamic Month in Table Title Using Parameters?

Hi @Brett and @wls-luis,

Thanks for following up. I’m sharing the approaches I’ve tried:
My Parameter Setup:

  • Parameter Name: CurrentMonth

  • Data Type: DateTime

  • Default Date: Relative Date(Start of this month)

  • Values: Single value

Another way

Parameter Name: ReportMonth
Data Type: String

Calculated Field : formatDate(${CurrentMonth},‘MMM’)