Forum Discussion
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
- AnonymousNot applicable
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?😞
https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/?showcase=Bookmarks
- avinaashAdvocate II
Even I am facing the same issue. Please someone help ASAP.