Forum Discussion
Anonymous
7 years agoNot applicable
Report Server Execution Log - User interactions and clicks
Hi All. I would like to know what bookmarks that the user clicked on my reposts, can I see that with Report Server Execution Log or any other way? My dashboars have a CUBE provided by SSIS theref...
Jon-Heide
7 years agoMicrosoft Employee
Other than the execution log, there is some limited information the report server trace files. Othewise, there is no built-in way to track that.
Anonymous
7 years agoNot applicable
Thank you.
Anyone has a clue to help or face the same problem?
- luisrh7 years agoResponsive Resident
I would see if you can get something from Application Insights from Azure. MSFT instruments quite a bit of what goes on in PBI RS. Another approach would be to have all your links within your reports have an expression that could log the click. It's been something that has been done in the past. SSRS RDL is pretty flexible.