Forum Discussion
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 therefore inde the dashboard I can't do much.
Thanks
3 Replies
- Jon-HeideMicrosoft 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.
- AnonymousNot applicable
Thank you.
Anyone has a clue to help or face the same problem?
- luisrhResponsive 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.