<?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 How do you apply dynamic RLS in OneLake Security in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5152139#M15874</link>
    <description>&lt;P&gt;I have a fact table inside my lakehouse and another user mapping table/file, how do I create a role which applies dynamic RLS based on the fact table’s user_id equivalent to the user mapping table/file’s id?&lt;/P&gt;&lt;P&gt;I’m trying to use the following SQL script but unfortunately, it won’t allow subqueries:&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM dbo.test_fact_table&lt;/P&gt;&lt;P&gt;WHERE owner_id IN (&lt;/P&gt;&lt;P&gt;SELECT id&lt;/P&gt;&lt;P&gt;FROM dbo.user_mapping_file&lt;/P&gt;&lt;P&gt;WHERE name = CURRENT_USER()&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;Any help is appreciated. Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2026 08:03:28 GMT</pubDate>
    <dc:creator>Jaize</dc:creator>
    <dc:date>2026-04-17T08:03:28Z</dc:date>
    <item>
      <title>How do you apply dynamic RLS in OneLake Security</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5152139#M15874</link>
      <description>&lt;P&gt;I have a fact table inside my lakehouse and another user mapping table/file, how do I create a role which applies dynamic RLS based on the fact table’s user_id equivalent to the user mapping table/file’s id?&lt;/P&gt;&lt;P&gt;I’m trying to use the following SQL script but unfortunately, it won’t allow subqueries:&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM dbo.test_fact_table&lt;/P&gt;&lt;P&gt;WHERE owner_id IN (&lt;/P&gt;&lt;P&gt;SELECT id&lt;/P&gt;&lt;P&gt;FROM dbo.user_mapping_file&lt;/P&gt;&lt;P&gt;WHERE name = CURRENT_USER()&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;Any help is appreciated. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 08:03:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5152139#M15874</guid>
      <dc:creator>Jaize</dc:creator>
      <dc:date>2026-04-17T08:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do you apply dynamic RLS in OneLake Security</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5152540#M15886</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/841271"&gt;@Jaize&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The RLS rules don't allow subqueries, or the full SQL langauge at all for that matter.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;All rules must be in this form:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM {schema_name}.{table_name} WHERE {column_level_boolean_1}{column_level_boolean_2}...{column_level_boolean_N}&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this is improved when OneLake Security goes GA.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For now, the best option is to add the user column to the table you are filtering in your ETL process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to learn more about OneLake Security, there's a live event happening on Tuesday at 18:00 UTC in the Fabric Discord server!&amp;nbsp;&lt;A class="" href="https://discord.com/invite/RVFRmQyX?event=1487504921761677557" target="_blank" rel="noopener noreferrer"&gt;https://discord.com/invite/RVFRmQyX?event=1487504921761677557&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 13:39:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5152540#M15886</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-04-17T13:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do you apply dynamic RLS in OneLake Security</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5152575#M15887</link>
      <description>&lt;P&gt;Thank you for your response, tayloramy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just wondering.. is there an equivalent to the USERPRINCIPALNAME() DAX function to fetch the UPN or email address of the viewer I can equate to my username/email column? Apparently, CURRENT_USER() is not working either.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 14:11:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5152575#M15887</guid>
      <dc:creator>Jaize</dc:creator>
      <dc:date>2026-04-17T14:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do you apply dynamic RLS in OneLake Security</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5153485#M15899</link>
      <description>&lt;P&gt;+1 to&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;that you can’t use subqueries or joins in OneLake / Fabric SQL RLS (as of today).&lt;BR /&gt;&lt;BR /&gt;Regarding&amp;nbsp;&lt;SPAN&gt;USERPRINCIPALNAME(), unfortunately&amp;nbsp;there is no equivalent of USERPRINCIPALNAME() (DAX) available for OneLake / Lakehouse SQL RLS (as of today), this may work in Power BI DAX&amp;nbsp;RLS with USERPRINCIPALNAME() but not in OneLake/Lakehouse.&lt;BR /&gt;&lt;BR /&gt;My only suggestion is the same as&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;'s above,&amp;nbsp;&lt;/SPAN&gt;bring your user data (e.g. owner_email) into your fact table.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2026 08:17:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5153485#M15899</guid>
      <dc:creator>rizalard0684</dc:creator>
      <dc:date>2026-04-19T08:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do you apply dynamic RLS in OneLake Security</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5154076#M15908</link>
      <description>&lt;P&gt;Hello Jaize,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Prerequisites (Access + Where to Configure):&lt;DIV&gt;Ensure you’re applying RLS on &amp;nbsp;the &lt;STRONG&gt;&lt;STRONG&gt;SQL analytics endpoint of a Lakehouse (this is where T‑SQL RLS is supported)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;DIV&gt;&lt;DIV&gt;You need elevated permissions to create security objects (typically &lt;STRONG&gt;&lt;STRONG&gt;Workspace Admin/Member/Contributor or “Control permissions” on the SQL endpoint&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;DIV&gt;&amp;nbsp; understood that you created user table where you maintain the user details&lt;DIV&gt;&lt;DIV&gt;consider a table like dbo.user_mapping_file that maps the &lt;STRONG&gt;&lt;STRONG&gt;logged-in identity to permitted owner_id values (or whatever key filters your fact table&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;DIV&gt;&lt;DIV&gt;Ensure the identity column in your mapping table matches what SQL can evaluate (commonly USER_NAME())&lt;DIV&gt;&lt;DIV&gt;How to create RLS&lt;DIV&gt;step 1 : Create a Security Schema&amp;nbsp;&amp;nbsp;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;!--   ScriptorStartFragment   --&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN&gt;&lt;!--   ScriptorStartFragment   --&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;CREATE SCHEMA Security;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;GO&lt;!--   ScriptorEndFragment   --&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;STEP 2: Create a Table value function as follows:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;!--   ScriptorStartFragment   --&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;CREATE FUNCTION Security.fn_owner_rls(@owner_id INT)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;RETURNS TABLE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;WITH SCHEMABINDING&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;AS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT 1 AS fn_owner_rls_result&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE EXISTS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT 1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM dbo.user_mapping_file um&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE um.id = &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/962223"&gt;@owner&lt;/a&gt;_id&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND um.name = USER_NAME()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;GO&lt;!--   ScriptorEndFragment   --&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;Ensure that&amp;nbsp;&amp;nbsp;rows where fact.owner_id exists for the current user in user_mapping_file&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 3:&lt;/P&gt;&lt;DIV&gt;Create and Enable the SECURITY POLICY (Attach Predicate to Fact Table)&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;!--   ScriptorStartFragment   --&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;CREATE SECURITY POLICY Security.OwnerAccessPolicy&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;ADD FILTER PREDICATE Security.fn_owner_rls(owner_id)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;ON dbo.test_fact_table&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;WITH (STATE = ON);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;GO&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;RLS enforcement happens by creating a &lt;STRONG&gt;&lt;STRONG&gt;SECURITY POLICY and attaching a &lt;STRONG&gt;FILTER PREDICATE to the target table/column.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;&lt;DIV&gt;For the Lakehouse SQL analytics endpoint, remember the enforcement mode can influence whether SQL permissions vs OneLake roles drive access behavior&lt;DIV&gt;&amp;nbsp;step 4:&lt;DIV&gt;&lt;DIV&gt;Testing / Validation Steps:&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;!--   ScriptorStartFragment   --&gt;SELECT * FROM dbo.test_fact_table;&amp;nbsp;&amp;nbsp;&lt;!--   ScriptorEndFragment   --&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;&lt;DIV&gt;You should see only the rows where owner_id is mapped to the querying identity (based on the predicate logic).&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;&lt;!--   ScriptorEndFragment   --&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please give KUDOS if you like my solutions&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhanu Priya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Apr 2026 05:18:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5154076#M15908</guid>
      <dc:creator>BHANUPURAM</dc:creator>
      <dc:date>2026-04-20T05:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do you apply dynamic RLS in OneLake Security</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5154551#M15925</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/841271"&gt;@Jaize&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Microsoft Fabric's SQL Analytics Endpoint, you cannot apply a raw SELECT statement directly as a filter. This is same as explained by&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/729524"&gt;@BHANUPURAM&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;You must:&lt;/P&gt;&lt;P&gt;1. Create a &lt;STRONG&gt;Security Function&lt;/STRONG&gt; and then&lt;/P&gt;&lt;P&gt;2. Apply a &lt;STRONG&gt;Security Policy&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why USERPRINCIPALNAME() won't work:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;USERPRINCIPALNAME()&lt;/STRONG&gt; is a &lt;STRONG&gt;DAX function&lt;/STRONG&gt; used in Power BI measures and Power BI-side RLS.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Fabric SQL Analytics Endpoint&lt;/STRONG&gt; uses the &lt;STRONG&gt;T-SQL engine&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;Please refer the Microsoft Learn documentation on how to create the secrity function and policy:&lt;/H4&gt;&lt;P&gt;&lt;A title="RLS in MS Fabric" href="https://learn.microsoft.com/en-us/fabric/data-warehouse/row-level-security" target="_self"&gt;https://learn.microsoft.com/en-us/fabric/data-warehouse/row-level-security&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 12:55:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5154551#M15925</guid>
      <dc:creator>anuragccsu</dc:creator>
      <dc:date>2026-04-20T12:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do you apply dynamic RLS in OneLake Security</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5156361#M15963</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/841271"&gt;@Jaize&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1385263"&gt;@rizalard0684&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/729524"&gt;@BHANUPURAM&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/825201"&gt;@anuragccsu&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; for sharing valuable insights.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please confirm if your query has been resolved by the provided solution?If you have any more questions, please let us know and we’ll be happy to help.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Microsoft Fabric Community Support Team.&lt;/SPAN&gt;&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>Thu, 23 Apr 2026 09:42:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5156361#M15963</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2026-04-23T09:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do you apply dynamic RLS in OneLake Security</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5158981#M16025</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/841271"&gt;@Jaize&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Following up since we haven't heard back regarding our previous message. Have you had a chance to review the information above? Please let us know if you have any further questions.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Microsoft Fabric Community Support Team.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 06:39:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-do-you-apply-dynamic-RLS-in-OneLake-Security/m-p/5158981#M16025</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2026-04-27T06:39:20Z</dc:date>
    </item>
  </channel>
</rss>

