I have multiple pages in my report. I am trying to set inactive pages in my report as active in order to validate the summarized data for each report.Tried multiple ways to call reports with isActive False and set it to true using below:
page.setActive()
Howver, it still displays the default page of the report as false.
How do I set isActive for my report to true based on which report I am querying for ?
Similar question unanswered: Setting active page in Power BI report