Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

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

    • Anonymous's avatar
      Anonymous
      Not applicable

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

    • Anonymous's avatar
      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.