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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
grenzi
Frequent Visitor

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

reportId=GUID&
appId=GUID&
autoAuth=true&
ctid=[365 TENANT GUID]&
config=[base64 encoded json with cluster url]&
pageName=Account%20Overview
 
the iframe loads the correct report but does not display the desired page. It simply shows the default report page.
 
Any Suggestions (ideally other than renaming the page)?
5 REPLIES 5
JunaidHassan
New Member

You can try this method

  1. Get the Embed URL from Power BI service
  2.  Open the Report on a seperate tab and navigate to the specific page. Copy the ReportSectionxxx
  3. Append this ReportSectionxxx into the Embed URL copied in the step1 as &pageName=ReportSectionxxx

Anonymous
Not 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=ReportSectionxxxx

 

The page name you could get from the Original report URL i.e. either from the workspace or app.

v-xicai
Community Support
Community Support

Hi @grenzi ,

 

The embed URL could be like picture below, and the URL filter is at the end of URL.

 

62.png

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.

 

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.

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

 
 

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors