Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
alexyin1053
Frequent Visitor

Get User Download Log From Sql Server

Dear all,

 

Currenly we're running PBIRS on our local server. We would like to track our user's download log from the sql server.

 

Example:

TimeStampUserNameObjectNameTypeNamePathIP
2024-08-10AlexCustomerProfilePBIReport/DeptA/CustomerAll/Customer175.75.10.51
2024-08-15AlicePurchase_1MPBIReport/DeptA/PurchaseAll/Purchase_1M175.75.25.55
2024-08-17AmberPurchaseAllFolder/DeptA/PurchaseAll175.75.30.52

 

Thanks!

 

Best Regards,

Alex

2 ACCEPTED SOLUTIONS
v-yohua-msft
Community Support
Community Support

Hi, @alexyin1053 

You may be able to use SSMS's Profiler tool to track your users' downloads.

vyohuamsft_0-1724382917864.png

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

vyohuamsft_2-1724383259100.png

 

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.

 

View solution in original post

R1k91
Solution Supplier
Solution Supplier

have you already looked to [ReportServer].[dbo].[ExecutionLog3] system view?

 

R1k91_0-1724658223460.png

 


--
Riccardo Perico
BI & Power BI Engineer @ Lucient Italia

Blog | GitHub

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
R1k91
Solution Supplier
Solution Supplier

have you already looked to [ReportServer].[dbo].[ExecutionLog3] system view?

 

R1k91_0-1724658223460.png

 


--
Riccardo Perico
BI & Power BI Engineer @ Lucient Italia

Blog | GitHub

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-yohua-msft
Community Support
Community Support

Hi, @alexyin1053 

You may be able to use SSMS's Profiler tool to track your users' downloads.

vyohuamsft_0-1724382917864.png

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

vyohuamsft_2-1724383259100.png

 

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.

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors