-
Notifications
You must be signed in to change notification settings - Fork 471
Personal Bookmarks
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.
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:var config = { type: 'report', ... settings: { personalBookmarksEnabled: 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.