Assign Users to an Admin Role

Assign Users to an Admin Role can be done by:

  • With Microsoft 365 admin center
  • With PowerShell

 

With Microsoft 365 admin center

Follow these steps t assign users to an Admin Role:

  1. In the Microsoft 365 admin center, select Users>Active Users.
  2. Select the user that you want to assign the role to and under Roles, select manage roles.
  3. Expand Show all by category, then select power BI admin or power platform admin.

 

Assign users to the admin role with PowerShell

Follow these steps t assign users to an Admin Role:

  1. Connect to Azure AD: PS “C:\Windows\system32>Connect-AzureAD”
  2. Get the ObjectID for the Power BI admin role. You can run “Get-AzureADDirectoryRole” to get the ObjectID
  3. Next, get the user’s ObjectID. You can find that by “Get-AzureADUser”.
  4. To add the member to the role, run “Add-AzureADDirectoryRoleMember”.

 

To learn more about using PowerShell to assign admin roles, see AzureAD Directory Roles. https://learn.microsoft.com/en-us/powershell/module/azuread/?view=azureadps-2.0#directory-roles. After, assigning the admin role, you’ll get the admin portal by clicking on Settings>Admin portal, which looks like this.

 



Power BI – Administration Role

The Administration role allows users to manage and administer the Power BI service. Users with this role have access to administrative features such as managing users, workspaces, and data sources, setting up security policies, and monitoring usage and performance. To administrate Power BI for you, your organization should either Power BI Admin or Power Platform Admin, or Microsoft 365 Global Admin.

 

Limitations and Considerations

  • Ability to modify users and licenses within the Microsoft 365 admin center. Depending on the admin role assigned, there may be limitations on the level of access to certain areas of the Power BI service.
  • Access to audit logs.
  • Admin roles in Power BI have significant control over the service, including user accounts and data. It’s important to ensure that appropriate security measures are in place to prevent unauthorized access or misuse of the service.

Similar Reads

Administrator roles related to Power BI

Global Admin: A Global admin is a user with full access to the entire Microsoft 365 or Azure Active Directory environment, which includes Power BI. They have complete control over the user accounts and permissions, including access to Power BI. Billing Admin: A Billing admin has access to billing and subscription management for Power BI. They can view and manage the subscription details, purchase additional licenses, and manage billing and payment options. License Admin: A License admin has control over the Power BI licenses assigned to users in an organization. They can view and manage license assignments, assign or remove licenses, and control the access level of each license. User Admin: A User admin has control over user accounts and permissions in Power BI. They can create and manage user accounts, assign roles and permissions, and control access to content and data in Power BI. Power Platform Administrator: A Platform admin has control over a specific Platform in Power BI. They can manage content, add or remove members, and configure permissions for the Platform. Power BI Admin: Full access to Power BI management tasks, Enable and disable Power BI features, Report on usage and performance, Review and manage to audit. Power BI Premium Capacity Administrator: Assign workspaces to the capacity, manage user permission to the capacity, and manage workloads to configure memory usage. Power BI Embedded Capacity Administrator: Assign workspaces to the capacity Manage user permission to the capacity Manage workloads to configure memory usage....

Purchasing

In Power BI, the admin role of Purchasing is responsible for managing the purchasing and licensing of Power BI products for the organization. Microsoft Power BI could be a freshly designed tool from Microsoft, that consists of the subsequent elements that are Power BI Desktop, Power BI Service, and Connector entry...

Security

The admin role of Security is responsible for managing the security of the Power BI environment and ensuring that the data within it is protected. This includes:...

Rest API

The admin position in Power BI is in charge of administering and setting up different elements of the Power BI platform. Working with the Power BI REST API to programmatically administer the Power BI system is one of the main duties of the Power BI administrator....

Assign Users to an Admin Role

Assign Users to an Admin Role can be done by:...