How to make web content point to the right page in Power BI

When using the "Web Content" tool with Power BI, the link provided by Microsoft may not display the correct page on the iObeya.

To access a specific page, you will need to add  :

  • rs:Embed=true

  • pageName=

  • l'ID of the page

 

First, find the page ID :

 

To get it, navigate in Power BI to the tab of the report you want to display. In the url, here's what will interrest us : https://app.powerbi.com/groups/me/reports/b54710cb-1670-4c0b-a122-26f45b847ad5/ReportSectionb4xa0061xacxf92xd16x?experience=power-bi

 

Then, adapt the embed code by adding the parameters and their values:

 

<iframe title="Nom de la page" width="1140" height="541.25" src="https://app.powerbi.com/reportEmbed?reportId=b667a3e4-1ec6-15e5-9d8d-4f9c31f74167&appId=7f84767e-dfde-434d-89a5-c0c4293520b7&autoAuth=true&ctid=b5ed466c-1bd5-4e75-b19f-10e2acc41e7c&rs:Embed=true&pageName=ReportSectionb4xa0061xacxf92xd16x" frameborder="0" allowFullScreen="true"></iframe>

 

rs:Embed Documention:  https://learn.microsoft.com/fr-fr/power-bi/report-server/quickstart-embed#capture-the-url-parameter

PageName Documention  https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-embed-secure#customize-your-embed-experience-by-using-url-settings

 
ApplicationWeb Content
Views: 1,366