Forum Discussion
Notification when a Report is Published to Service
- 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:
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:
- GFinlayTerumo3 years agoFrequent Visitor
This is absolutely perfect thanks a lot.
- GFinlayTerumo3 years agoFrequent Visitor
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
- bcdobbs3 years agoCommunity Champion
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-activities-for-n-days however shows how you can select certain activities.
- GFinlayTerumo3 years agoFrequent Visitor
Brilliant thanks again