Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi Team,
I have an issue showing the Bookmarks option in the action bar in PowerBI services.
I have added the below to the report embed url : &actionBarEnabled=true&bookmarksPaneEnabled=true&personalBookmarksEnabled=true
However, the bookmarks shows on the right hand side instead of showing in the action bar itself. and only "Report bookmark" is visible. but not the "Personal Bookmark" which business is looking for.
Kindly help if i'm missing anything here to make the personal bookmark option available for the users.
Solved! Go to Solution.
Hi @LP280388 ,
According to your statement, I know you want to use personal bookmark in Power BI Embed. Please make sure which kind of Power BI Embed are you using, embed for customer or embed for organiztion.
This feature is disabled by default and is supported only for the embed for your organization (user owns data) solution.
To enable personal bookmarks in embedded reports for your organization:
Verify that your Azure Active Directory (Azure AD) app has the UserState.ReadWrite.All permission.
Set the personalBookmarksEnabled property in the loadConfiguration settings, to true:
let config = {
type: 'report',
...
settings: {
personalBookmarksEnabled: true
}
};
For reference:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @LP280388 ,
According to your statement, I know you want to use personal bookmark in Power BI Embed. Please make sure which kind of Power BI Embed are you using, embed for customer or embed for organiztion.
This feature is disabled by default and is supported only for the embed for your organization (user owns data) solution.
To enable personal bookmarks in embedded reports for your organization:
Verify that your Azure Active Directory (Azure AD) app has the UserState.ReadWrite.All permission.
Set the personalBookmarksEnabled property in the loadConfiguration settings, to true:
let config = {
type: 'report',
...
settings: {
personalBookmarksEnabled: true
}
};
For reference:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous thank you very much.
Would you mind sharing the steps on where to go and how to do the below:
Verify that your Azure Active Directory (Azure AD) app has the UserState.ReadWrite.All permission.
Set the personalBookmarksEnabled property in the loadConfiguration settings, to true:
Hi I was wondering if you were ever able to find out where to set the UserState.ReadWrite.All permission? I can't seem to find any apps in out Azure AD that control this
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 63 | |
| 31 | |
| 30 | |
| 23 |