<?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: Creating a shortcut on a view in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5182169#M16211</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/782160"&gt;@Srisakthi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are you going to create views in Lakehouse(LA) and grant access to only specific users via Lakehouse(LB).&lt;/P&gt;&lt;P&gt;- Building the View in Lakehouse LA and moving the same logic to Lakehouse LB is one work around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am yet to&amp;nbsp;&lt;SPAN&gt;explore SQL level grant permission and will confirm if this works. Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2026 15:22:07 GMT</pubDate>
    <dc:creator>SivaReddy86421</dc:creator>
    <dc:date>2026-05-13T15:22:07Z</dc:date>
    <item>
      <title>Creating a shortcut on a view</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5182048#M16205</link>
      <description>&lt;P&gt;I’m currently working on rebuilding the views that we have in SQL. The base tables are already available in the Fabric Lakehouse (LA), and now I’m looking into options for recreating the views.&lt;/P&gt;&lt;P&gt;I have identified the following approaches and would like to clarify a few points:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Creating the views in the SQL Endpoint&lt;UL&gt;&lt;LI&gt;We cannot create shortcuts for these views for users working in another Lakehouse (LB).&lt;/LI&gt;&lt;LI&gt;These views also cannot be accessed through notebooks.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Creating Materialized Views&lt;UL&gt;&lt;LI&gt;This would create physical tables based on the views, and those tables can potentially be shortcutted.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Creating the Views in the Users Lakehouse LB.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;suggest if there is a better alternative?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Siva Reddy&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 11:55:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5182048#M16205</guid>
      <dc:creator>SivaReddy86421</dc:creator>
      <dc:date>2026-05-13T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shortcut on a view</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5182070#M16206</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1406192"&gt;@SivaReddy86421&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your are correct. We cannot create shortcut on views.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you elaborate the use of Views? Depending on the requirement we can decide whether to have materialised views or views in lakehouse(LB).&lt;/P&gt;
&lt;P&gt;Just want to highlight as per doc Materialised Views are not in South Central US region&lt;/P&gt;
&lt;P&gt;Materialized lake views aren't the right choice for every scenario. Consider alternatives when you have:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;One-time or rarely accessed queries&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that don't benefit from precomputed results&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Simple transformations&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that already run quickly without optimization&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Non-SQL logic&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;such as ML inference, API calls, or complex Python processing — use Spark notebooks instead&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;High-frequency streaming data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that requires sub-second updates — consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/overview" data-linktype="relative-path" target="_blank"&gt;Real-Time Intelligence&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;instead&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the above points consider materialised views. It requires refresh after data loading. In case of normal views there is no separate refresh required but it will compure the result everytime when it is accessed.&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>Wed, 13 May 2026 12:20:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5182070#M16206</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2026-05-13T12:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shortcut on a view</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5182096#M16207</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/782160"&gt;@Srisakthi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These views do not contain any complex logic, they are primarily simple joins between a couple of tables with selected fields. So, I don’t think materialized views are required for this use case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The idea of replicating these views in Fabric is mainly to store the view logic centrally within Fabric, so that users can reuse the same logic either through notebooks or via the SQL endpoint for analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More Details:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We have a Lakehouse (LA) where we land data from SQL and share shortcuts to users in Lakehouse (LB).&lt;/LI&gt;&lt;LI&gt;We are planning to replicate the views currently available in SQL into the Fabric Lakehouse (LA). The access to these will then be shared with users through Lakehouse (LB).&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 13 May 2026 13:21:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5182096#M16207</guid>
      <dc:creator>SivaReddy86421</dc:creator>
      <dc:date>2026-05-13T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shortcut on a view</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5182161#M16210</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1406192"&gt;@SivaReddy86421&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for clarifying it. You are correct as your views doesnt have complex logic/transformation no point in using materialised views.&lt;/P&gt;
