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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
wpatton
Microsoft Employee
Microsoft 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...

 

paulyuk
Microsoft Employee
Microsoft Employee

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.