set_bookmark_options
Configure a Power BI bookmark's display and data toggles, suppress current-page, or scope it to specific visuals. Only the supplied options change.
Instructions
Set a bookmark's OPTIONS - the Data / Display / Current-page / Selected-visuals toggles. suppressData=true turns DATA off, suppressDisplay=true turns DISPLAY off, suppressActiveSection=true turns CURRENT-PAGE off. targetVisuals = JSON array of visual names to scope the bookmark to those visuals (empty array clears the scope). Only the supplied options change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookmark | Yes | bookmark name or displayName | |
| suppressData | No | suppress DATA (capture display only) | |
| targetVisuals | No | JSON array of visual names to scope to (omit = leave as-is, [] = clear) | |
| reportSessionId | Yes | ||
| suppressDisplay | No | suppress DISPLAY (capture data only) | |
| suppressActiveSection | No | suppress the CURRENT-PAGE switch |