add_pbir_bookmark
Add a bookmark to a Power BI PBIR report by specifying page, title, and optional visuals to hide. Creates the bookmark definition and index entry for easy navigation.
Instructions
Add a bookmark to a PBIR report: a definition/bookmarks/.bookmark.json (explorationState with each visual's display.mode) plus a bookmarks.json index entry. hiddenVisuals = JSON array of the visual GUID names to hide; every other visual on the page is shown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | page GUID name or displayName the bookmark activates | |
| displayName | Yes | bookmark title | |
| hiddenVisuals | No | JSON array of visual GUID names to hide | [] |
| pbirSessionId | Yes |