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