cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
meusebio
New Member

Unable to add report bookmark on service

Hi everyone!  My users wanted to be able to share personal bookmarks. I know that that feature doesn't exist yet so went and edited the report from the workspace to add a report bookmark. I was surpised to see that the Add button to be greyed out. Am i missing something? I am the workspace admin.

 

Thanks in advance!2019-07-25_10-44-27.png

 

1 ACCEPTED SOLUTION
v-xicai
Community Support
Community Support

Hi @meusebio ,

 

From your screenshot, the report must be in "Reading view" status. You may just click the "Edit report" button to enter into edit status.

 

1.png

 

 

 

Best Regards,

Amy

 

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

 

View solution in original post

3 REPLIES 3
v-xicai
Community Support
Community Support

Hi @meusebio ,

 

From your screenshot, the report must be in "Reading view" status. You may just click the "Edit report" button to enter into edit status.

 

1.png

 

 

 

Best Regards,

Amy

 

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

 

ybd
Frequent Visitor

Hi all, what about power bi JS embed?

I am having the same issue there - once i add the bookmark panel to the report using the next code, but the "add" button is always grayed even after i add filters....:

 

// The new settings that you want to apply to the report.
const newSettings = {
bookmarksPaneEnabled: true
};

// Get a reference to the embedded report HTML element
var embedContainer = $('#embedContainer')[0];

// Get a reference to the embedded report.
report = powerbi.get(embedContainer);

// Update the settings by passing in the new settings you have configured.
report.updateSettings(newSettings)
.catch(function (error) {
Log.log(errors);
});

 

 

You're totally right! I though I was in Edit mode but apparently I wasn't. Thank you!

Helpful resources

Announcements
Vote for T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Vote for your favorite t-shirt design now through March 28.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

March Events 2023A

March 2023 Events

Find out more about the online and in person events happening in March!

Top Solution Authors