Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
FilipK
Resolver I
Resolver I

Personal Bookmarks with App Service

I embed different reports via an Azure App Service and code based on this template microsoft/PowerBI-Developer-Samples: A collection of Power BI samples for developer use. (github.com...

The customer can access the App Service via url without any issues.

When it comes to setting personal bookmarks, I'm a bit lost.

In the EmbedReport.cshtml I enabled personal Bookmarks and I also set the UserState.ReadWrite.All.

 

var config = {
  type: 'report',
  tokenType: models.TokenType.Embed,
  accessToken: accessToken,
  embedUrl: embedUrl,
  id: embedReportId,
  permissions: models.Permissions.All,
  settings: {
   filterPaneEnabled: false,
         navContentPaneEnabled:  true,
         //navContentPaneEnabled: true,
         personalBookmarksEnabled: true,
         persistentFiltersEnabled: true,
         panes: {
             bookmarks: {
                 visible: true,
             }
         }
     }
};

 

FilipK_0-1729773168922.png

 

Still the customer just sees the sidebar with the bookmark icon, but can't use it.

 

FilipK_1-1729773213819.png

 

Are there any further prequisites I must fulfill before it will work?

 

 

7 REPLIES 7
Anonymous
Not applicable

Hi @FilipK ,

Which solution are you using?

According to the Microsoft documentation.
Enable personal bookmarks in Power BI embedded analytics | Microsoft Learn

Personal bookmarks feature is disabled by default and is supported only for the embed for your organization (user owns data) solution.

 

Best Regards,
Dengliang Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@Anonymous , thank you for your response. It's power bi embedded service connected with Azure app service.

The users are guests in our Entra ID (guests are from 2nd company also using Entra ID for User Management)

 

I thought that guests are treated as standard company users so it would be possible to enable personal bookmarking. And even I cannot set bookmarks. 

Anonymous
Not applicable

Hi @FilipK ,

Sorry, maybe I wasn't clear.

I would like to inquire which template you are using to develop the embedded app.

vdengllimsft_0-1729840948802.png


If you develop using the template Embed for your customers, the Personal Bookmarks feature is not supported.

Best Regards,
Dengliang Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I'm using Embed for customer.

The organization version is not possible, since the user will a power BI license.

FilipK_0-1730193123259.png

 

.

Anonymous
Not applicable

Hi @FilipK ,

Accroding to the Microsoft documentation.
Enable personal bookmarks in Power BI embedded analytics | Microsoft Learn

The personal bookmarks feature is only supported when developed using Embed for your organization.

vdengllimsft_0-1730084352519.png

 

In the Embed for your organization solution, refer to the following screenshot to set up personal bookmarks.

vdengllimsft_0-1730092280326.pngvdengllimsft_1-1730092318401.png


Best Regards,
Dengliang Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

The problem with Embed for your organization is, that the customer will ne power bi license. With Embed for customers everything is handled with Power BI Embedded license. 

Is it possible to get the best of both worlds? No need for PBI license plus setting bookmarks?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.