Forum Discussion

yndio's avatar
yndio
Frequent Visitor
9 years ago
Solved

Power BI API - Reports: How to display report with particular report section as selected

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!

3 Replies

    • dart99's avatar
      dart99
      Regular Visitor

      Is there any way we can toggle between the Report sections programtically? 

      I want my particular report section dispalyed on other events on the same application.

    • dart99's avatar
      dart99
      Regular Visitor

      is there any way I could show a specific report section on Demand and Chnage dynamically on the fly?

      I want to make the report dynamic on appplication!