&lt;P&gt;So are you going to create views in Lakehouse(LA) and grant access to only specific users ?&lt;/P&gt;
&lt;P&gt;Have you explored SQL level grant permission?&amp;nbsp; May be this can help&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Srisakthi_0-1778684247811.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1348536i340BF0F309D022CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Srisakthi_0-1778684247811.png" alt="Srisakthi_0-1778684247811.png" /&gt;&lt;/span&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 14:59:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5182161#M16210</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2026-05-13T14:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shortcut on a view</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5182169#M16211</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/782160"&gt;@Srisakthi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are you going to create views in Lakehouse(LA) and grant access to only specific users via Lakehouse(LB).&lt;/P&gt;&lt;P&gt;- Building the View in Lakehouse LA and moving the same logic to Lakehouse LB is one work around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am yet to&amp;nbsp;&lt;SPAN&gt;explore SQL level grant permission and will confirm if this works. Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 15:22:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5182169#M16211</guid>
      <dc:creator>SivaReddy86421</dc:creator>
      <dc:date>2026-05-13T15:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shortcut on a view</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5183269#M16227</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1406192"&gt;@SivaReddy86421&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for providing the additional information. Based on your requirements, I would not suggest using materialized views, as your logic involves straightforward joins and column selections. Implementing materialized views would introduce unnecessary refresh and maintenance overhead without significant advantages.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;It is important to note that shortcuts in Fabric are only applicable to physical Lakehouse objects such as tables and files. Since views are logical objects, they cannot be shortcutted to another Lakehouse, making that approach unsuitable in this scenario.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If centralizing the logic in LA is your objective, I recommend creating the views in LA’s SQL endpoint and granting users access via SQL permissions. This approach ensures the logic remains consolidated and avoids duplicating views across multiple Lakehouses.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;For notebook access, users can connect to the SQL endpoint and query the views directly if access is infrequent. However, if frequent notebook access in LB is required, it would be more effective to create curated Delta tables from those joins, as physical tables can be shared using shortcuts.&lt;BR /&gt;&lt;BR /&gt;In summary, maintaining the views in LA and managing access through permissions is advisable unless frequent notebook access from LB is essential. Duplicating views across Lakehouses would result in unnecessary maintenance effort.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Here are the relevant Microsoft document for your scenario:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-shortcuts?utm_source" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-shortcuts?utm_source&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2026 06:06:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5183269#M16227</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2026-05-15T06:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shortcut on a view</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5184289#M16249</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1406192"&gt;@SivaReddy86421&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope the information provided has been useful. Please let me know if you need further clarification or would like to continue the discussion.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 05:11:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5184289#M16249</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2026-05-18T05:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shortcut on a view</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5184305#M16250</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1275237"&gt;@v-tejrama&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the Information. I need some help on the below&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If views are created in LA and SELECT permission is granted to a user from LB, how would the user access those views? Would providing SELECT permission alone be sufficient or would we also need to grant the user access to the LA Lakhouse.?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva Reddy&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 05:37:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5184305#M16250</guid>
      <dc:creator>SivaReddy86421</dc:creator>
      <dc:date>2026-05-18T05:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shortcut on a view</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5184565#M16261</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1406192"&gt;@SivaReddy86421&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your follow-up question, as this aspect of Fabric access can be complex.&lt;/P&gt;
&lt;P&gt;Granting SELECT permission on a view alone is not sufficient if the user does not already have access to the Lakehouse or its SQL analytics endpoint where the view resides. Since the view is located in LA, the user must first have access to LA’s SQL endpoint. After access is granted, you can use SQL permissions to limit their access to specific views rather than exposing all objects.&lt;/P&gt;
&lt;P&gt;To clarify, users from LB would connect directly to LA’s SQL endpoint to query the views. They would not access these views through shortcuts in LB, as shortcuts do not support logical objects such as views.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If users are required to work exclusively in LB and should not access LA, this method will not fully address your needs. In this case, the recommended approach is to persist the view output as physical Delta tables in LA and share these tables with LB using shortcuts.&lt;/P&gt;
&lt;P&gt;Ultimately, your decision should be based on your access model. If users can access LA’s SQL endpoint, maintaining views in LA is the preferred option. If users must stay within LB, creating physical tables is necessary, as views cannot currently be shared across Lakehouses using shortcuts.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;For further details, please refer to Microsoft’s documentation on SQL endpoint permissions and shortcut behavior:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/onelake/security/sql-analytics-endpoint-onelake-security?utm_source" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/onelake/security/sql-analytics-endpoint-onelake-security?utm_source&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-shortcuts?utm_source" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-shortcuts?utm_source&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 11:30:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5184565#M16261</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2026-05-18T11:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a shortcut on a view</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5186631#M16303</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1406192"&gt;@SivaReddy86421&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.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 04:18:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Creating-a-shortcut-on-a-view/m-p/5186631#M16303</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2026-05-21T04:18:27Z</dc:date>
    </item>
  </channel>
</rss>

