Power Bi reports Embedding

384 Views Asked by At

how can we control access to the reports and dashboards by setting up authentication and authorization through Azure Active Directory (AD) and Azure AD B2B? can you please explain me in detail that how to embed power bi reports through azure for multiple domain mail id customers?

I am getting the answers in different web pages in different ways but not clearly understood. I am expecting step wise with images screenshots actually if possible.

1

There are 1 best solutions below

0
SiddheshDesai On

You can authenticate your Azure AD users to access Power BI reports like the below:-

Adding all the users with different domains, guests, and members in a security group or using individual users and giving that security group or individual users access to your Powe BI content like below:-

Created one security group and added users and one service principal in the Azure Ad group like below, You can add your guest users in this group with different domains too:-

enter image description here

In your Power BI portal > visit > Settings > Admin Portal > Tenant Settings > Use Data Set across workspaces> Add your Security group or individual users in the tab like below:-

enter image description here

Now you can share your Power BI reports to Azure AD users in 2 ways:-

Sharing the report directly like below:-

enter image description here

Giving the users or security group access to Power BI dataset on with different permissions refer below:-

Go to workspaces > dataset > … three dots > Manage permissions > Assign users or group with the required permissions like below:-

enter image description here

You can send the dataset link for users to access or provide direct access to the dataset like below:-

enter image description here

Direct access with permissions like the below:-

enter image description here

As you have added the service principal to the security group, Even your Azure AD application can access these reports programmatically.

If your Azure AD is integrated with office 365 you can directly connect your Power BI account to the Office 365 admin center and manage users and groups. Azure AD users and groups can be managed by the office 365 admin center too. Thus, Integrating the office 365 admin center will integrate your Azure AD users and groups with your Power Bi account.

enter image description here

Distribute Power BI content to external guest users using Azure Active Directory B2B - Power BI | Microsoft Learn