<?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 path in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228376#M20003</link>
    <description>&lt;P&gt;you do that by defining the rules for each role in the table. Doesn't matter if it's the same column.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jul 2020 13:50:47 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2020-07-16T13:50:47Z</dc:date>
    <item>
      <title>RLS path</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228321#M19996</link>
      <description>&lt;P&gt;I am pretty new to RLS and have been trying to implement it in a certain way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;My table above is a sample. I am trying to create RLS here based on the levels. Normally I can create 3 roles for 3 levels where,&amp;nbsp;&lt;BR /&gt;Level 1 is regular employees&lt;BR /&gt;Level 2 is supervisor of employees&amp;nbsp;&lt;BR /&gt;Level 3 is the manager/head of the building (based on the BuildingID)&lt;BR /&gt;&lt;BR /&gt;I am trying to create RLS where the manager (Level 3) will be able to see the data for people below them by filtering through. For example when the manager of BuildingID='233' logs in, they can filter through the report to see people they are assigned to.&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;SPAN&gt;It would be clickable in the filter pane. However, I am more used to on doing DAX calculations when the manager ID is on a different column and this seems to be a new scenario. I have tried a couple of methods and so far have not been successful. Any kind of help here would be much appreciated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 13:31:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228321#M19996</guid>
      <dc:creator>syasmin25</dc:creator>
      <dc:date>2020-07-16T13:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: RLS path</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228345#M19998</link>
      <description>&lt;P&gt;Is your sample table dominating the data model (does it sit at the outer fringe of the star/snowflake)?&amp;nbsp; Have you defined the RLS rules for it?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 13:43:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228345#M19998</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-07-16T13:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: RLS path</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228357#M20000</link>
      <description>&lt;P&gt;Yes I have applied it. It works with the data model perfectly. I am just struggling to create hierarchy so that the manager can view the reports view of the employees below him.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 13:47:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228357#M20000</guid>
      <dc:creator>syasmin25</dc:creator>
      <dc:date>2020-07-16T13:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: RLS path</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228363#M20001</link>
      <description>&lt;P&gt;I know how to create the path calculations when it has the manager ID in a seperate columns but unfortunately that is not the case here.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 13:48:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228363#M20001</guid>
      <dc:creator>syasmin25</dc:creator>
      <dc:date>2020-07-16T13:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: RLS path</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228376#M20003</link>
      <description>&lt;P&gt;you do that by defining the rules for each role in the table. Doesn't matter if it's the same column.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 13:50:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228376#M20003</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-07-16T13:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: RLS path</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228388#M20005</link>
      <description>&lt;P&gt;How would I be doing that here? I am sorry, I am really new to RLS.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 13:53:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-path/m-p/1228388#M20005</guid>
      <dc:creator>syasmin25</dc:creator>
      <dc:date>2020-07-16T13:53:13Z</dc:date>
    </item>
  </channel>
</rss>

