<?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: Customizationeble Organizational RLS Hierarchy in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4685348#M61085</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1241052"&gt;@4GoosE2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;for sharing valuable insights.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please confirm if your query has been resolved by the provided solution? If so, please mark it as the solution. This will help other community members solve similar problems faster.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 16:22:11 GMT</pubDate>
    <dc:creator>v-ssriganesh</dc:creator>
    <dc:date>2025-05-08T16:22:11Z</dc:date>
    <item>
      <title>Customizationeble Organizational RLS Hierarchy</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4615925#M59890</link>
      <description>&lt;P&gt;Hi im having a big complex problem creating a Organizational RLS Hierarchy for a PowerBi report. Since I can not share any of the data ive asked ChatGPT to sum it up for me and maybe explaine it better then i could. Here is what he wrote.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have a company hierarchy where:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Managers should see all employees under them.&lt;/LI&gt;&lt;LI&gt;Employees should only see themselves and their direct teammates.&lt;/LI&gt;&lt;LI&gt;Special cases:&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Luke Skywalker &amp;amp; Leia should see each other's direct reports but not employees from other branches(/create these special connections for people without re writing the whole code.).&lt;/LI&gt;&lt;LI&gt;Higher managers (e.g., Yoda) should see everything.&lt;/LI&gt;&lt;LI&gt;Teammates should be able to see eachother&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The Organizational Structure&lt;/P&gt;&lt;DIV class=""&gt;UserID ParentID HierarchyKey &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Yoda&lt;/TD&gt;&lt;TD&gt;NULL&lt;/TD&gt;&lt;TD&gt;/Yoda&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Obi-Wan&lt;/TD&gt;&lt;TD&gt;Yoda&lt;/TD&gt;&lt;TD&gt;/Yoda/Obi-Wan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Darth Vader&lt;/TD&gt;&lt;TD&gt;Obi-Wan&lt;/TD&gt;&lt;TD&gt;/Yoda/Obi-Wan/DarthVader&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Luke Skywalker&lt;/TD&gt;&lt;TD&gt;Obi-Wan&lt;/TD&gt;&lt;TD&gt;/Yoda/Obi-Wan/LukeSkywalker&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Leia&lt;/TD&gt;&lt;TD&gt;Yoda&lt;/TD&gt;&lt;TD&gt;/Yoda/Leia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Darth Maul&lt;/TD&gt;&lt;TD&gt;Leia&lt;/TD&gt;&lt;TD&gt;/Yoda/Leia/DarthMaul&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Kylo Ren&lt;/TD&gt;&lt;TD&gt;Leia&lt;/TD&gt;&lt;TD&gt;/Yoda/Leia/KyloRen&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Mace Windu&lt;/TD&gt;&lt;TD&gt;Yoda&lt;/TD&gt;&lt;TD&gt;/Yoda/MaceWindu&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Qui-Gon Jinn&lt;/TD&gt;&lt;TD&gt;Mace Windu&lt;/TD&gt;&lt;TD&gt;/Yoda/MaceWindu/QuiGonJinn&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Anakin Skywalker&lt;/TD&gt;&lt;TD&gt;Mace Windu&lt;/TD&gt;&lt;TD&gt;/Yoda/MaceWindu/AnakinSkywalker&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P&gt;What I Want to Achieve with RLS Yoda sees everything (since he's the top manager). Each branch manager (Obi-Wan, Leia, Mace Windu) sees their own branch’s employees. Employees see only themselves and their direct teammates. Specially selected people can see each other's employees but NOT other branches.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;I hope this explains it good enough, and if that isnt clear im trying to do this in a way that will have a low mantinance. Idealy only to add these special roles where some managers can see each others "Childern".&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 09:10:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4615925#M59890</guid>
      <dc:creator>4GoosE2</dc:creator>
      <dc:date>2025-03-19T09:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Customizationeble Organizational RLS Hierarchy</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4616782#M59904</link>
      <description>&lt;P&gt;Use Dynamic RLS and an externally managed mapping table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/managing-hierarchical-organizations-in-power-bi-security-roles/" target="_blank"&gt;Managing hierarchical organizations in Power BI security roles - SQLBI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 15:33:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4616782#M59904</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-03-19T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Customizationeble Organizational RLS Hierarchy</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4627735#M60054</link>
      <description>&lt;P&gt;Thank you i will look in to that!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 13:55:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4627735#M60054</guid>
      <dc:creator>4GoosE2</dc:creator>
      <dc:date>2025-03-27T13:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Customizationeble Organizational RLS Hierarchy</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4685348#M61085</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1241052"&gt;@4GoosE2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;for sharing valuable insights.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please confirm if your query has been resolved by the provided solution? If so, please mark it as the solution. This will help other community members solve similar problems faster.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 16:22:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4685348#M61085</guid>
      <dc:creator>v-ssriganesh</dc:creator>
      <dc:date>2025-05-08T16:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Customizationeble Organizational RLS Hierarchy</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4687924#M61118</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1241052"&gt;@4GoosE2&lt;/a&gt;,&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 May 2025 16:26:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4687924#M61118</guid>
      <dc:creator>v-ssriganesh</dc:creator>
      <dc:date>2025-05-11T16:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Customizationeble Organizational RLS Hierarchy</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4691758#M61180</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1241052"&gt;@4GoosE2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 05:23:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Customizationeble-Organizational-RLS-Hierarchy/m-p/4691758#M61180</guid>
      <dc:creator>v-ssriganesh</dc:creator>
      <dc:date>2025-05-14T05:23:24Z</dc:date>
    </item>
  </channel>
</rss>

