set_visual_title
Set a visual's title in Power BI reports with custom text, visibility, font size, alignment, and color. Preserve custom titles by hiding overlays instead of clearing styling.
Instructions
Set a visual's TITLE (typed convenience over set_visual_format). All params after page/visual are optional - set only what you want. Preserve a custom title by passing show=false on an overlay, or set custom text. Use this to restore a title clear_visual_styling must never destroy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| show | No | ||
| text | No | ||
| visual | Yes | ||
| fontSize | No | ||
| alignment | No | left|center|right | |
| fontColor | No | hex colour e.g. #16365C | |
| reportSessionId | Yes |