<?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: Seeking advice on structuring workspaces for centralized data &amp;amp; departmental self-service in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5006781#M15070</link>
    <description>&lt;P&gt;Hello again&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1527636"&gt;@ak-5537&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Separating the Fabric SQL Database and Lakehouses into a dedicated storage workspace is an effective strategy for enhancing lifecycle management and minimizing unnecessary rehydration when creating or removing feature workspaces. This approach is most successful when the storage workspace is managed as stable production infrastructure, with defined ownership, restricted write access, and a formal process for handling schema to avoid unintended effects on dependent development and reporting workspaces.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Feb 2026 07:43:03 GMT</pubDate>
    <dc:creator>v-tejrama</dc:creator>
    <dc:date>2026-02-12T07:43:03Z</dc:date>
    <item>
      <title>Seeking advice on structuring workspaces for centralized data &amp; departmental self-service</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/4990278#M14911</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We currently operate an MVP data platform designed around a medallion architecture. All processing runs in a single workspace and is orchestrated through a metadata-driven master pipeline. Operational metadata, monitoring, and watermarks are stored in a Fabric SQL database.&lt;/P&gt;&lt;P&gt;As we prepare the platform for production, I'd really appreciate advice on how best to organize the workspaces. The key requirements are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Centralized Gold layer&lt;/STRONG&gt;&lt;BR /&gt;The platform should produce centralized Gold tables that can be reused across departments.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Central ownership of semantic models and reports&lt;/STRONG&gt;&lt;BR /&gt;The data engineering team (2 people) will develop and own centralized semantic models and reports. Access to reports and models will likely need to be restricted by department, so that different business teams see different content.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Department-level reuse and self-service&lt;/STRONG&gt;&lt;BR /&gt;Departments should be able to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Reuse centralized semantic models to build their own reports&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Consume and reuse centrally managed reports&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Potentially publish and share reports within their own department in the future&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Our end users are not highly technical. Today, most of their work is done in Excel, but they are going through training. We want to give them enough freedom to experiment while still keeping the platform governed and manageable. Departments are relatively small, typically 8-10 users.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Currently, I'm considering a Hub-and-Spoke workspace model with three main workspace types: &lt;STRONG&gt;HUB&lt;/STRONG&gt;, &lt;STRONG&gt;REPORTING_HUB&lt;/STRONG&gt;, and &lt;STRONG&gt;SPOKE (per department)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="draft_workspace_design.png" style="width: 897px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1324131i68FD2807CE0D76EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="draft_workspace_design.png" alt="draft_workspace_design.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;HUB workspace&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Contains the core data platform (Bronze/Silver/Gold processing).&lt;/LI&gt;&lt;LI&gt;Has two main environments: &lt;STRONG&gt;TEST&lt;/STRONG&gt; and &lt;STRONG&gt;PROD&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Feature development is done in temporary &lt;STRONG&gt;FEATURE workspaces&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Responsible for producing centralized &lt;STRONG&gt;Gold tables&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Data access to Gold tables would be manages with OneLake security&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;REPORING_HUB workspace&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Contains:&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;A Lakehouse with shortcuts to the centralized Gold data&lt;/LI&gt;&lt;LI&gt;Centralized semantic models&lt;/LI&gt;&lt;LI&gt;Centrally managed reports&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Also split into &lt;STRONG&gt;TEST&lt;/STRONG&gt; and &lt;STRONG&gt;PROD&lt;/STRONG&gt;, with development done in temporary &lt;STRONG&gt;FEATURE workspaces&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Uses &lt;STRONG&gt;Org Apps&lt;/STRONG&gt; to distribute reports to relevant user groups, with access scoped by department&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;SPOKE workspaces(per department)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Each department has:&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;A Lakehouse with shortcuts to the centralized Gold data (relevant for the Department)&lt;/LI&gt;&lt;LI&gt;A shared &lt;STRONG&gt;DEV workspace&lt;/STRONG&gt; for experimentation and report development&lt;/LI&gt;&lt;LI&gt;A &lt;STRONG&gt;PROD workspace&lt;/STRONG&gt; for published departmental content&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Promotion from DEV to PROD is handled via Fabric deployment pipelines.&lt;/LI&gt;&lt;LI&gt;Business users are granted &lt;STRONG&gt;Build&lt;/STRONG&gt; permissions on centralized semantic models relevant to their role, allowing them to:&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Create their own reports on top of the centralized models&lt;/LI&gt;&lt;LI&gt;Copy and adapt centrally managed reports&lt;/LI&gt;&lt;LI&gt;(In the future) publish and share reports within their own department&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;1. Does the proposed Hub / Reporting Hub / Spoke workspace model align with good practices for a production data platform?&lt;/P&gt;&lt;P&gt;2. Am I missing anything important (for example around security, governance, scaling as more department are added, or deployment perspective)?&lt;BR /&gt;3. Are there any recommended improvements or adjustments to the workspace structure?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you in advance for your time and feedback!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 11:46:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/4990278#M14911</guid>
      <dc:creator>ak-5537</dc:creator>
      <dc:date>2026-02-02T11:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking advice on structuring workspaces for centralized data &amp; departmental self-service</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/4996105#M14966</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1527636"&gt;@ak-5537&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few suggestions and soltuions for the above approach:&lt;/P&gt;&lt;P&gt;1) Best-practice pattern for Gold-layer serving is to &lt;STRONG&gt;expose views&lt;/STRONG&gt; and grant access to views (not base tables), manage roles/groups, and keep security artifacts deployable—often via pipelines/Git.&lt;/P&gt;&lt;P&gt;2) If users are non-technical, it is recommended to give limited access to Gold tables and most users consume via semantic models/apps. Only PBI users should get the build permissions.&lt;/P&gt;&lt;P&gt;3) Users who has contributor access to reporting workspace automatically gets build permissions to semantic models.&lt;/P&gt;&lt;P&gt;4)&amp;nbsp;&lt;SPAN&gt;Since your users are not highly technical, you will want to avoid accidental data leakage and model misuse.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;Create Entra groups like&amp;nbsp; dept_finance_pbi_builders, dept_finance_pbi_consumers&lt;/LI&gt;&lt;LI&gt;Grant &lt;STRONG&gt;Build&lt;/STRONG&gt; only to the Builders group for the relevant centralized models&lt;/LI&gt;&lt;LI&gt;Everyone else consumes via app audiences (read-only experience)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ati&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Feb 2026 06:29:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/4996105#M14966</guid>
      <dc:creator>ati_puri</dc:creator>
      <dc:date>2026-02-05T06:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking advice on structuring workspaces for centralized data &amp; departmental self-service</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/4998756#M14988</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1527636"&gt;@ak-5537&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This design demonstrates thorough planning and consideration for both MVP and long term production needs. Centralizing Bronze, Silver, and Gold processing in one workspace establishes a strong foundation, streamlining ownership, support, and troubleshooting, while clearly separating data engineering from business data consumption.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Setting up a dedicated reporting workspace for semantic models and centrally managed reports is an effective approach. This structure supports efficient model management, RLS implementation, and access control, while enabling multiple departments to leverage the same trusted resources. Managing access through apps and security groups is a proven method, particularly as teams continue to build familiarity with Fabric and Power BI.&lt;/P&gt;
