<?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: How to grant access for specific tables to e-mail address in Fabric Data Warehouse and Lakehouse in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4767238#M3436</link>
    <description>&lt;P&gt;Can I use this to grant select access to a onelake security role?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jul 2025 15:40:20 GMT</pubDate>
    <dc:creator>SeattlePowerBI</dc:creator>
    <dc:date>2025-07-17T15:40:20Z</dc:date>
    <item>
      <title>How to grant access for specific tables to e-mail address in Fabric Data Warehouse and Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4029898#M1204</link>
      <description>&lt;P&gt;How to grant access for specific tables to e-mail address in Fabric Data Warehouse and Lakehouse&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 09:52:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4029898#M1204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-08T09:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to grant access for specific tables to e-mail address in Fabric Data Warehouse and Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4030381#M1206</link>
      <description>&lt;P&gt;You can use Grant command to give access on specific tables in fabric warehouse:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/t-sql/statements/grant-transact-sql?view=fabric&amp;amp;preserve-view=true" target="_blank"&gt;https://learn.microsoft.com/en-us/sql/t-sql/statements/grant-transact-sql?view=fabric&amp;amp;preserve-view=true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for lakehouse, you can create a role:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 13:32:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4030381#M1206</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-07-08T13:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to grant access for specific tables to e-mail address in Fabric Data Warehouse and Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4031327#M1210</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your solution is great, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226550" data-lia-user-login="NandanHegde" class="lia-mention lia-mention-user"&gt;NandanHegde&lt;/a&gt;&amp;nbsp;. It worked like a charm!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Fabric Data Warehouse:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assign workspace roles:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Go to your workspace and click Manage Access.&lt;/LI&gt;
&lt;LI&gt;Click Add People or Groups.&lt;/LI&gt;
&lt;LI&gt;Enter the user's email address.&lt;/LI&gt;
&lt;LI&gt;Assign the appropriate role based on the level of access you want.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Grant granular permissions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Navigate to a specific table in your warehouse.&lt;/LI&gt;
&lt;LI&gt;Use SQL to set granular permissions for users. This can be done by assigning specific SQL permissions to a table or view.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information, please see:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/sql-granular-permissions" target="_blank"&gt;SQL granular permissions - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Lakehouse:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Share a Lakehouse:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Navigate to your workspace and select the ellipsis (...) next to the Lakehouse name.&lt;/LI&gt;
&lt;LI&gt;Select Share from the More Options menu.&lt;/LI&gt;
&lt;LI&gt;Enter the user's email address and select Grant.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Manage permissions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;To edit or remove permissions, go to the Lakehouse's direct access screen.&lt;/LI&gt;
&lt;LI&gt;You can add custom permissions or remove access permissions as needed.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Folder-level access control:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open Lakehouse and select Manage OneLake Data Access (Preview).&lt;/LI&gt;
&lt;LI&gt;Create a new role and assign it to a specific folder in the Lakehouse.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information, please see:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-sharing" target="_blank"&gt;Lakehouse sharing and permission management - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 01:47:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4031327#M1210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-09T01:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to grant access for specific tables to e-mail address in Fabric Data Warehouse and Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4031564#M1212</link>
      <description>&lt;P&gt;syntax to give permission on tables and schemas. Below works on both lakehouse and warehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;grant select on dbo.table_name to [myname@mail.com]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;GRANT select on schema :: schema_name to [myname@mail.com]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 03:29:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4031564#M1212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-09T03:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to grant access for specific tables to e-mail address in Fabric Data Warehouse and Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4318443#M2204</link>
      <description>&lt;P&gt;It might sound like a stupid question. I have given a user access to a table in Fabric warehouse via the grant command, but as this user doesn't have acess to the Fabric warehouse, how can he/she access the table? I tried the absf path and Power BI desktop - onelake hub, neither works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2024 11:42:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4318443#M2204</guid>
      <dc:creator>Jeanxyz</dc:creator>
      <dc:date>2024-12-08T11:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to grant access for specific tables to e-mail address in Fabric Data Warehouse and Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4767238#M3436</link>
      <description>&lt;P&gt;Can I use this to grant select access to a onelake security role?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 15:40:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-grant-access-for-specific-tables-to-e-mail-address-in/m-p/4767238#M3436</guid>
      <dc:creator>SeattlePowerBI</dc:creator>
      <dc:date>2025-07-17T15:40:20Z</dc:date>
    </item>
  </channel>
</rss>

