Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Embed a bookmark

Hi Forum

 

I have a report I'm embedding into a Power App. I need to parse both filters and bookmarks to this link for it to work optimally. I've been able to parse filters but not bookmarks. Have anyone dealth with a similar issue and found a solution? The specific IDs in the reports have been removed in the links below. 

 

URL straight from the browser, with bookmarks and filters parsed through:

https://app.powerbi.com/groups/<workspaceID>/reports/<ReportID>/<ReportSectionID>/filter=<Dimension>%2<Attribute>%20eq%20%27<Value>%27&bookmarkGuid=Bookmark< BookmarkID>

it works. 

 

When trying to add the same additions to the URL, meaning:

"filter=<Dimension>%2<Attribute>%20eq%20%27<Value>%27&bookmarkGuid=Bookmark< BookmarkID>" Doesn't work when using the embed link.

 

Parsing filters this way works:
https://app.powerbi.com/reportEmbed?reportId=<ReportID>&autoAuth=true&ctid=<CtID>&filter=<Dimension>/<Attribute>%20eq%20%27<Value>%27 

 

But the following doesn't work.

https://app.powerbi.com/reportEmbed?reportId=<ReportID>&autoAuth=true&ctid=<CtID>&filter=<Dimension>/<Attribute>%20eq%20%27<Value>%27 &bookmarkGuid=Bookmark< BookmarkID> 

 

Any Idea why?

4 REPLIES 4
v-jialluo-msft
Community Support
Community Support

Hi  @Anonymous ,

 

According to your description, your need is to apply bookmarks inside the embedded report.
You can refer to the following link:

Enhance your users' experience with bookmarks in Power BI embedded analytics | Microsoft Learn

 

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

I have the same issue.

Anonymous
Not applicable

This doesn't seem to work, my Power Apps developer doesn't believe we can modify the javascript inside a Canvas App. We have to paste the link and it has to work from there. 

 

We have a canvas app. We need to embed a filter as well as a bookmark of a specific Power BI report. It is possible to modify the URL of the regular report to include BOTH a filter and a bookmark but it doesn't work with the embed-link. I seem to miss understanding what is fundamentally different about the embed-link that would make the bookmark embedding not work with that, but with the regular URL.

Anonymous
Not applicable

Thanks for the link. I will test this out and see if it works

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors