Forum Discussion
Anonymous
7 years agoNot applicable
How to select a specific report page from the URL when using the PBI report server?
We would like to select a specific report page when accessing a PBI report from the URL. We are using the on prem Report Server. We found that adding parameter "?pageName=<pagename>" should work but ...
alexddc24
Advocate II
3 years agoI could be wrong but from reading this thread, the solution seemed to be adding the following to the end of the URL: "?pageName=<pagename>"
I'm on PBI Service so not the same setup but 'pagename' didn't work for me. What did work was the report section ID that can be obtained from PBI service. Solution via: Using the pageName parameter - Learn Power BI [Book] (oreilly.com)
dianaschnuth
Advocate II
3 years agoThanks for the suggestion, Alex, but that doesn't seem to work in Report Server. I used Power BI Helper to surface the ReportSection IDs for specific pages and tried plugging those into the URL, but the report still loaded the default page.