Plaza 365
Plaza 365

No results found for your search

RegisterLog in

3

Visit article

#automate

#bi

#create

#workspace

Power Platform - General

Category

Feb 26, 2025

Published date

Text

Article Type


AI Summary

  • The article discusses setting up a service principal, saving details in Azure Key Vault, and using Power Automate to fetch them securely.
  • A flow is created to automatically create a Power BI workspace, utilizing a manual trigger and calling a child flow to fetch necessary details.
  • An HTTP action is used to create the Power BI workspace, with the method set to POST and the URI provided from Microsoft documentation.
  • Authentication for the HTTP action is set to Active Directory OAuth, with dynamic values for Tenant, Client ID, and Secret from the child flow action.
  • To add a workspace admin, another HTTP call is required, using the workspace ID and email address of the admin.
  • The workspace ID is obtained by parsing JSON from the output of the HTTP action that created the workspace.
  • An extra input for the admin's email is added to the trigger, and a new HTTP action is included to add the user as an admin to the workspace.
  • The article concludes by stating that the flow should now be able to create a workspace and add an admin, with potential for future enhancements like approvals and notifications.

Registered users can view the full text for FREE!

Sign In Now!