<?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: Guidance on Securing Fabric Data Warehouse and Workspace Access in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Guidance-on-Securing-Fabric-Data-Warehouse-and-Workspace-Access/m-p/4781568#M3475</link>
    <description>&lt;P&gt;There is no need to grant viewer access at workspace level to grant read access on fabric warehouse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can grant access directly on fabric warehouse via Grant commands:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/sql-granular-permissions" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-warehouse/sql-granular-permissions&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jul 2025 14:45:33 GMT</pubDate>
    <dc:creator>NandanHegde</dc:creator>
    <dc:date>2025-07-30T14:45:33Z</dc:date>
    <item>
      <title>Guidance on Securing Fabric Data Warehouse and Workspace Access</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Guidance-on-Securing-Fabric-Data-Warehouse-and-Workspace-Access/m-p/4781557#M3474</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I'm seeking advice on how to securely configure access to a Microsoft Fabric Data Warehouse and its associated workspace.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Business Context:&lt;/STRONG&gt;&lt;BR /&gt;Business users with SQL and Power BI expertise would like to directly connect to the Fabric Data Warehouse for reporting and analysis.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Challenge:&lt;/STRONG&gt;&lt;BR /&gt;In our current Synapse setup, we manage access by creating SQL users through SSMS and assigning roles that provide limited access to specific schemas and tables.&lt;/P&gt;&lt;P&gt;However, in Fabric Data Warehouse, this approach doesn’t fully meet our needs. To enable access, we must grant both Read/ReadAll&amp;nbsp;&amp;nbsp;permissions at the Data Warehouse item level and Viewer permissions at the workspace level. This raises a concern: granting workspace-level access exposes users to other assets—such as pipelines and notebooks—which we prefer to keep restricted.&lt;/P&gt;&lt;P&gt;Our objective is to allow users to connect via SSMS, Power BI, or tools like Alteryx, with access limited strictly to authorized schemas and tables—without exposing other workspace artifacts.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Request:&lt;/STRONG&gt;&lt;BR /&gt;I’d appreciate any solutions, best practices, or recommendations to enforce more granular, secure access to the Fabric Data Warehouse without compromising the overall workspace security.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 14:34:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Guidance-on-Securing-Fabric-Data-Warehouse-and-Workspace-Access/m-p/4781557#M3474</guid>
      <dc:creator>Ayush05-gateway</dc:creator>
      <dc:date>2025-07-30T14:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Securing Fabric Data Warehouse and Workspace Access</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Guidance-on-Securing-Fabric-Data-Warehouse-and-Workspace-Access/m-p/4781568#M3475</link>
      <description>&lt;P&gt;There is no need to grant viewer access at workspace level to grant read access on fabric warehouse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can grant access directly on fabric warehouse via Grant commands:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/sql-granular-permissions" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-warehouse/sql-granular-permissions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 14:45:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Guidance-on-Securing-Fabric-Data-Warehouse-and-Workspace-Access/m-p/4781568#M3475</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2025-07-30T14:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Securing Fabric Data Warehouse and Workspace Access</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Guidance-on-Securing-Fabric-Data-Warehouse-and-Workspace-Access/m-p/4781610#M3476</link>
      <description>&lt;P&gt;Hi Nandan, thanks for your quick reply. Grant was provided but it did not help. Below were the commands executed, might help to find the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GRANT select ON SCHEMA::GWODS TO db_PowerUser;&lt;BR /&gt;EXEC sp_addrolemember 'db_PowerUser', '&amp;lt;MS Entra AD Group&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where&amp;nbsp;db_PowerUser is DB role and&amp;nbsp;MS Entra AD Group is group created to manage users that need such access.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 15:19:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Guidance-on-Securing-Fabric-Data-Warehouse-and-Workspace-Access/m-p/4781610#M3476</guid>
      <dc:creator>Ayush05-gateway</dc:creator>
      <dc:date>2025-07-30T15:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Securing Fabric Data Warehouse and Workspace Access</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Guidance-on-Securing-Fabric-Data-Warehouse-and-Workspace-Access/m-p/4781625#M3477</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;via manage permission, add the group at warehouse by deselecting all permissions and then execute the Grant select query.&lt;BR /&gt;&lt;BR /&gt;The manage permission would give connect rights on the warehouse&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 15:33:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Guidance-on-Securing-Fabric-Data-Warehouse-and-Workspace-Access/m-p/4781625#M3477</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2025-07-30T15:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Securing Fabric Data Warehouse and Workspace Access</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Guidance-on-Securing-Fabric-Data-Warehouse-and-Workspace-Access/m-p/4781731#M3478</link>
      <description>&lt;P&gt;Thanks Nandan. it works now. Issue probably was with role which did not work. GRanting direct perms at AD level works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 17:05:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Guidance-on-Securing-Fabric-Data-Warehouse-and-Workspace-Access/m-p/4781731#M3478</guid>
      <dc:creator>Ayush05-gateway</dc:creator>
      <dc:date>2025-07-30T17:05:00Z</dc:date>
    </item>
  </channel>
</rss>

