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
JimJim
Helper V
Helper V

Power BI audit logs - scheduled dashboard refresh

We are currently loading the power bi audit logs into SQL Server everyday so that we can moniter usage and other statistics. The scheduled refresh of the dashboards is skewing our figures, is there anyway to identify the scheduled refreshes in the audit log so that I can exclde them? 

4 REPLIES 4
GilbertQ
Super User
Super User

Hi there


What I would suggest is to use this API to download the Dataset refreshes API

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getrefreshhistory

 

This will then allow you to know when the datasets were refreshed, which you can then remove from the Audit logs





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Apologies, I should have mentioned in my first post. We are using the Search-UnifiedAuditLog cmdlet to get the audit data. Does a cmdlet exist that will allow me to get the refresh history?

Hi @JimJim

 

Yes there is an API which I mentioned previously which allows you to get the data via the API or PowerShell cmd let...

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getrefreshhistory

 

If you view the above link, it will also like through to the API





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Hello, Thanks for your reply, so I would have to extract this in addition to the audit logs and cross reference both data sets to remove the scheduled refresh? I assume there is a common field on both sets that will allow me to do this?

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