You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The personal bookmarks feature allows end users to save and apply bookmarks with saved report state (including filters, slicers, and other data view changes). Those bookmarks will be available only for the user who created them and won't need write permissions for the report.
Enabling personal bookmarks
Note: This feature is disabled by default and is supported only for embed for your organization (user owns data).
Verify that your Azure Active Directory (Azure AD) app has UserStateReadWriteAll permissions.
Set the personalBookmarksEnabled property in the loadConfiguration settings, to true:
In order to create, apply, delete, update or rename a personal bookmark, the bookmark pane should be visible. See here how to show it.
When enabled and having the right permissions, the personal bookmarks tab will show in the bookmark pane and will expose the personal bookmark actions via UI.
Note: Personal bookmarks actions aren't supported by API. For report bookmarks, see here.