Forum Discussion
How to enable personal bookmark in embed pbi using using embed code(link/iframe)
- Anonymous4 years ago
Hi Anonymous ,
According to this official documentation, personal bookmark feature is disabled by default and is supported only for the embed for your organization (user owns data) solution. Please refer the content in the following link to get it:
let config = { type: 'report', ... settings: { personalBookmarksEnabled: true } };Best Regards
Hi Anonymous ,
According to this official documentation, personal bookmark feature is disabled by default and is supported only for the embed for your organization (user owns data) solution. Please refer the content in the following link to get it:
let config = {
type: 'report',
...
settings: {
personalBookmarksEnabled: true
}
};
Best Regards
Anonymous How to add this feature as parameter in the URL, like &actionBarEnabled= true
- VP_VishnuVS32 years agoHelper I
Any update on this? How we can enable in the Report embedded in Power Apps?
- sumitsingla122 years agoFrequent Visitor
Bookmark pane can be enabled by adding &bookmarksPaneEnabled=true at the end of URL.