Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

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

    • prosar's avatar
      prosar
      Frequent Visitor

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

      • Dan_Tong's avatar
        Dan_Tong
        Regular Visitor

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

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