<?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: sql analytical endpoint cls in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-analytical-endpoint-cls/m-p/4042933#M3027</link>
    <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;: That make sense. Also another thing when we are setting up the CLS at lakehouse delta tables, will it work if I use direct lake connection for PBI reports or user has to use the import mode ?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2024 16:34:12 GMT</pubDate>
    <dc:creator>Navsharma</dc:creator>
    <dc:date>2024-07-15T16:34:12Z</dc:date>
    <item>
      <title>sql analytical endpoint cls</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-analytical-endpoint-cls/m-p/4040163#M3005</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am trying to implement the column level security to lakehouse tables using the SQL endpoint. I am using the command mentioned in microsoft learn as&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;GRANT&lt;/SPAN&gt; &lt;SPAN class=""&gt;SELECT&lt;/SPAN&gt; &lt;SPAN class=""&gt;ON&lt;/SPAN&gt; &lt;SPAN class=""&gt;YourSchema&lt;/SPAN&gt;.&lt;SPAN class=""&gt;YourTable&lt;/SPAN&gt; 
(Column1, Column2, Column3, Column4, Column5) 
TO [User01];&lt;/PRE&gt;&lt;P&gt;User01 has 'member' permission at the workspace level. To test the functionality, we are trying to access the columns that user doesn't have access through notebooks and sql endpoint but user01 is still able to access all the columns. Any idea what is wrong with this approach?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 16:48:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-analytical-endpoint-cls/m-p/4040163#M3005</guid>
      <dc:creator>Navsharma</dc:creator>
      <dc:date>2024-07-15T16:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: sql analytical endpoint cls</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-analytical-endpoint-cls/m-p/4041353#M3015</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/697947"&gt;@Navsharma&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;When the permission of workspace is Admin, Member, or Contributor, it will override the permission of column level security. This provides them access to all Items within the workspace.&lt;/P&gt;
&lt;P&gt;If they primarily require read only access, assign them to the Viewer role and grant read access on specific objects through T-SQL. For more information, see &lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/sql-granular-permissions" target="_self"&gt;Manage SQL granular permissions&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Other users, who only need access to an individual warehouse or require access to only specific SQL objects, should be given Fabric Item permissions and granted access through SQL to the specific objects.&lt;BR /&gt;You can manage permissions on Microsoft Entra ID (formerly Azure Active Directory) groups, as well, rather than adding each specific member.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ada Wang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;Accept it as the solution&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 05:19:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-analytical-endpoint-cls/m-p/4041353#M3015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-15T05:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: sql analytical endpoint cls</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-analytical-endpoint-cls/m-p/4042933#M3027</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;: That make sense. Also another thing when we are setting up the CLS at lakehouse delta tables, will it work if I use direct lake connection for PBI reports or user has to use the import mode ?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 16:34:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-analytical-endpoint-cls/m-p/4042933#M3027</guid>
      <dc:creator>Navsharma</dc:creator>
      <dc:date>2024-07-15T16:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: sql analytical endpoint cls</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-analytical-endpoint-cls/m-p/4066469#M3323</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/697947"&gt;@Navsharma&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Column-level security only applies to queries on a Warehouse or SQL analytics endpoint in Fabric.&lt;/FONT&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Power BI queries on a warehouse in Direct Lake mode will fall back to Direct Query mode to abide by column-level security.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ada Wang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;Accept it as the solution&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 07:46:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-analytical-endpoint-cls/m-p/4066469#M3323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-29T07:46:45Z</dc:date>
    </item>
  </channel>
</rss>

