<?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 using EntraId groups on Warehouse in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4765265#M3429</link>
    <description>&lt;P&gt;HIi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="782160" data-lia-user-login="Srisakthi" class="lia-mention lia-mention-user"&gt;Srisakthi&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wanted to check if the response has addressed your query?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If any of the responses has addressed your query, kindly accept it as a solution so that other members can also benefit from it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jul 2025 12:24:48 GMT</pubDate>
    <dc:creator>v-sdhruv</dc:creator>
    <dc:date>2025-07-16T12:24:48Z</dc:date>
    <item>
      <title>RLS using EntraId groups on Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4755364#M3388</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please share your insights on how we can apply RLS using ADgroups(EntraId groups) on warehouse tables.&lt;/P&gt;&lt;P&gt;for ex., i have a table of sales data in my fabric warehouse and i want to restrict access to the for certain group(AD groups) of people.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had come across article to restrict for specific users but want to restrict by using ADgroups. Below is the article similar to my question , however the problem with that approach is have to maintain groups in my warehouse table.&lt;/P&gt;&lt;P&gt;&lt;A href="https://medium.com/@gcp.azure.aws/implementing-row-level-security-in-microsoft-fabric-sql-endpoint-warehouse-with-microsoft-entra-ce991e319055" target="_blank" rel="noopener"&gt;https://medium.com/@gcp.azure.aws/implementing-row-level-security-in-microsoft-fabric-sql-endpoint-warehouse-with-microsoft-entra-ce991e319055&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I dont want maintain ADgroups in my warehouse table, any leads would be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 12:49:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4755364#M3388</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2025-07-07T12:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: RLS using EntraId groups on Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4757658#M3400</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="782160" data-lia-user-login="Srisakthi" class="lia-mention lia-mention-user"&gt;Srisakthi&lt;/a&gt;&amp;nbsp; ,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You can -&lt;BR /&gt;1.Use Entra ID Group Membership in SQL Endpoint RLS Policies&lt;/P&gt;
