Hi All,
We are using Power BI API to display Power BI Report in an iFrame and its working fine.
When clicking on a tile (‘tileClicked’ event), we are getting a NavigationURL (like ‘https://app.powerbi.com/reports/0000xx14-x6xe-429f-x200-0x4cdd858xx4/ReportSection6’)
By using Power BI API reports, we are getting a list of reports and filtering for report id we received in NavigationURL so that now we can display reports in an iFrame, but report section is always going to first tab.
We need to redirect to a particular tab when clicking on a report. If there are six tabs in a report, we want to set the given ‘ReportSection6’ as highlighted when report is loaded.
Is there is any way for that in Power BI API?
Thanks!