Forum Discussion

grenzi's avatar
grenzi
Frequent Visitor
6 years ago

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

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

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

         
         

         

  • 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