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-report. 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?