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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Extracting PowerBI audit logs using Python

Hi folks

Did any of you successfully automated extraction of PowerBI audit logs for custom reporting using Azure Active Directory by registering an APP for making API calls.

 

Any info is greatly appreciated.

 

3 REPLIES 3
asifrasool
Helper I
Helper I

Hi @Anonymous have you figured out how you answer these questions? if so, please let me know

selimovd
Most Valuable Professional
Most Valuable Professional

Hey @Anonymous ,

 

I'm not sure if that is what you're looking for, but the Audit logs can be exported with a PowerShell script:

Track user activities in Power BI - Power BI | Microsoft Docs

 

This you could possibly embed in Python, but I think the probably better approach would be to add that PowerShell script to the serverless environment of Azure Functions:

Create a PowerShell function using Visual Studio Code - Azure Functions | Microsoft Docs

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 
Anonymous
Not applicable

HI @selimovd 

I have been told by MS tech support that not all PowerBI Audit data points are available in PowerShell approach. I am not sure how accurate is this statement?

My initial goal is to extract below data for custom reporting with more than  6 months data.

 Who is accessing
◦What are the most used reports
◦Who has access
◦Extract times
◦Longest refresh runs

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors