Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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?
Even I am facing the same issue. Please someone help ASAP.
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
no, but it's been a long time. I'm not sure if this issue exists now.
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 |