cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

users' usage report (for frontend power bi)

Uri
New Contributor II

Hi All,

Hi All,

I'm currently working on retrieving usage information by querying system tables. At the moment, I'm using the system.access.audit table. However, I've noticed that the list of users retrieved appears to be incomplete when compared to similar reports I generate in Power BI.

 

The power bi connectivity configuration is based on direct query.

Has anyone encountered a similar issue or have any idea what might be causing this discrepancy? Any suggestions on how to resolve it would be greatly appreciated.

Thanks,
Uri

2 REPLIES 2

SP_6721
Contributor III

Hi @Uri ,

Itโ€™s likely due to differences in authentication, permissions, and logging coverage. Power BI often connects using a service principal or shared credentials, so audit logs may show these service principal IDs instead of individual user emails. Additionally, some user actions, such as notebook commands, are only captured if verbose audit logs are enabled in your Databricks workspace settings.

To address this:

  • Make sure you have the right permissions on Unity Catalog and system.access.audit
  • Check if Power BI uses a service principal, which affects how users show up in logs
  • Enable verbose audit logging to capture more detailed activity
  • Ensure your query filters and date ranges match those in Power BI

Uri
New Contributor II

thank you for the replay.

if i understand correctly, when using PBI direct query connectivity the users being used is not s service principle but the end user who open the PBI dashboard. correct?

did you implement any usage report?  

Regards,

Uri

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now