executionlog
5 TopicsPower BI Report Server - Get number of User Sessions/ Report Views/ Frequency of Usage for a Report
Hi, As I can see, there is no specific field that tracks User Sessions on Power BI Report Server. There is no log out option for the user on the web-portal either. Similarly, I found the logs very confusing and I m not sure if the approach taken to count total number of Report Views is Correct. I m inferring count of distinct execution ids where ItemAction != "SaveToCatalog" and != "DataRefresh" from ExecutionLog3 as total number of Report Views. Is this correct? I intend to track the frequency of access to a report by users and track the total number of views by each user. Is there a way I can get the total number of user sessions and frequency of usage. Thanks & regards, Mannu2.1KViews0likes2CommentsExecution Log for Power BI Report Server
there is an Execution Log option for SSRS (Report Server ExecutionLog and the ExecutionLog3 View - SQL Server Reporting Services (SSRS) | Microsoft Docs) 1) Do you know if it is just for SSRS? Is there something similar for Power BI Report Server? 2) Is there any explicit documentation on ItemAction (which ItemAction is responsible for what)? many thanks in advance for the help!Solved3.2KViews0likes2CommentsReport Server's Execution Log : ItemAction Definitions
I was wondering if anyone could provide me the definitions to some of the ItemAction terms found in the Report Server's Execution Log, that is: ConceptualSchema, ASModelStream, BookmarkNavigation, DataRefresh, DocumentMapNavigation, DrillThrough, FindString, GetDocumentMap, QueryData, SaveToCatalog, Toggle. I want to know the definitions and/or when each ItemAction is logged because the documentation (https://docs.microsoft.com/en-us/sql/reporting-services/report-server/report-server-executionlog-and-the-executionlog3-view?view=sql-server-2017) doesn't really give definitions and some of these terms aren't included Some of them are more obvious but some of these (ie ConceptualSchema) I have no idea what it's refering to. Any help would be great, thanks!2.4KViews7likes0CommentsMonitor Power BI report pages usage stats on the Power BI report server
Hello, I would like to monitor the usage stats of my power bi reports on the on-premise power bi report server. I would like the breakdown by pages. In the ExecutionLog3, we have no information on the pages viewed on the report. Is there another way to retrieve this information?1.5KViews0likes2CommentsWhy ExecutionLog2 contains multiple entries for one report view
Hello all, I was wondering why Execution Log data contains multiple rows (around 5 rows) with different execution IDs and Time Start/End for what appears to be for one distinct report visit/view. The problem I am trying to solve is to get a report of who and how many times looked at a report. As of now, it appears like 5 entries are made when a user loads a report one time. I am hoping that in reality the data is not being pulled 5 times or any redundant processes are happening. Any help would be appreciated. Perhaps there is a better way to get report view stats. And perhaps when you load a report it goes through phases and that is why you get 5 or so entries.466Views0likes0Comments