Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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?
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.
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.
Thanks for the link. I will test this out and see if it works
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.