bind_dynamic_title
Control a visual's title with a text measure, forcing title visibility and using expression-based text with fallback for multiple selections.
Instructions
Bind a visual's TITLE to a text MEASURE (expression-based title): the measure (e.g. a SELECTEDVALUE narrative with an All/multiple fallback) becomes the title text and title show is forced on. Author the text measure first with add_dynamic_title_measure (model side). titleMeasure = "Table[Measure]" (or pass titleMeasureTable). page/visual resolve by name or displayName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | page name or displayName | |
| visual | Yes | visual name or displayName | |
| titleMeasure | Yes | the title measure, "Table[Measure]" or just the measure with titleMeasureTable | |
| reportSessionId | Yes | ||
| titleMeasureTable | No | the measure's table (if not embedded in titleMeasure) |