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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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

Anonymous
Not applicable

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

 

I agree with @Anonymous 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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors