<?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: Ownership Chaining in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5135579#M4357</link>
    <description>&lt;P&gt;That doesn't quite do the same thing, though. Column and row based security doesn't either. That seems like a very major thing to just no longer support, thus the question on whether it is being considered for inclusion.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Mar 2026 12:52:13 GMT</pubDate>
    <dc:creator>sthoward0914</dc:creator>
    <dc:date>2026-03-19T12:52:13Z</dc:date>
    <item>
      <title>Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5135112#M4352</link>
      <description>&lt;P&gt;Is Ownership Chaining not supported in Fabric Data Warehouse? If not, is there a plan to implement it?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 19:28:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5135112#M4352</guid>
      <dc:creator>sthoward0914</dc:creator>
      <dc:date>2026-03-18T19:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5135461#M4354</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1568021" data-lia-user-login="sthoward0914" class="lia-mention lia-mention-user"&gt;sthoward0914&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Fabric uses a deny-by-default, identity-based RBAC approach, requiring permissions to be explicitly granted for each object. Permissions are checked at query time based on the user's identity. Since access is enforced per object, users must have explicit permissions on the underlying tables, even when accessing data through views. This shows that Fabric does not use ownership-based permission.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/onelake/security/data-access-control-model" target="_blank"&gt;OneLake security access control model (preview) - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 09:36:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5135461#M4354</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-03-19T09:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5135579#M4357</link>
      <description>&lt;P&gt;That doesn't quite do the same thing, though. Column and row based security doesn't either. That seems like a very major thing to just no longer support, thus the question on whether it is being considered for inclusion.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 12:52:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5135579#M4357</guid>
      <dc:creator>sthoward0914</dc:creator>
      <dc:date>2026-03-19T12:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5135599#M4358</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1568021" data-lia-user-login="sthoward0914" class="lia-mention lia-mention-user"&gt;sthoward0914&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can you explain what you are expecting on Ownership chaining? Is it like from whom to whom the ownership changed over a period of time?&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, 19 Mar 2026 13:13:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5135599#M4358</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2026-03-19T13:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5135665#M4359</link>
      <description>&lt;P&gt;Sure. We've been able to do this in SQL Server, Azure SQL Database, and Synapse forever. It goes like this:&lt;BR /&gt;&lt;BR /&gt;I have user1. I deny select on table1 to user1. I create a view named view1 in the same schema that selects from table1 and grant select on view1 to user1. User1 cannot select from the underlying table, but can select from view1. This allows us to specify what from that table user1 can see and in what format.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 14:08:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5135665#M4359</guid>
      <dc:creator>sthoward0914</dc:creator>
      <dc:date>2026-03-19T14:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5137241#M4368</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1568021" data-lia-user-login="sthoward0914" class="lia-mention lia-mention-user"&gt;sthoward0914&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Your example demonstrates standard ownership chaining in SQL Server, where a user can access a view even without direct permissions on the underlying tables. In Microsoft Fabric, this approach is different due to its deny-by-default, identity-based RBAC model, which enforces permissions for each object at query time. Therefore, users must have explicit permissions on the underlying tables, and access to a view does not bypass these checks. This means the same abstraction pattern isn’t possible. At this time, there is no official documentation confirming support or plans for ownership chaining.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 04:43:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5137241#M4368</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-03-23T04:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5137973#M4384</link>
      <description>&lt;P&gt;Yes, but that just doesn't do the same thing. Nobody seems to be offering a solution to when we want to draw from an underlying table and shape the data differently for what we want users to be able to see. Ownership chaining isn't really a way to bypass security, but rather is a way to govern it that the current security model just simply does not do. It's not really related to "deny by default" either - it's just a missing feature.&lt;BR /&gt;&lt;BR /&gt;If you know a way to do what I'm saying using the current security implementation, then I'd love to learn it, but as it is, it's just something that is missing.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 01:26:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5137973#M4384</guid>
      <dc:creator>sthoward0914</dc:creator>
      <dc:date>2026-03-24T01:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5138240#M4387</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1568021" data-lia-user-login="sthoward0914" class="lia-mention lia-mention-user"&gt;sthoward0914&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Ownership chaining is not supported in Microsoft Fabric Data Warehouse, so the SQL Server pattern of denying access to a base table while granting access through a view will not work. In Fabric, permissions are always enforced on the underlying tables, even when accessed via a view. According to Microsoft’s recommended approach, you must grant users access to both the table and the view, and then control what they see by shaping the data in the view, along with applying Row-Level Security (RLS) to filter rows and Column-Level Security (CLS) to restrict specific columns. For more advanced governance, Microsoft recommends using a semantic model (Power BI layer) where users interact with curated data instead of directly querying tables.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 12:19:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5138240#M4387</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-03-24T12:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5140818#M4415</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1568021" data-lia-user-login="sthoward0914" class="lia-mention lia-mention-user"&gt;sthoward0914&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 05:48:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5140818#M4415</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-03-30T05:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5142768#M4429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1568021" data-lia-user-login="sthoward0914" class="lia-mention lia-mention-user"&gt;sthoward0914&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Checking in to see if your issue has been resolved. let us know if you still need any assistance.&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;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 04:08:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5142768#M4429</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-04-02T04:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5142779#M4430</link>
      <description>&lt;P&gt;Sorry, I'm on vacation with very spotty internet connectivity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can accomplish the task that way, yes, but is the solution Microsoft has offered the best solution? No. It's a lot of extra work in administration for reasons nobody seems to be able to explain. So it's a technically correct answer, but still suboptimal from an administrative perspective. So I got the answer, but an disappointed that is the answer.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 04:21:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5142779#M4430</guid>
      <dc:creator>sthoward0914</dc:creator>
      <dc:date>2026-04-02T04:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ownership Chaining</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5143942#M4434</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1568021" data-lia-user-login="sthoward0914" class="lia-mention lia-mention-user"&gt;sthoward0914&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Currently, this is a design limitation in Fabric Data Warehouse rather than a best practice, and it results in extra administrative work compared to traditional SQL Server methods. The approach recommended by Microsoft is the supported option for now. If this behavior affects your situation, you might consider posting about it in the Microsoft Fabric Ideas forum; if it receives enough votes, it could be addressed in future updates.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/idb-p/fbc_ideas" target="_blank"&gt;Fabric Ideas - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 05:29:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ownership-Chaining/m-p/5143942#M4434</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-04-06T05:29:00Z</dc:date>
    </item>
  </channel>
</rss>

