<?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: Granular access to specific objects within the Warehouse does not work using Power Desktop in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4737487#M3290</link>
    <description>&lt;P&gt;Ho&amp;nbsp;v-lgarikapat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, I use the word OLS erroneously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our aim is to prevent that a power BI desktop user might access certain tables of the warehouse when implementing a new semantic model using the warehouse sql end point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We tried to do it exactly what do you mention (using&amp;nbsp;&lt;SPAN&gt;T-SQL GRANT/DENY statements for access control), but it seems not to work (see above screenshots).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any idea about it does not work as expected?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&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>Thu, 19 Jun 2025 11:16:26 GMT</pubDate>
    <dc:creator>alfBI</dc:creator>
    <dc:date>2025-06-19T11:16:26Z</dc:date>
    <item>
      <title>Granular access to specific objects within the Warehouse does not work using Power Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4736302#M3280</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a Warehouse where we want to restrict access to certain tables when users connect to its SQL End Point. We followed the steps described here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/share-warehouse-manage-permissions" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/data-warehouse/share-warehouse-manage-permissions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;first providing "Read" role to user on the Warehouse&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;and then assigning specific granular rights using T-SQL as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GRANT SELECT ON Star.COM.DimOBS TO [pbi-test@XXXX];&lt;BR /&gt;GO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following query confirm provided rights to user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when connecting to the WH SQL Endpoint thinks works as expected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;only the object with assigned rights is visible, but the problem appears when using the same account we use power BI Desktop and we connect to the Warehouse SQL Endpoint&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then surpreisingly all the tables of the WH are visible &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why using SQL Endpoint with PBI Desktop OLS (Object Level Security) does not apply? It's a limitation or a bug?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alfons&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 16:18:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4736302#M3280</guid>
      <dc:creator>alfBI</dc:creator>
      <dc:date>2025-06-18T16:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Granular access to specific objects within the Warehouse does not work using Power Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4737474#M3289</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="415601" data-lia-user-login="alfBI" class="lia-mention lia-mention-user"&gt;alfBI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;OLS is enforced within the semantic model in Power BI meaning it works when users interact with reports or datasets published to the Power BI Service. However, when you connect to a Warehouse SQL Endpoint using Power BI Desktop , you're bypassing the semantic model and directly querying the underlying data source&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Below are the few work arrounds&lt;/P&gt;
&lt;P&gt;If you need to enforce table-level restrictions when users connect via SQL Endpoint&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Continue using T-SQL GRANT/DENY statements for access control.&lt;/LI&gt;
&lt;LI&gt;Consider using Row-Level Security (RLS) or OLS within the semantic model for Power BI reports.&lt;/LI&gt;
&lt;LI&gt;If security is a major concern, you might explore private endpoints and network-level restrictions to limit SQL access paths.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-platform/Fabric-SQL-Analytics-Endpoint-to-Power-BI-Desktop-Security/m-p/4613650" target="_blank"&gt;Solved: Re: Fabric SQL Analytics Endpoint to Power BI Desk... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/security/service-admin-object-level-security?tabs=table" target="_blank"&gt;Object-Level Security (OLS) with Power BI - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/fundamentals/direct-lake-develop" target="_blank"&gt;Develop Direct Lake semantic models - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/RLS-OLS-role-effect-on-Co-Pilot-Q-amp-A/m-p/4335228" target="_blank"&gt;Solved: Re: RLS/OLS role effect on Co Pilot Q&amp;amp;A - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/Power-BI-Service-RLS-OLS-to-semantic-model/m-p/4377407" target="_blank"&gt;Solved: Power BI Service RLS/OLS to semantic model - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helped resolve your issue, please consider the &lt;STRONG&gt;Accepted Solution&lt;/STRONG&gt;. This not only acknowledges the support provided but also helps other community members find relevant solutions more easily.&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;BR /&gt;LakshmiNarayana&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 11:10:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4737474#M3289</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-06-19T11:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Granular access to specific objects within the Warehouse does not work using Power Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4737487#M3290</link>
      <description>&lt;P&gt;Ho&amp;nbsp;v-lgarikapat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, I use the word OLS erroneously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our aim is to prevent that a power BI desktop user might access certain tables of the warehouse when implementing a new semantic model using the warehouse sql end point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We tried to do it exactly what do you mention (using&amp;nbsp;&lt;SPAN&gt;T-SQL GRANT/DENY statements for access control), but it seems not to work (see above screenshots).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any idea about it does not work as expected?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&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>Thu, 19 Jun 2025 11:16:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4737487#M3290</guid>
      <dc:creator>alfBI</dc:creator>
      <dc:date>2025-06-19T11:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Granular access to specific objects within the Warehouse does not work using Power Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4738083#M3291</link>
      <description>&lt;P&gt;Please follow the below steps&amp;nbsp; :&lt;BR /&gt;&lt;BR /&gt;My source Warehouse :&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Share the warehoue with the user to grant him/her connect access by disabling all features:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then login to Warehouse and execute the below queries :&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;GRANT&lt;/SPAN&gt; &lt;SPAN&gt;SELECT&lt;/SPAN&gt; &lt;SPAN&gt;ON&lt;/SPAN&gt;&amp;nbsp;&amp;lt;&amp;lt;TableNme&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;TO&lt;/SPAN&gt;&lt;SPAN&gt; [&amp;lt;&amp;lt;user@domain.com&amp;gt;&amp;gt;];&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Post that only specific objects are visible:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Jun 2025 02:26:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4738083#M3291</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2025-06-20T02:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Granular access to specific objects within the Warehouse does not work using Power Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4738561#M3294</link>
      <description>&lt;P data-start="428" data-end="479"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="415601" data-lia-user-login="alfBI" class="lia-mention lia-mention-user"&gt;alfBI&lt;/a&gt;&amp;nbsp;,&lt;BR data-start="438" data-end="441" /&gt;Thank you for your follow-up question.&lt;/P&gt;
