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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
alakiran
Regular Visitor

SQL Database Auditing

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?

1 ACCEPTED 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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

3 REPLIES 3
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors