microsoft / powerbi-jupyter

A Custom Jupyter Widget Library for Power BI
MIT License
470 stars 151 forks source link

Unable to move across report tabs in the embedded report #33

Closed Cagataydemirkol closed 1 year ago

Cagataydemirkol commented 1 year ago

Hi team,

I have a Power BI report with multiple report tabs and the data I want to extract from a table is not on the active page by default. Is there an ability to set the active page to a page with a known page id through coding? I am aware it is possible by manually selecting the tab from the embedded visual but my goal is to eliminate this manual step by writing a code to switch to another page automatically.

bapat-atharva commented 1 year ago

Hi @Cagataydemirkol,

Right now, setting active page using code is not supported on jupyter wrapper. We have taken your request in consideration about this feature.

As a workaround, if you always want to open the report with the page from which you want to extract data, you could save your report in app.powerbi.com with that page as active. This will automatically open the embedded report with that page as active.

yashgMAQ commented 1 year ago

Hi @bapat-atharva till when can we expect the functionality to change the active page using code?

bapat-atharva commented 1 year ago

Hi @yashgMAQ, by the next month end a new version will be released with this capability.