Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext 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
Hi all,
I have a report that my enternal organization uses via my Power BI App
I have recently added row level security for external users to view this same report via shared links(in my workspace).
However my enternal users cannot view this report in the App anymore, report says there is row level security applied to this report,
How do i fix this so my enternal users can continue viewing this report in the App without having to share a link to the report in the workspace?
Hey @Anonymous ,
as soon as you apply Row Level Security each user has to be assigned to a Role. For this reason it is necessary that you create an additional role and call it "No restrictions" or something similar. For consistency I select the same table and column I used for the other roles. The I use the below DAX statement (even if it does not look like one):
1 = 1
It's most simple statement I can think of that evaluates to true.
As the DAX statement that will be evaluated to determine if access is granted to a specific row has to return true, and the above statement is always true, basically no restrictions will be applied to users that have be assigned to this role.
Be aware that you can also assign Security Groups to RLS roles, this can spare you a lot of effort instead of assigning 100s of internal users to the "No restrictions" role.
Hopefully, this provides what you are looking for.
Regards,
Tom
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.