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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
DaCamera
Regular Visitor

View Daily number of viewers to a report/page of a report

My organization has just decided to start using Power BI Report Server. I have a couple of reports already built that I have published to PBIRS that I want to see how many daily visitors the report has as a whole and if possible, which pages are most visited on the report so I can focus my development on the reports that are most viewed around the company. I am not an admin on the server and getting admin permissions is not an option for me, so is there anyway to do this without admin permissions?

1 ACCEPTED SOLUTION
d_gosbell
Super User
Super User

You do not need admin access to get at this data, but you do need read-only access to the database that holds the Report Server data. If you can get that you can query the ExecutionLog3 view to see which reports are being accessed - see Report Server ExecutionLog and the ExecutionLog3 View - SQL Server Reporting Services (SSRS) | Micro...

 

You cannot get down to the page level as page rendering is a client side thing and is not tracked by the server.

View solution in original post

1 REPLY 1
d_gosbell
Super User
Super User

You do not need admin access to get at this data, but you do need read-only access to the database that holds the Report Server data. If you can get that you can query the ExecutionLog3 view to see which reports are being accessed - see Report Server ExecutionLog and the ExecutionLog3 View - SQL Server Reporting Services (SSRS) | Micro...

 

You cannot get down to the page level as page rendering is a client side thing and is not tracked by the server.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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