Forum Discussion
unable to use pageName parameter on embedded report when destination page name contains a space
We have a Power BI app consuming data from an azure analysis services instance. All of our users have Power BI Pro licenses. All users are internal to our company.
We're attempting to embed into a website. The sample iframe uses this url (linebreaks added for clarity).
5 Replies
- AnonymousNot applicable
Hi grenzi , I have implted the same senario, you could achieve this by appending the pagename at the end of Embedded URL in the below format.
https://app.powerbi.com/reportEmbed?reportId=123456-12ab-123-98ab-98765xyz&autoAuth=true
&ctid=12345c-1234-1234eb-1234a&config=1234abcde1234hijklm98765xyz&pageName=ReportSectionxxxxThe page name you could get from the Original report URL i.e. either from the workspace or app.
- v-xicaiCommunity Support
Hi grenzi ,
The embed URL could be like picture below, and the URL filter is at the end of URL.
You can learn more: https://docs.microsoft.com/en-us/power-bi/service-embed-secure.
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- grenziFrequent Visitor
In this instance we're not trying to filter. We're just trying to change the page that the report in the app shows when it's embedded.
- vvnckFrequent Visitor
donn't use real page name. please use
&pageName=ReportSectionXXX
the "ReportSectionXXX" come from your end of URL when you view a report page in power bi service.
- JunaidHassanNew Member
You can try this method
- Get the Embed URL from Power BI service
- Open the Report on a seperate tab and navigate to the specific page. Copy the ReportSectionxxx
- Append this ReportSectionxxx into the Embed URL copied in the step1 as &pageName=ReportSectionxxx