Use a Parameter in a Tile Visualization's Measure Label

A parameter value can be dynamically passed to a tile visualization primary and secondary measure labels.

For example, suppose you want the workbook to include a dashboard filter measure selector, and when the user selects a measure value, the selected value is passed to the measure's label to give the tile visualization more context.
Parameter in measure title

  1. On the Home page, hover over a workbook, click Actions (Actions menu ellipsis icon), then select Open.
  2. Click a tile visualization to select it, click Properties and then click Values to display the Values panel.
  3. Locate the measure's Tile Label 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:
    @parameter("Measure")
  5. Click Save to save the workbook.