&lt;P&gt;Department-specific spoke workspaces, with a shared DEV environment for experimentation and a controlled PROD environment for publishing, provide users with learning opportunities without compromising platform stability. Utilizing shortcuts to Gold data, rather than duplicating it, enhances consistency and reduces potential issues.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;It is important to maintain strict permission controls. Leverage Entra ID security groups, restrict write access to core data and central models to the data team, and grant business users build access only where necessary. Applying RLS at the semantic layer will further support model flexibility and reusability.&lt;/P&gt;
&lt;P&gt;Overall, this architecture is well-positioned to scale as more departments are onboarded and should support a smooth transition from MVP to a robust production environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Tejaswi.&lt;BR /&gt;Community Support&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 06:15:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/4998756#M14988</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2026-02-06T06:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking advice on structuring workspaces for centralized data &amp; departmental self-service</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5000807#M15023</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1527636"&gt;@ak-5537&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to follow up and see if you had a chance to review the information shared. If you have any further questions or need additional assistance, feel free to reach out.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 04:54:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5000807#M15023</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2026-02-09T04:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking advice on structuring workspaces for centralized data &amp; departmental self-service</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5003865#M15044</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1275237"&gt;@v-tejrama&lt;/a&gt;, thank you for your feedback!&lt;BR /&gt;I'm considering separating the Fabric SQL Database and Lakehouses into a dedicated storage workspace. The goal is to optimize items lifecycle management and avoid rehydrating storage each time a new feature workspace is created.&lt;BR /&gt;&lt;SPAN&gt;I'd really appreciate your thoughts on whether you see any potential pitfalls or risks with this approach.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 13:18:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5003865#M15044</guid>
      <dc:creator>ak-5537</dc:creator>
      <dc:date>2026-02-10T13:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking advice on structuring workspaces for centralized data &amp; departmental self-service</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5006781#M15070</link>
      <description>&lt;P&gt;Hello again&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1527636"&gt;@ak-5537&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Separating the Fabric SQL Database and Lakehouses into a dedicated storage workspace is an effective strategy for enhancing lifecycle management and minimizing unnecessary rehydration when creating or removing feature workspaces. This approach is most successful when the storage workspace is managed as stable production infrastructure, with defined ownership, restricted write access, and a formal process for handling schema to avoid unintended effects on dependent development and reporting workspaces.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 07:43:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5006781#M15070</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2026-02-12T07:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking advice on structuring workspaces for centralized data &amp; departmental self-service</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5038672#M15115</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1527636"&gt;@ak-5537&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I wanted to follow up and see if you had a chance to review the information shared. If you have any further questions or need additional assistance, feel free to reach out.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 07:17:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5038672#M15115</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2026-02-16T07:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking advice on structuring workspaces for centralized data &amp; departmental self-service</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5039231#M15118</link>
      <description>&lt;P&gt;Fundamentally looks good to me. We are working on the similar approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few thoughts:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Domains can be used for departmental specific need.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;No need to create shortcut in the BI, create semantic model in your data workspace ie. HUB and reference that in the BI need for creating reports etc.&amp;nbsp; Semantic model cannot be created from shortcut tables that is a limitation in Fabric.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Trying to understand using sql database in Fabric for auditing purpose. We are facing some challenges calling sql database in spark notebook.&amp;nbsp; %%tsql still in preview - Are you able to use DML inside spark notebook.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Feb 2026 09:01:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5039231#M15118</guid>
      <dc:creator>BalajiL</dc:creator>
      <dc:date>2026-02-16T09:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking advice on structuring workspaces for centralized data &amp; departmental self-service</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5039235#M15119</link>
      <description>&lt;P&gt;Fundamentally looks good to me. We are working on the similar approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few thoughts:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Domains can be used for departmental specific need.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;No need to create shortcut in the BI, create semantic model in your data workspace ie. HUB and reference that in the BI need for creating reports etc.&amp;nbsp; Semantic model cannot be created from shortcut tables that is a limitation in Fabric.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Trying to understand using sql database in Fabric for auditing purpose. We are facing some challenges calling sql database in spark notebook.&amp;nbsp; %%tsql still in preview - Are you able to use DML inside spark notebook.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Feb 2026 09:01:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5039235#M15119</guid>
      <dc:creator>BalajiL</dc:creator>
      <dc:date>2026-02-16T09:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking advice on structuring workspaces for centralized data &amp; departmental self-service</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5039784#M15124</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/721084"&gt;@BalajiL&lt;/a&gt;&amp;nbsp;thank you for your feedback!&lt;/P&gt;&lt;P&gt;We call notebooks in a pipeline. In the notebooks, we define a JSON exit value. Then, using a Lookup activity that executes a stored procedure and passes parameters from the notebook’s exit value, we write the required values into the SQL database.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 10:56:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5039784#M15124</guid>
      <dc:creator>ak-5537</dc:creator>
      <dc:date>2026-02-16T10:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking advice on structuring workspaces for centralized data &amp; departmental self-service</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5039808#M15125</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1261793"&gt;@ati_puri&lt;/a&gt;&amp;nbsp;thank you for your feedback!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 10:59:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Seeking-advice-on-structuring-workspaces-for-centralized-data/m-p/5039808#M15125</guid>
      <dc:creator>ak-5537</dc:creator>
      <dc:date>2026-02-16T10:59:16Z</dc:date>
    </item>
  </channel>
</rss>