&lt;P data-start="481" data-end="542"&gt;&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;,&lt;BR data-start="494" data-end="497" /&gt;Appreciate your prompt and detailed response.&lt;/P&gt;
&lt;P data-start="544" data-end="707"&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="415601" data-lia-user-login="alfBI" class="lia-mention lia-mention-user"&gt;alfBI&lt;/a&gt;&amp;nbsp;when you get a chance, could you please try the solution shared by &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 outlines a clear step-by-step approach that may help resolve the issue.&lt;/P&gt;
&lt;P data-start="709" data-end="828"&gt;If you continue to experience any difficulties, please don’t hesitate to reach out. We're happy to support you further.&lt;/P&gt;
&lt;P data-start="830" data-end="863"&gt;Looking forward to your feedback.&lt;/P&gt;
&lt;P data-start="830" data-end="863"&gt;Reference:&lt;/P&gt;
&lt;P data-start="830" data-end="863"&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 data-start="865" data-end="896"&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR data-start="878" data-end="881" /&gt;&lt;STRONG&gt;LakshmiNarayana&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 10:22:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4738561#M3294</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-06-20T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Granular access to specific objects within the Warehouse does not work using Power Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4740528#M3303</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="415601" data-lia-user-login="alfBI" class="lia-mention lia-mention-user"&gt;alfBI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;BR /&gt;LakshmiNarayana&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 10:19:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4740528#M3303</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-06-23T10:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Granular access to specific objects within the Warehouse does not work using Power Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4744985#M3329</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;It could be a caching issue. I had similar observation and I cleared permissions and re-authenticated. Then only Granted views are visible.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.reddit.com/r/MicrosoftFabric/comments/1lk7vwd/comment/mzsigj6/" target="_blank"&gt;https://www.reddit.com/r/MicrosoftFabric/comments/1lk7vwd/comment/mzsigj6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil Joy&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 11:50:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4744985#M3329</guid>
      <dc:creator>nikhiljoynj</dc:creator>
      <dc:date>2025-06-26T11:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Granular access to specific objects within the Warehouse does not work using Power Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4745521#M3332</link>
      <description>&lt;P data-pm-slice="1 1 []"&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="706316" data-lia-user-login="nikhiljoynj" class="lia-mention lia-mention-user"&gt;nikhiljoynj&lt;/a&gt;&amp;nbsp; Thank you for sharing the workaround and resolution&amp;nbsp; this is very helpful for other community members as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="415601" data-lia-user-login="alfBI" class="lia-mention lia-mention-user"&gt;alfBI&lt;/a&gt;&amp;nbsp; Did you have a chance to review the information provided by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="706316" data-lia-user-login="nikhiljoynj" class="lia-mention lia-mention-user"&gt;nikhiljoynj&lt;/a&gt;&amp;nbsp;? If so, please consider marking the most helpful reply as the Accepted Solution. Doing so helps others in the community find answers more efficiently when they encounter similar issues.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you’re still facing any challenges, feel free to let us know. We’re happy to assist further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Looking forward to your response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Lakshmi Narayana&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 07:20:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4745521#M3332</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-07-03T07:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Granular access to specific objects within the Warehouse does not work using Power Desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4748507#M3353</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="415601" data-lia-user-login="alfBI" class="lia-mention lia-mention-user"&gt;alfBI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we haven't heard back from you, we are closing this thread. If you are still experiencing the issue, please feel free to create a new thread we’ll be happy to assist you further.&lt;/P&gt;
&lt;P&gt;Thank you for your patience and support.&lt;/P&gt;
&lt;P&gt;If you found our response helpful, please mark it as&amp;nbsp;&lt;STRONG&gt;Accepted Solution&lt;/STRONG&gt;&amp;nbsp;so others with similar queries can find it easily.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lakshmi Narayana&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 12:36:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Granular-access-to-specific-objects-within-the-Warehouse-does/m-p/4748507#M3353</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-06-30T12:36:40Z</dc:date>
    </item>
  </channel>
</rss>

