Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
MarioBinas
Frequent Visitor

PowerBI report authentification - web report with multiple unique users

Hi,

kindly please could you help me to find the best way how the handle the following task?

 

We will create and build a PowerBI dashboard published on a public website. 

The report will be for more than 100 unique users, so the data must be filtered exactly based on the used licence key or other unique authentification.  This 100 users are independed entities and must see only data valid for them.

 

Kidnly, please could you help me to find the best way how to handle it? We can use the PowerBI Pro licences or the Premium (not sure how to secure the unique data visualisation via Premium). 

 

Thank you,

Mario

 

 

1 ACCEPTED SOLUTION
v-chenwuz-msft
Community Support
Community Support

Hi @MarioBinas ,

 

You can use embed content for customers with RLS.

 

First, create a dataset with RLS. (Row-level security (RLS) with Power BI can be used to restrict data access for given users. Filters restrict data access at the row level, and you can define filters within roles)

 

Second, Embed for your customers. embed a report which dataset contains rls roles. This won't ask the user login power bi ropert by your own authentication method rather than power bi acount.

How to Embed content in your Power BI.

 

When login your app, the app ask Azure AD to generate the embed token. Users are authenticated and authorized by your application and embed tokens are used to grant a user access to a specific Power BI Embedded report. Power BI Embedded doesn't have any specific information on who your user is. For RLS to work, you need to pass some additional context as part of your embed token in the form of identities. You can pass the identities by using the Embed Token API.

Using row-level security with embedded content in Power BI embedded analytics - Power BI | Microsoft...

 

After all of this is done, the user will log in and perhaps the corresponding data will be available according to the rules you set. That is, different report contents will be displayed according to different users.

For more details, you can refer this link.

Generate an embed token in Power BI embedded analytics - Power BI | Microsoft Docs

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-chenwuz-msft
Community Support
Community Support

Hi @MarioBinas ,

 

You can use embed content for customers with RLS.

 

First, create a dataset with RLS. (Row-level security (RLS) with Power BI can be used to restrict data access for given users. Filters restrict data access at the row level, and you can define filters within roles)

 

Second, Embed for your customers. embed a report which dataset contains rls roles. This won't ask the user login power bi ropert by your own authentication method rather than power bi acount.

How to Embed content in your Power BI.

 

When login your app, the app ask Azure AD to generate the embed token. Users are authenticated and authorized by your application and embed tokens are used to grant a user access to a specific Power BI Embedded report. Power BI Embedded doesn't have any specific information on who your user is. For RLS to work, you need to pass some additional context as part of your embed token in the form of identities. You can pass the identities by using the Embed Token API.

Using row-level security with embedded content in Power BI embedded analytics - Power BI | Microsoft...

 

After all of this is done, the user will log in and perhaps the corresponding data will be available according to the rules you set. That is, different report contents will be displayed according to different users.

For more details, you can refer this link.

Generate an embed token in Power BI embedded analytics - Power BI | Microsoft Docs

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.