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
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
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.

Top Solution Authors
Top Kudoed Authors