Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Max_kaplan
Regular Visitor

Specific page in power bi

Hello

 

Somebody know how can i get url for specific page of power bi report in report server?

6 REPLIES 6
Vanchy_Liao
Resolver I
Resolver I

Hi Max,

     I think it does not support by PBIRS because the documents are about embedding to iframe and filter things.

According to my post here, i think MS should build a document to describe the available parameters when embed PBI to iframe, escpecially for RS.

Ankur04
Resolver II
Resolver II

Hi @hackcrr , thank you for the reply. I have gone through the shared links above. but none of them talks about below points. and also there is another discussion going on for the same requirement where it can be seen that the below solution doesn't work. it would be helpful if you can share some screenshot with below point in working solution.

http://myreportserver/reports/powerbi/SalesReport?pageName=Page2
http://myreportserver/reports/powerbi/SalesReport?pageIndex=1

https://community.fabric.microsoft.com/t5/Report-Server/How-to-select-a-specific-report-page-from-th... 

 

Thanks,

Anonymous
Not applicable

Hi, @Max_kaplan 

I've found that when you switch pages, most of the links don't change, only this one does:

Page1

vyohuamsft_0-1724735428552.png

Page2

vyohuamsft_1-1724735764627.png

 

So we can recreate the report and use the URL to establish a connection to the page. Screenshot the redlined part of the URL and create a new table

vyohuamsft_2-1724736071791.png

 

Then create a new slicer and create a new measure to change the view's label

vyohuamsft_3-1724736820504.png

PageName = SWITCH(TRUE(),
SELECTEDVALUE('Table'[PageURL])="ded9a87745eaa36596ca","Page1",
SELECTEDVALUE('Table'[PageURL])="d832fef46a07c0149d1b","Page2"
)

vyohuamsft_4-1724736863625.png

 

Insert a button and create another measure, set the button Web URL:

URL = "https://app.powerbi.com/groups/3baca28a-79b3-4ffe-bc6c-6fdeb943446f/reports/21dba6f4-a5da-4f10-a07a-130016c742a7/"&SELECTEDVALUE('Table'[PageURL])&"?experience=power-bi"

vyohuamsft_5-1724736973184.png

vyohuamsft_6-1724736991383.png

When we need to change the page, we only need to modify the slicer and click the button to jump to a new page

vyohuamsft_8-1724737461248.png

vyohuamsft_9-1724737484357.png

 

I will attach the PBIX file for your reference. Licenses and permissions are also required to open a report using a URL, which may require you to log in to your account again or gain access to view the report.

vyohuamsft_10-1724737736097.png

 

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

hackcrr
Super User
Super User

Hi, @Max_kaplan 

Navigate to a Power BI report on Power BI Report Server. Open the report where you want to link to a specific page. The base URL for the report will look like this:

http://[YourReportServer]/reports/powerbi/[YourReportName]

To link to a specific page, append the ?pageName or ?pageIndex parameter:

http://[YourReportServer]/reports/powerbi/[YourReportName]?pageName=[PageName]

For example:

http://myreportserver/reports/powerbi/SalesReport?pageName=Page2
http://myreportserver/reports/powerbi/SalesReport?pageIndex=1

 

 

hackcrr

If I have answered your question, please mark my reply as solution and kudos to this post, thank you!

Hi, 

 

Not sure why it is not working for me. I checked many articles but there is nothing like this which can be done for report server reports.

 

Thanks,

Hi, @Ankur04 

You can check the following:

https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters

https://learn.microsoft.com/en-us/power-bi/report-server/quickstart-embed

https://learn.microsoft.com/en-us/power-bi/report-server/getting-around

 

hackcrr

If I have answered your question, please mark my reply as solution and kudos to this post, thank you!

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.