Use a Parameter in a Visualization's Title

Add a parameter to the visualization's title when you want to display the parameter's value in the context of the title.

For example, you can create a parameter called Year and add it to a dashboard filter on the canvas. Then you can reference the parameter in a visualization's title so that when the user chooses a year value, the title is updated to include the selected year.
Parameter references in visualization title

  1. On the Home page, hover over a workbook, click Actions (Actions menu ellipsis icon), then select Open.
  2. Click a visualization to select it, and then click Properties to display the Properties panel and click General to display the general properties.
  3. Locate the Title field and click Auto. Select Custom.
  4. Clear or modify the default title and use this syntax to include a parameter in the title:
    @parameter("parameter name")
    For example:
    Sales by Order Date for @parameter("Year")
  5. Click Save to save the workbook.