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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
danielferrer
New Member

Access Logs for Data Sources

Hello,

 

I'm looking for access logs on Database objects from Power BI.

 

For example: I have a chart reading live from a query extracting data from three tables. How many times did power BI accessed the database to retrieve data?

 

I'm looking for number of access to the database by Power BI from the Power BI side. Is there any type of log I can access with this type of data?

 

Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@danielferrer,

Do you connect to SQL database in Power BI Desktop? If so, you can use SQL Server Profiler to connect to your SQL Server, then capture the query that Power BI Desktop send to your server.

If you connect to other types of database in Power BI Desktop, your database server should have similar monitor tool like SQL Server Profiler, you can use to check query times.

Regards,
Lydia

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@danielferrer,

Do you connect to SQL database in Power BI Desktop? If so, you can use SQL Server Profiler to connect to your SQL Server, then capture the query that Power BI Desktop send to your server.

If you connect to other types of database in Power BI Desktop, your database server should have similar monitor tool like SQL Server Profiler, you can use to check query times.

Regards,
Lydia

If there's a tabular layer (semantic layer) on top of the SQL Server database that queries the data can the profiler grab what user ran the query?

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors