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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
mmossel
Microsoft Employee
Microsoft Employee

Can you monitor user behavior in Report Server (on-prem)?

We have been using on-premises PowerBI satisfactorily for several years now. However, we would like to be able to monitor the use of our reports that consist of multiple tabs. And therein lies a challenge: we can see who opens a report and when, but not user behaviour within that report.

 

Is there anything we can do within Power BI Report Server to properly monitor the usage of our reports, or is that only possible in the Power BI Service with Power BI Activity Logs & Azure Log Analytics?

1 ACCEPTED SOLUTION
v-henryk-mstf
Community Support
Community Support

Hi @mmossel ,


The Power BI Reporting Server is located on the SQL instance (same as normal SSRS) and you can start SSMS and access all the functions and information stored in the database.

Report Server ExecutionLog and the ExecutionLog3 View can give you relevant execution information.

 

Try as below:

Use ReportServer  
select * from ExecutionLog3 order by TimeStart DESC  

vhenrykmstf_0-1648176711012.png

vhenrykmstf_1-1648176729257.png


Best Regards,
Henry


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

2 REPLIES 2
v-henryk-mstf
Community Support
Community Support

Hi @mmossel ,


The Power BI Reporting Server is located on the SQL instance (same as normal SSRS) and you can start SSMS and access all the functions and information stored in the database.

Report Server ExecutionLog and the ExecutionLog3 View can give you relevant execution information.

 

Try as below:

Use ReportServer  
select * from ExecutionLog3 order by TimeStart DESC  

vhenrykmstf_0-1648176711012.png

vhenrykmstf_1-1648176729257.png


Best Regards,
Henry


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

Hi @v-henryk-mstf,

 

Thank you for your reply. There is one activity we would specifically like to log, which is the opening of specific pages within a report. Can we track such user behaviour to understand which pages are used the most? 

 

Best regards, 

Helpful resources

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