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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Pandadev
Post Prodigy
Post Prodigy

embedded url to open a specific page , is no longer working.

I am using a code that previously worked

https://app.powerbi.com/reportEmbed?reportId=264adcbb-0311-4b2e-b02c-7d274baaaaaa&autoAuth=true&ctid... where I would add the ReportSection from the report page , now that is no longer showing in the new url format , I have tried adding the code at the end of the actual url not the embed url , adding that after ReportSection but it just keeps on opening up the default report page. 
I have these powerbi pages embedded in my powerapps tool , and a button displayes the powerbi within the powerbi tile , I need to be able to select the actual report page to view . 
I have spent 5 hours today looking into this but have not found a working solution. Any help would be very much appreciated . Thanks
1 ACCEPTED SOLUTION
v-pnaroju-msft
Community Support
Community Support

Hi Pandadev,

Based on my understanding from the following URL:

reports/264adcbb-0311-4b2e-b02c-7d274ba5162f/79fb3bf51ee65874933d?experience=power-bi

The portion "79fb3bf51ee65874933d" appears to represent the page name of a report.

You may try appending "&pageName={Page_name}" to the URL, as demonstrated below, to check if it resolves your issue:

/reportEmbed?reportId=264adcbb-0311-4b2e-b02c-7d274baaaaaa&autoAuth=true&ctid=...&pageName=79fb3bf51ee65874933d

If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.

Thank you.

View solution in original post

3 REPLIES 3
v-pnaroju-msft
Community Support
Community Support

Hi Pandadev,

Based on my understanding from the following URL:

reports/264adcbb-0311-4b2e-b02c-7d274ba5162f/79fb3bf51ee65874933d?experience=power-bi

The portion "79fb3bf51ee65874933d" appears to represent the page name of a report.

You may try appending "&pageName={Page_name}" to the URL, as demonstrated below, to check if it resolves your issue:

/reportEmbed?reportId=264adcbb-0311-4b2e-b02c-7d274baaaaaa&autoAuth=true&ctid=...&pageName=79fb3bf51ee65874933d

If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.

Thank you.

v-pnaroju-msft
Community Support
Community Support

Hi @Pandadev,

We appreciate your inquiry on the Microsoft Fabric Community Forum.

Please follow the steps outlined below, which may help resolve the issue:

  1. Retrieve the Page Name.Open the report in Power BI Service(app.powerbi.com).Navigate to the desired page and note the ReportSection value from the URL (e.g., ReportSection2).

  2. Update the Embed URL.Append &pageName={PageName} to your URL.

    Example:

    https://app.powerbi.com/reportEmbed?reportId=264adcbb-0311-4b2e-b02c-7d274baaaaaa&autoAuth=true&ctid...

     

  3. Implement in PowerApps.Update the Power BI tile’s TileUrl with the newly generated URL or set it via a button.Save, publish, and test the implementation.
    Set(PowerBIURL, "https://app.powerbi.com/reportEmbed?reportId=264adcbb-0311-4b2e-b02c-7d274baaaaaa&autoAuth=true&ctid...")

     

Additionally, we recommend referring to the following resource for further guidance:
Embed a report in a secure portal or website - Power BI | Microsoft Learn

If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.

Thank you.

Thanks I no longer have reportSection in my urls this is what I see now , reports/264adcbb-0311-4b2e-b02c-7d274ba5162f/79fb3bf51ee65874933d?experience=power-bi

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors