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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
DanT
Advocate I
Advocate I

Bookmark in Powerbi embed not Working

I want to apply a bookmark on load in an embed report. I referenced the doc. All work well, but the bookmark just don't apply. The loaded report always display as the default bookmark, rather than the specified bookmark in config. No error or Waring found.

Here's the code:

var embedConfiguration = {
type: 'report',
accessToken:'eyJ********************',
embedUrl: 'https://app.powerbi.com/reportEmbed?XXXXX',
bookmark:{
name:"switch"
}
};

var dashboardContainer = document.getElementById('dashboardContainer');
var report = powerbi.embed(dashboardContainer, embedConfiguration);

 

Anyone has an idea on this?

 

4 REPLIES 4
avinaash
Advocate II
Advocate II

Even I am facing the same issue. Please someone help ASAP.

ybd1
Frequent Visitor

I am having the same issue,

it looks like personal bookmarks just dont work with powerbi embed.

Did you try to use the "display bookmarks" option as demonstrated in the power bi js playground?

(I got the same result there as well, what about you?bookmarks defferent.JPG😞

 

https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/?showcase=Bookmarks

Capture11.JPG

 

prosar
Frequent Visitor

@ybd1 were u able to solve this in a url personalbookmarkenabled=true

no, but it's been a long time. I'm not sure if this issue exists now.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.