Power BI - Administration Role


Advertisements


Power BI administration role is assigned to those who require admin privilege on BI Admin portal, without granting Office 365 access.

To provide admin access, navigate to Office 365 Admin Center, select Users and then Active Users.

Navigate to the Roles tab and click the Edit option.

Roles Tab

Navigate to the Customized Administrator tab and select Power BI Service Administrator.

Customized Administrator Tab

Purchasing

Power BI is a newly designed tool from Microsoft, which consists of the following components −

  • Power BI Desktop
  • Power BI Service
  • Connector Gateway

Power BI desktop is a free tool that can be installed from the Microsoft site without any additional cost.

https://powerbi.microsoft.com/en-us/pricing/

Power BI Desktop Free Tool

This is the link to directly download Power BI files −

https://www.microsoft.com/en-us/download/details.aspx?id=45331

Download Power BI Files

Choose the Download

Power BI Pro has 60-days free trial and then it can be purchased for 9.99$/user/month. Power BI Premium is as per the capacity pricing per node/month.

Power BI also provides on-premise report server, which can be used for publishing a report with the flexibility to move to the cloud environment later.

https://powerbi.microsoft.com/en-us/report-server/

On-premise Report Server

A trial version is also available for Power BI Pro Report Server and as per the company website - Power BI Report Server provides access to data and insights, and the enterprise reporting capabilities of SQL Server Reporting Services in a modern, on-premises solution.

It assists in visually exploring data and quickly discovering patterns to make better, faster decisions. At the same time, it generates precisely formatted reports based on the business needs. You’ll also be able to confidently scale to thousands of users as Power BI Report Server is based on a proven, enterprise-grade platform.

REST API

In Power BI, it is also possible to push data in real time using REST APIs. With Power BI REST API, you can create data sets, dashboards, add and delete rows and get groups.

A Power BI REST API can be created using any of the following technologies −

  • .NET
  • JQuery
  • Ruby

To authenticate Power BI, you need to get an Azure Active Directory token and this can allow your app to access Power BI dashboards.

Following is the C# code to get an authorization code from Azure AD in Power BI service.

Azure AD Power BI Service

Security

Azure Active Directory (AAD) authentication is used in Power BI when a user authenticates using Power BI service. Power BI login credentials can be an email account used by users to set up their BI account and is an effective username.

Power BI provides security level used by Azure cloud that includes the following level of security −

  • Multitenant Environment Security
  • Networking Security
  • AAD based Security

For data storage, there are two different repositories used in Power BI −

  • Azure BLOB
  • Azure SQL Database

Azure BLOB storage is used for data uploaded by users and Azure SQL database is used to store system data. Power BI security is mostly based on data and network security features available in Azure cloud and authentication is also based on Azure AD.



Advertisements