This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 9 | |
| 7 | |
| 6 |
| User | Count |
|---|---|
| 38 | |
| 27 | |
| 25 | |
| 22 | |
| 22 |