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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
IzaPas111
Regular Visitor

external sharing - RLS - users with and without licence

Hi, I created an app and gave external users access to report. RLS is working fine for external users that don't have power bi. The problem is that users with licene can't view the report. It shows an error  - you don't have right to view the report. I added all of exteral users to AAD. To RLS work I use a measure and I assume that this can be the problem.

 

[e-mail] = MID(USERPRINCIPALNAME(),
         FIND ("#", USERPRINCIPALNAME(), 1,0) + 1,
         LEN (USERPRINCIPALNAME())- FIND("#", USERPRINCIPALNAME(), 1,0)
         )
1 REPLY 1
pmreis
Most Valuable Professional
Most Valuable Professional

Hello

 

After setting up RLS in your model, each user which is not part of an RLS group won't be able to see the data.

If they can't open the report, the issue is on the sharing of the report with the users.
If they can open the report, but all the visuals don't show values, the issue is lacking inclusing in an RLS group.

 


Pedro Reis - Data Platform MVP / MCT
Making Power BI and Fabric Simple

If my response resolved your issue, please mark it as a solution to help others find it. If you found it helpful, please consider giving it a kudos. Your feedback is highly appreciated!

Find me at LinkedIn

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.