The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi, I would like to get a breakdown of how many users are accessing a particular page on reports stored on PBI RS. I havent been able to find this data in the execution logs. Has anyone done anything similar or any suggestions? Thanks
Query the report server catalog database. Look at dbo.ExecutionLog3, group by UserName and ItemPath. Should get you # of views. Just note that for PBIX desktop reports, it makes several requests for each view so don't over count.
Thanks for the response! I'm actually looking to see how many times each page (tab) within the report has been viewed.
I'm not aware that you can see the individualt traffic to each tab, just the report overall.
However, if this is not the case, I will be very interested to learn if it can be done!