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
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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.