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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
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.