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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
wpatton
Employee
Employee

Embedding a Specific Report Section tab via IFrame

We are integrating a Power BI report into our web site via the instructions at https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-a-power-bi-tile-or-rep.... The issue is that we have not been able to specify a specific section/tab to display in the IFrame. As an example, we tried appending "/ReportSection2" to the IFrame embed URL but that didn't work. We also tried appending "&ReportSection=2" and "&Section=2" to the embed URL but that didn't work either.

 

When a report has more than 1 section (i.e. more than 1 tab at the bottom of the report), is it possible to specify that a specific section be displayed in the IFrame?

3 REPLIES 3
auprevot
New Member

Hello,

 

I know, this is a late answer, but can be usefull. The paramater to use is "pageName=The_Name_Of_Your_Section"

 

 

Best regards,

 

Aurélien

for me the same issue even after passing parameter...

 

I agree with @Gokul that as is the parameter does not work if you use the friendly name of the report tab.  

 

However, the trick that does work for me is to use the ID of the report tab as seen in the report's URL.  E.g. take everything after the last slash in your report with your tab selected and use that as your param value:

https://.../reports/bb3c2a80-a5f5-4f50-aed2-f11582491d1c/ReportSection7c66c7f9d0925796658d

 

Building on the orignal answer from @auprevot and using this value, here is the new pageName parameter set to this report tab value.  

<iframe width="1140" height="541.25" src="https://msit.powerbi.com/reportEmbed?reportId=bb3c2a80-a5f5-4f50-aed2-f11582491d1c...&pageName=ReportSection7c66c7f9d0925796658d" frameborder="0" allowFullScreen="true"></iframe>

 

hth 🙂

Paul

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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