<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RLS upside-down in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2405123#M23366</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I need a way to allow only one user out of many to see all the data, and all other users to see the restricted data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't do a regular group as there are many users and they are added every day, so I basically need an opposite to a regular RLS: all users except one have limited access.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Mar 2022 18:47:53 GMT</pubDate>
    <dc:creator>Maria_Maria</dc:creator>
    <dc:date>2022-03-20T18:47:53Z</dc:date>
    <item>
      <title>RLS upside-down</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2405123#M23366</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I need a way to allow only one user out of many to see all the data, and all other users to see the restricted data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't do a regular group as there are many users and they are added every day, so I basically need an opposite to a regular RLS: all users except one have limited access.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 18:47:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2405123#M23366</guid>
      <dc:creator>Maria_Maria</dc:creator>
      <dc:date>2022-03-20T18:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: RLS upside-down</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2405162#M23368</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="322811" data-lia-user-login="Maria_Maria" class="lia-mention lia-mention-user"&gt;Maria_Maria&lt;/a&gt;&amp;nbsp;Just create your RLS role for your one/few users. The other users will not have RLS applied if they are not assigned to an RLS role. You can prove this to yourself using the View as | Other user&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 20:02:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2405162#M23368</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-03-20T20:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: RLS upside-down</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2405742#M23384</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This way 1 user will see the data based on his/her role, but the others will see all the data. What I need is exactly the opposite.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 06:21:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2405742#M23384</guid>
      <dc:creator>Maria_Maria</dc:creator>
      <dc:date>2022-03-21T06:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: RLS upside-down</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2407192#M23397</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="322811" data-lia-user-login="Maria_Maria" class="lia-mention lia-mention-user"&gt;Maria_Maria&lt;/a&gt;&amp;nbsp;Would need to understand your data to be more specific. But, in theory, create an Enter Data query with your users' UPN's that need to see all the data. Create an RLS rule like counting the rows in that table that match the UPN. If &amp;gt; 0 then return "true" to see all data, otherwise implement your RLS restriction. It's really kind of impossible to be more specific without knowing your data model and what you are trying to restrict.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 16:39:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2407192#M23397</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-03-21T16:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: RLS upside-down</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2408287#M23402</link>
      <description>&lt;P&gt;Assuming you have an existing RLS role that is working the way you want and all you need to do is to give one of your users access to all the data. Then all you would need to do is to create a second role in your model with no restrictions or filters then add the user to this role. The permissions in roles are unioned together so this should grant unlimited access even if the user is also in the RLS role.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 05:28:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2408287#M23402</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-03-22T05:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: RLS upside-down</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2411522#M23425</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="322811" data-lia-user-login="Maria_Maria" class="lia-mention lia-mention-user"&gt;Maria_Maria&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please correct me if I have misunderstood.&lt;BR /&gt;You are now expecting one person in this organization to see all the content you want him to see all the time, while other users can only see limited content.&lt;BR /&gt;As a simple example, let's say you want to complete a manager-level RLS where your manager role users can see all the data all the time, and the people managed by the manager can only see the parts you want them to see, even if they are new to the organization and follow this rule.&lt;BR /&gt;If this is what you want, you can refer to this article below to set up an RLS.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/dynamic-row-level-security-with-manager-level-access-in-power-bi" target="_self"&gt;Dynamic Row Level Security with Manager Level Access in Power BI&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Community Support Team _ Caitlyn&lt;/P&gt;
&lt;P&gt;If this post helps then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 07:54:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2411522#M23425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-23T07:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: RLS upside-down</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2413472#M23442</link>
      <description>&lt;P&gt;The simple answer is you create 2 roles&lt;/P&gt;&lt;P&gt;One with your RLS&amp;nbsp;and that is given to everyone&lt;/P&gt;&lt;P&gt;then the second as an empty one (As in create it and do nothing), this second one is what you assign to the user that need everything.&lt;/P&gt;&lt;P&gt;Done &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;That simple&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 21:24:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-upside-down/m-p/2413472#M23442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-23T21:24:12Z</dc:date>
    </item>
  </channel>
</rss>