&lt;P&gt;Define RLS policies at the SQL endpoint level using&amp;nbsp;IS_Member('groupname') or similar functions.&lt;/P&gt;
&lt;P&gt;This allows you to check if the current user belongs to a specific Entra ID group without needing that group listed in the table.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;or use&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;2.Centralized Role Management via OneLake RBAC&lt;/P&gt;
&lt;P&gt;OneLake RBAC (Role-Based Access Control) supports fine-grained access control at folder and file levels.&lt;/P&gt;
&lt;P&gt;You can assign read/write permissions to Entra ID groups directly at the workspace or folder level, which cascades to the warehouse.&lt;/P&gt;
&lt;P&gt;More about - &lt;A href="https://learn.microsoft.com/en-us/fabric/onelake/security/get-started-security" target="_self"&gt;One Lake Security&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Additinally, you might want to check out-&lt;BR /&gt;&lt;A href="https://www.bing.com/search?q=dynamic%20rls%20with%20AD&amp;amp;qs=n&amp;amp;form=QBRE&amp;amp;sp=-1&amp;amp;ghc=1&amp;amp;lq=0&amp;amp;pq=dynamic%20rls%20with%20a&amp;amp;sc=12-18&amp;amp;sk=&amp;amp;cvid=678337BFA30546A9890947FCE1E26ED3" target="_self"&gt;Dynamic RLS with AD Security Groups&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;BR /&gt;If the response has addressed your query, please&amp;nbsp;accept it as a solution&amp;nbsp;&amp;nbsp;so that other members can easily find it.&lt;BR /&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 10:24:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4757658#M3400</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-09T10:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: RLS using EntraId groups on Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4757792#M3402</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1249533" data-lia-user-login="v-sdhruv" class="lia-mention lia-mention-user"&gt;v-sdhruv&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been trying to implement RLS using Entra ID groups on my Lakehouse table in SQL endpoint, but I'm running into issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here's what I tried:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CREATE&amp;nbsp;FUNCTION&amp;nbsp;Security.fnRLSGroupFilter(@UserPrincipalName&amp;nbsp;AS&amp;nbsp;VARCHAR(100))&lt;/P&gt;&lt;P&gt;RETURNS&amp;nbsp;TABLE&lt;/P&gt;&lt;P&gt;WITH&amp;nbsp;SCHEMABINDING&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECT&amp;nbsp;1&amp;nbsp;AS&amp;nbsp;AccessGranted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;WHERE&amp;nbsp;IS_MEMBER('ReaderFabricDemoGroup')&amp;nbsp;=&amp;nbsp;1;&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also tried using @UserName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the policy doesn't seem to work as expected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share some sample scripts or working examples of RLS using Entra ID groups in Fabric lakehouse SQL Endpoint or Warehouse tables? It would be super helpful to see how others have approached this.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 12:56:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4757792#M3402</guid>
      <dc:creator>Shreya_Barhate</dc:creator>
      <dc:date>2025-07-09T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: RLS using EntraId groups on Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4758524#M3405</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="783425" data-lia-user-login="Shreya_Barhate" class="lia-mention lia-mention-user"&gt;Shreya_Barhate&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your detailed exploration.&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1249533" data-lia-user-login="v-sdhruv" class="lia-mention lia-mention-user"&gt;v-sdhruv&lt;/a&gt;&amp;nbsp; &amp;nbsp;I have even tried earlier it was not working. Shreya also shared her observation. Could you please share some samples on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 06:54:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4758524#M3405</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2025-07-10T06:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: RLS using EntraId groups on Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4758574#M3406</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="782160" data-lia-user-login="Srisakthi" class="lia-mention lia-mention-user"&gt;Srisakthi&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="783425" data-lia-user-login="Shreya_Barhate" class="lia-mention lia-mention-user"&gt;Shreya_Barhate&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Sure I would like to help you help on this!&lt;BR /&gt;Here is a working example on how to implement&amp;nbsp;&lt;SPAN&gt;RLS using Entra ID groups in Warehouse and&amp;nbsp; SQL Endpoint-&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/blog/analyticsonazure/microsoft-fabric-row-level-security-rls--column-level-securitycls-in-warehouse-a/3943036" target="_self"&gt;Microsoft Fabric Row-Level Security (RLS) &amp;amp; Column-Level security(CLS) in Warehouse and SQL Endpoint&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;If the response has addressed your query, please&amp;nbsp;accept it as a solution&amp;nbsp;&amp;nbsp;so that other members can easily find it.&lt;BR /&gt;Thank You!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 07:33:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4758574#M3406</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-10T07:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: RLS using EntraId groups on Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4765265#M3429</link>
      <description>&lt;P&gt;HIi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="782160" data-lia-user-login="Srisakthi" class="lia-mention lia-mention-user"&gt;Srisakthi&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wanted to check if the response has addressed your query?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If any of the responses has addressed your query, kindly accept it as a solution so that other members can also benefit from it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 12:24:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4765265#M3429</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-16T12:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: RLS using EntraId groups on Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4767060#M3435</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1249533" data-lia-user-login="v-sdhruv" class="lia-mention lia-mention-user"&gt;v-sdhruv&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the link! I went through the example, and it looks like it demonstrates Column-Level Security (CLS) using Active Directory (AD) groups, not Row-Level Security (RLS). I'm specifically looking for a sample script that applies RLS using AD groups (via Entra ID) on Microsoft Fabric Warehouse.&lt;/P&gt;&lt;P&gt;If you have any examples or resources that show how to implement RLS with AD groups, I’d really appreciate it!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Shreya&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 13:39:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4767060#M3435</guid>
      <dc:creator>Shreya_Barhate</dc:creator>
      <dc:date>2025-07-17T13:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: RLS using EntraId groups on Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4773668#M3453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="783425" data-lia-user-login="Shreya_Barhate" class="lia-mention lia-mention-user"&gt;Shreya_Barhate&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I looked across some resources and found a working example for RLS using AD groups which might help you with your query.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.fourmoo.com/2018/02/20/dynamic-row-level-security-is-easy-with-active-directory-security-groups/" target="_blank"&gt;https://www.fourmoo.com/2018/02/20/dynamic-row-level-security-is-easy-with-active-directory-security-groups/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 12:15:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4773668#M3453</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-23T12:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: RLS using EntraId groups on Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4776302#M3461</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1249533" data-lia-user-login="v-sdhruv" class="lia-mention lia-mention-user"&gt;v-sdhruv&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for sharing the resource! This approach using AD groups for RLS looks great and should work well in Power BI.&lt;/P&gt;&lt;P&gt;However, for our current use case involving Fabric Warehouse, this method won’t be applicable.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;BR /&gt;Shreya&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 10:46:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4776302#M3461</guid>
      <dc:creator>Shreya_Barhate</dc:creator>
      <dc:date>2025-07-25T10:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: RLS using EntraId groups on Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4781141#M3473</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="783425" data-lia-user-login="Shreya_Barhate" class="lia-mention lia-mention-user"&gt;Shreya_Barhate&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I am sorry if that didnt help.&lt;BR /&gt;I would request you raise a Support ticket-&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;Link - &lt;A href="https://support.fabric.microsoft.com/support/" target="_self"&gt;How to create a Support Ticket&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 10:15:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/RLS-using-EntraId-groups-on-Warehouse/m-p/4781141#M3473</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-30T10:15:36Z</dc:date>
    </item>
  </channel>
</rss>

