<?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: Data science roadmap in Data Science</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Science/Data-science-roadmap/m-p/5345468#M1450</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="752610" data-lia-user-login="powerbidev123" class="lia-mention lia-mention-user"&gt;powerbidev123&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community. and thanks to&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1270137" data-lia-user-login="ShivekMaharaj" class="lia-mention lia-mention-user"&gt;ShivekMaharaj&lt;/a&gt;&amp;nbsp;for sharing valuable insights.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&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.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Aug 2026 05:53:05 GMT</pubDate>
    <dc:creator>v-abhinavmu</dc:creator>
    <dc:date>2026-08-06T05:53:05Z</dc:date>
    <item>
      <title>Data science roadmap</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Data-science-roadmap/m-p/5335507#M1434</link>
      <description>&lt;P&gt;OneLake is often highlighted as one of the key capabilities of Microsoft Fabric, especially for centralizing and managing enterprise data. I'm interested in hearing from those who are using it in production environments.&lt;/P&gt;&lt;P&gt;For those with hands-on experience:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What challenges have you encountered while implementing or managing OneLake?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Have you experienced any performance or scalability issues as your data volumes increased?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How do you structure and organize data across workspaces, domains, or business units in a large enterprise?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;What governance, security, and access control practices have worked well for your organization?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there any lessons learned or best practices you wish you had known before adopting OneLake?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'd love to hear about real-world experiences, whether positive or challenging. Your insights could be incredibly valuable for others planning or expanding their Microsoft Fabric adoption.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2026 13:37:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Data-science-roadmap/m-p/5335507#M1434</guid>
      <dc:creator>powerbidev123</dc:creator>
      <dc:date>2026-08-02T13:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data science roadmap</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Data-science-roadmap/m-p/5335674#M1436</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="752610" data-lia-user-login="powerbidev123" class="lia-mention lia-mention-user"&gt;powerbidev123&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One lesson I would emphasise is that OneLake being logically unified does not mean the organisation should treat everything as one unrestricted data area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would structure the environment around clear business domains and use workspaces as the main operational and security boundaries. For example, Finance, Marketing and Customer Analytics could each have dedicated workspaces, with Fabric domains grouping related workspaces and allowing governance responsibilities to be distributed appropriately. Microsoft also recommends using dedicated workspaces for data domains and managing access, cost visibility and operational policies at the workspace level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some practical considerations I would plan for are:&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;&lt;U&gt;Avoid unnecessary duplication&lt;/U&gt;:&lt;/STRONG&gt;&amp;nbsp;OneLake shortcuts are useful when data already exists in another OneLake location, ADLS or supported external storage. They allow teams to access the same data through a unified namespace without creating another physical copy. However, shortcut ownership, credentials and downstream dependencies should still be documented carefully.&lt;/P&gt;&lt;P&gt;2. &lt;STRONG&gt;&lt;U&gt;Separate raw, curated and consumption layers&lt;/U&gt;:&lt;/STRONG&gt;&amp;nbsp;I would use a medallion-style structure:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Bronze for raw ingested data&lt;/LI&gt;&lt;LI&gt;Silver for validated and standardised data&lt;/LI&gt;&lt;LI&gt;Gold for business-ready data products&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Microsoft identifies the medallion lakehouse pattern as the recommended design approach for organising data in OneLake.&lt;/P&gt;&lt;P&gt;3. &lt;STRONG&gt;&lt;U&gt;Design security before onboarding users&lt;/U&gt;:&lt;/STRONG&gt;&amp;nbsp;Workspace roles alone can become too broad if they are used as the only access-control mechanism. I would apply least privilege, use security groups rather than assigning individuals repeatedly, and decide where access should be controlled at workspace, item, folder, table, row or column level. OneLake security roles now provide more granular control, but the complete permission path still needs to be tested because workspace and workload permissions can interact.&lt;/P&gt;&lt;P&gt;4. &lt;STRONG&gt;&lt;U&gt;Treat governance as an operating process&lt;/U&gt;:&lt;/STRONG&gt;&amp;nbsp;Naming standards, ownership, endorsement, sensitivity labels, lineage and data-product responsibilities should be defined before the estate becomes large. The OneLake Catalog can provide a central view of Fabric items, permissions and governance state, while Microsoft Purview can support broader discovery and governance requirements.&lt;/P&gt;&lt;P&gt;5. &lt;STRONG&gt;&lt;U&gt;Monitor capacity from the beginning&lt;/U&gt;:&lt;/STRONG&gt;&amp;nbsp;OneLake storage and data operations still affect cost and capacity consumption. I would monitor workspace-level consumption, throttling and workload peaks through the Fabric Capacity Metrics app rather than waiting until users report slow performance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A common mistake is to focus only on getting data into OneLake and postpone ownership, security and lifecycle decisions. It is much harder to introduce consistent governance after many teams have already created their own workspaces, lakehouses, shortcuts and permission patterns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My suggested starting point would be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Define the business domains and owners.&lt;/LI&gt;&lt;LI&gt;Establish workspace and naming standards.&lt;/LI&gt;&lt;LI&gt;Design the Bronze, Silver and Gold data-product flow.&lt;/LI&gt;&lt;LI&gt;Define access using groups and least privilege.&lt;/LI&gt;&lt;LI&gt;Create a shortcut and duplication policy.&lt;/LI&gt;&lt;LI&gt;Configure lineage, endorsement and governance monitoring.&lt;/LI&gt;&lt;LI&gt;Establish capacity and cost-monitoring responsibilities.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I would be interested to hear whether others have found workspace sprawl, permission complexity or capacity management to be the biggest challenge in their own implementations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2026 15:51:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Data-science-roadmap/m-p/5335674#M1436</guid>
      <dc:creator>ShivekMaharaj</dc:creator>
      <dc:date>2026-08-02T15:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data science roadmap</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Data-science-roadmap/m-p/5345468#M1450</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="752610" data-lia-user-login="powerbidev123" class="lia-mention lia-mention-user"&gt;powerbidev123&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community. and thanks to&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1270137" data-lia-user-login="ShivekMaharaj" class="lia-mention lia-mention-user"&gt;ShivekMaharaj&lt;/a&gt;&amp;nbsp;for sharing valuable insights.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&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.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2026 05:53:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Data-science-roadmap/m-p/5345468#M1450</guid>
      <dc:creator>v-abhinavmu</dc:creator>
      <dc:date>2026-08-06T05:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data science roadmap</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Data-science-roadmap/m-p/5359932#M1453</link>
      <description>&lt;P&gt;I can really invite you to check this link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/blog/fbc_fabricupdatesblogs/onelake-architectural-guidance-a-practical-blueprint-for-the-ai-era/5282667" target="_blank"&gt;OneLake architectural guidance: A practical blueprint for the AI Era | Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Read about the 5 patterns and read OneLake Architectural Guidance Whitepaper, it can help you to understand what to expect.&lt;/P&gt;&lt;P&gt;OneLake is a data lake with support for lakehouse and warehouse, my advice is that you have to expect managing data in the OneLake not only storing them as centralized data lake solution to strore data, but managing data depend on the size of the company, it's best practice to have administrator or someone tasked to manage the storage of the data for each team. Other key thing to consider is to design security of the OneLake since you don't have to allow data to be accessible by anyone.&lt;/P&gt;&lt;P&gt;Always keep an eye on this page to know which features will be released:&lt;/P&gt;&lt;P&gt;&lt;A href="https://roadmap.fabric.microsoft.com/?product=onelake" target="_blank"&gt;Microsoft Fabric Roadmap&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2026 17:42:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Data-science-roadmap/m-p/5359932#M1453</guid>
      <dc:creator>RachidBelouche</dc:creator>
      <dc:date>2026-08-18T17:42:28Z</dc:date>
    </item>
  </channel>
</rss>

