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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
yaohua
New Member

How to retrieve the page of the current browsing report from the local embedded system

How to retrieve the page of the current browsing report from the local embedded system

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, @yaohua 

Power BI Report Server itself does not support this feature. The main reason is that in Report Server, when we open a Power BI report, it essentially calls an internal exe to render the report.
If you need to implement this feature, you need to find the _ngcontent-ng-c465765458 container, and then find the following li tags in this container. These tags are the page buttons at the bottom, and you can get the currently browsed page by checking its property changes.
This step requires you to use JavaScript with some programming languages ​​such as python to implement it.

vjianpengmsft_0-1729819152387.png

vjianpengmsft_1-1729819550619.png

vjianpengmsft_2-1729819581661.png

If you want to view the current user's operation records, you can check the current Report Server database operation log:

vjianpengmsft_3-1729819751366.png

 

 

 

Best Regards

Jianpeng Li

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

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi, @yaohua 

Power BI Report Server itself does not support this feature. The main reason is that in Report Server, when we open a Power BI report, it essentially calls an internal exe to render the report.
If you need to implement this feature, you need to find the _ngcontent-ng-c465765458 container, and then find the following li tags in this container. These tags are the page buttons at the bottom, and you can get the currently browsed page by checking its property changes.
This step requires you to use JavaScript with some programming languages ​​such as python to implement it.

vjianpengmsft_0-1729819152387.png

vjianpengmsft_1-1729819550619.png

vjianpengmsft_2-1729819581661.png

If you want to view the current user's operation records, you can check the current Report Server database operation log:

vjianpengmsft_3-1729819751366.png

 

 

 

Best Regards

Jianpeng Li

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

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.