Forum Discussion
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?
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
2 Replies
- d_gosbellSuper 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
- AnonymousNot applicable
Hi, Anonymous
You may be able to use SSMS's Profiler tool to track CSV data.You can learn more from the following link:
SQL Server Profiler - SQL Server Profiler | Microsoft Learn
SQL Server Profiler extension - Azure Data Studio | Microsoft Learn
Use SQL Server Profiler to Monitor Analysis Services | Microsoft Learn
Or you can view the logs directly
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.