This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi,
I setup the SQL Database Auditing in PowerBI to pull all SQL Audit data and waited for couple hours and nothing is showing in the dashboards. Dont know if i am doing anything wrong? How to troubleshoot any data refresh issue?
Solved! Go to Solution.
HI @alakiran,
Based on research, it seems like you need to do some extra settings to turn on auditing logging.
I'd like to suggest you to take a look at below article to know to configuration azure sql auditing:
Get started with SQL database auditing
Regards,
Xiaoxin Sheng
HI @alakiran,
>>I setup the SQL Database Auditing in PowerBI to pull all SQL Audit data and waited for couple hours and nothing is showing in the dashboards.
How did you setup and pull audit logs to power bi ? Can you please share more detailed information about this?
If you can't direct pull data for database, I'd like to suggest you use below t-sql query to create new table with audit logs, then get data from custom table.
SELECT * FROM sys.fn_get_audit_file ('\\serverName\Audit\HIPPA_AUDIT.sqlaudit',default,default);go
Reference:
sys.fn_get_audit_file (Transact-SQL)
Regards,
Xiaoxin Sheng
There is a SQL Database Auditing PowerBI app service available in Power BI Service.
HI @alakiran,
Based on research, it seems like you need to do some extra settings to turn on auditing logging.
I'd like to suggest you to take a look at below article to know to configuration azure sql auditing:
Get started with SQL database auditing
Regards,
Xiaoxin Sheng
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 7 | |
| 7 | |
| 7 |
| User | Count |
|---|---|
| 49 | |
| 27 | |
| 21 | |
| 20 | |
| 20 |