Open In App

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

Administrator roles related to Power BI

Type of administrator Administrative scope Power BI tasks
Global Administrator Microsoft 365 Has unlimited access to all management features for the organization
Assigns roles to other users
Billing Administrator Microsoft 365 Manage subscriptions
Purchase licenses
License Administrator Microsoft 365 Assign or remove licenses for users
User admin Microsoft 365 Create and manage users and groups
Reset user passwords
Power Platform Administrator Power Platform Full access to Power BI management tasks
Enable and disable Power BI features
Report on usage and performance
Review and manage auditing
Power BI Administrator Power BI service Full access to Power BI management tasks
Enable and disable Power BI features
Report on usage and performance
Review and manage to auditto audit
Power BI Premium Capacity
Administrator
A single premium capacity Assign workspaces to the capacity
Manage user permission to the capacity
Manage workloads to configure memory usage
Power BI Embedded Capacity
Administrator
A single Embedded capacity Assign workspaces to the capacity
Manage user permission to the capacity
Manage workloads to configure memory usage

Administrative Tasks and Tools

 

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:

Also, When a user logs in to the Power BI service using their Azure Active Directory (AAD) credentials, AAD authentication is used in Power BI. When a user logs in to the Power BI service using their Azure Active Directory (AAD) credentials, AAD authentication is used in Power BI. Network security, security for multitenant environments, and security mostly based on AAD.



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.

Power BI resources, such as workspaces, datasets, reports, dashboards, and users, may be managed programmatically via the Power BI REST API, which is a collection of HTTP endpoints. Power BI administrators may automate the creation, modification, and deletion of Power BI resources as well as the integration of Power BI with other programmers and systems by using the REST API.

The REST API is based on OData Standards, which gives a common syntax for accessing and altering data on the web. The API is so easy to use and can be accessed by a variety of the programming languages such as C#, Java, Python, and PowerShell.

Assign Users to an Admin Role

Assign Users to an Admin Role can be done by:

 

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.

 


Article Tags :