Forum Discussion
Embedding a Specific Report Section tab via IFrame
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