Forum Discussion
GFinlayTerumo
3 years agoFrequent 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/...
- 3 years ago
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:
otravers
3 years agoCommunity 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.