Forum Discussion
How to get a notification when a workspace admin changes a workspace from pro to premium capacity?
- 1 year ago
Notifications no, but you can see the details after the fact (with a 24 hr delay) in the Power BI implementation planning: Tenant-level auditing - Power BI | Microsoft Learn tenant audit logs.
- 1 year ago
No, you run daily scheduled powershell scripts with a real scheduler, and then store the received JSON in your audit log database of choice. Power Automate cannot handle Powershell scripts, and it cannot handle the file sizes. You need real tools for that.
So would you recommend setting up a Power Automate flow that runs a Powershell script using the Power BI REST API to check if any new workspaces have been added?
- lbendlin1 year agoSuper User
No, you run daily scheduled powershell scripts with a real scheduler, and then store the received JSON in your audit log database of choice. Power Automate cannot handle Powershell scripts, and it cannot handle the file sizes. You need real tools for that.
- Anonymous1 year agoNot applicable
I used Power Automate Desktop In combination of Power Automate Web to automate a Powershell Script in a server though. Either way, thanks for your response!