<?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 Re: RLS based on Category in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3568431#M31965</link>
    <description>&lt;P&gt;Okay and what would be my dax to filter the data as per specific category ?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 12:55:32 GMT</pubDate>
    <dc:creator>prajaktakeni11</dc:creator>
    <dc:date>2023-12-05T12:55:32Z</dc:date>
    <item>
      <title>RLS based on Category</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3561263#M31934</link>
      <description>&lt;P&gt;Hello ,&lt;BR /&gt;I have employee data with different role , I want to restrict data based on Resource type&lt;BR /&gt;for example Employee &lt;STRONG&gt;(1)&lt;/STRONG&gt; has &lt;STRONG&gt;resource type A&lt;/STRONG&gt; and is&lt;STRONG&gt; location head&amp;nbsp;&lt;/STRONG&gt;can view only his data being a location head and related resource data fromsales&amp;nbsp; table&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please help&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 14:51:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3561263#M31934</guid>
      <dc:creator>prajaktakeni11</dc:creator>
      <dc:date>2023-11-30T14:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: RLS based on Category</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3564487#M31942</link>
      <description>&lt;P&gt;I assume you have a reference table in your data model that maps USERPRINCIPALNAME to resource type?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2023 22:14:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3564487#M31942</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-12-02T22:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: RLS based on Category</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3565550#M31949</link>
      <description>&lt;P&gt;I do have a Refrence Table , with USERNAME we are mapping it to Resource Type&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 07:12:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3565550#M31949</guid>
      <dc:creator>prajaktakeni11</dc:creator>
      <dc:date>2023-12-04T07:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: RLS based on Category</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3566092#M31953</link>
      <description>&lt;P&gt;Needs to be USERPRINCIPALNAME.&amp;nbsp; their email address, basically.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 12:31:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3566092#M31953</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-12-04T12:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: RLS based on Category</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3566148#M31955</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp; Can't we do it with employee id USERNAME()......?,&lt;BR /&gt;and Could you please help me out on dax how can I restrict data based on Type for specific People&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 12:58:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3566148#M31955</guid>
      <dc:creator>prajaktakeni11</dc:creator>
      <dc:date>2023-12-04T12:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: RLS based on Category</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3566505#M31958</link>
      <description>&lt;P&gt;For dynamic RLS you don't need anything else, but it must use USERPRINCIPALNAME, and your reference table must control the fact tables of the data model.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 15:44:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3566505#M31958</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-12-04T15:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: RLS based on Category</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3568431#M31965</link>
      <description>&lt;P&gt;Okay and what would be my dax to filter the data as per specific category ?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 12:55:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3568431#M31965</guid>
      <dc:creator>prajaktakeni11</dc:creator>
      <dc:date>2023-12-05T12:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: RLS based on Category</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3568509#M31967</link>
      <description>&lt;P&gt;There is no DAX filter, this is all controlled via the data model.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 13:32:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RLS-based-on-Category/m-p/3568509#M31967</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-12-05T13:32:36Z</dc:date>
    </item>
  </channel>
</rss>

