Forum Discussion
Anonymous
1 year agoNot applicable
Tracking CSV Data Extractions from Power BI Report Server
I have a report deployed on Power BI Report Server. How can I determine who extracts the CSV data from this report? Is there a method to track these extractions?
- 1 year ago
You can use the ExecutionLog3 view in the SQL database hosting your Report Server metadata to find who ran specific reports and what sort of output was chosen Use ExecutionLog and the ExecutionLog3 view in Reporting Services - SQL Server Reporting Services (SSRS) | Microsoft Learn
d_gosbell
1 year agoSuper User
You can use the ExecutionLog3 view in the SQL database hosting your Report Server metadata to find who ran specific reports and what sort of output was chosen Use ExecutionLog and the ExecutionLog3 view in Reporting Services - SQL Server Reporting Services (SSRS) | Microsoft Learn