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
GFinlayTerumo
Frequent Visitor

Notification when a Report is Published to Service

Hi

 

I need to be able to keep track of any/all PowerBI Reports that are created by Users within the company and published to a Workspace.

 

I need knowledge of every single Report that has been/will be created within our Tenant regardless of if I have access or not.  I have previously used a PowerShell script to export a list of all existing Reports with their Workspace and users.  The real issue is not having any visibility when a new Workspace is created or a new Report is published.  I cannot find a way to be notified, I was thinking about using AAD but I don't know where to start.

 

Thanks

Grant

1 ACCEPTED SOLUTION
bcdobbs
Super User
Super User

I do this by accessing the Power BI activity logs. 
You can do that with PowerShell:

https://learn.microsoft.com/en-us/power-bi/guidance/admin-activity-log

You want "CreateReport" activities:

https://learn.microsoft.com/en-gb/power-bi/admin/service-admin-auditing#operations-available-in-the-...

 



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

View solution in original post

6 REPLIES 6
otravers
Community Champion
Community Champion

You can either call the Power BI Scanner API yourself to get that type of info, or use a SaaS application that does so for you, such as Datalogz.

------------------------------------------------
1. How to get your question answered quickly - good questions get good answers!
2. Learning how to fish > being spoon-fed without active thinking.
3. Please accept as a solution posts that resolve your questions.
------------------------------------------------
BI Blog: Datamarts | RLS/OLS | Dev Tools | Languages | Aggregations | XMLA/APIs | Field Parameters | Custom Visuals
bcdobbs
Super User
Super User

I do this by accessing the Power BI activity logs. 
You can do that with PowerShell:

https://learn.microsoft.com/en-us/power-bi/guidance/admin-activity-log

You want "CreateReport" activities:

https://learn.microsoft.com/en-gb/power-bi/admin/service-admin-auditing#operations-available-in-the-...

 



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

Hi again, I'm trying to filter ActivityType for CreateReport and CreateDashboard and I can't find the syntax, will I need to run a different file for each type or can I do two types in the one? Thanks

I normally pull the full log each day and save it to folder. Then read it it into power bi using data from folder. That lets me filter in report end.

 

Example 4 in https://learn.microsoft.com/en-us/power-bi/guidance/admin-activity-log#example-4-view-three-activiti... however shows how you can select certain activities.



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

Brilliant thanks again

This is absolutely perfect thanks a lot.

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