<?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>Data Science topics</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Science/bd-p/ac_datascience</link>
    <description>Data Science topics</description>
    <pubDate>Fri, 18 Sep 2026 15:46:05 GMT</pubDate>
    <dc:creator>ac_datascience</dc:creator>
    <dc:date>2026-09-18T15:46:05Z</dc:date>
    <item>
      <title>FABRIC REST API Connections - Create Connection</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/FABRIC-REST-API-Connections-Create-Connection/m-p/5367317#M1472</link>
      <description>&lt;P&gt;Does anyone know how to run this API via a PowerShell script to create a SQL Server cloud connection for a semantic model using Service Principal authentication?&lt;/P&gt;&lt;P&gt;Here's what I have so far:&lt;/P&gt;&lt;P&gt;Invoke-PowerBIRestMethod -Url "https://api.fabric.microsoft.com/v1/connections" -Method Post -Body $body&lt;/P&gt;&lt;P&gt;But I don't understand how to construct the body&lt;/P&gt;&lt;P&gt;Thanks in Advance,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Charline&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2026 14:29:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/FABRIC-REST-API-Connections-Create-Connection/m-p/5367317#M1472</guid>
      <dc:creator>Charline_74</dc:creator>
      <dc:date>2026-09-16T14:29:45Z</dc:date>
    </item>
    <item>
      <title>Certificate validation error between Fabric and Huggingface</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Certificate-validation-error-between-Fabric-and-Huggingface/m-p/5361653#M1460</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm tyring to download a couple of transformer/sentence-transformer model weights into a notebook and I keep running into certificate mismatch issues between fabric and huggingface. I was wondering if anyone else has ran into this issue or if this is a known issue that Microsoft plans on handling in the very near future?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Environment&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Microsoft Fabric Notebook (PySpark)&lt;/P&gt;&lt;P&gt;Python 3.11&lt;/P&gt;&lt;P&gt;PyTorch 2.2.1&lt;/P&gt;&lt;P&gt;Canada tenant&lt;/P&gt;&lt;P&gt;sentence-transformers==2.7.0 successfully installed&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;What works&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Package installation succeeds&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%pip install sentence-transformers==2.7.0&lt;/LI-CODE&gt;&lt;P&gt;Import succeeds&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from sentence_transformers import SentenceTransformer&lt;/LI-CODE&gt;&lt;P&gt;version check succeeds&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import torch import sentence_transformers print(torch.__version__) print(sentence_transformers.__version__)&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;What fails&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from sentence_transformers import SentenceTransformer model = SentenceTransformer("all-MiniLM-L6-v2")&lt;/LI-CODE&gt;&lt;P&gt;Or&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Observations&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;The notebook appears able to reach Hugging Face and download metadata files. For example, the following files are successfully cached:&lt;/P&gt;&lt;LI-CODE lang=""&gt;config.json  config_sentence_transformers.json modules.json README.md sentence_bert_config.json&lt;/LI-CODE&gt;&lt;P&gt;However, the model weight file never downloads. The Hugging Face cache contains &lt;EM&gt;*.incomplete&lt;/EM&gt; with a file size of 0 MB.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Error&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;The relevant error message appears to be&lt;/P&gt;&lt;PRE&gt;"No CA certificates were loaded from the system"&lt;/PRE&gt;&lt;P&gt;Is downloading Hugging Face model weights from Fabric notebooks currently supported? If so, is there a known issue with certificate validation? Is there a recommended workaround?&lt;/P&gt;&lt;P&gt;If not. then is there a recommended approach for generating semantic text embeddings within Fabric notebooks utilizing some kind of ANN based algorithm instead of classic techniques such as TF-IDF or SVD followed by some type of clustering?&lt;/P&gt;&lt;P&gt;The goal of this notebook is semantic clustering of approximately 500 short "type" descriptions for taxonomy development.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 17:25:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Certificate-validation-error-between-Fabric-and-Huggingface/m-p/5361653#M1460</guid>
      <dc:creator>pborah</dc:creator>
      <dc:date>2026-08-26T17:25:07Z</dc:date>
    </item>
    <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>PBI to data science</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/PBI-to-data-science/m-p/5335493#M1433</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A sales forecasting model is built in Python. How would you present the results in Power BI?&lt;/LI&gt;&lt;LI&gt;A fraud detection model produces a fraud probability score. How would you design a dashboard for business users?&lt;/LI&gt;&lt;LI&gt;Customer churn predictions are generated daily. How would you create an executive dashboard?&lt;/LI&gt;&lt;LI&gt;How would you visualize SHAP values or feature importance in Power BI?&lt;/LI&gt;&lt;LI&gt;A model's accuracy drops from 92% to 80%. How would you build a dashboard to help investigate the issue?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2026 13:29:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/PBI-to-data-science/m-p/5335493#M1433</guid>
      <dc:creator>powerbidev123</dc:creator>
      <dc:date>2026-08-02T13:29:18Z</dc:date>
    </item>
    <item>
      <title>Fabric Data Agent published to M365 has lost conversational context since yesterday</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Agent-published-to-M365-has-lost-conversational/m-p/5325201#M1419</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I’m experiencing a strange issue with a Fabric Data Agent that has been published to Microsoft 365.&lt;/P&gt;&lt;P&gt;The agent continues to work correctly when accessed directly from Fabric. However, when using the same agent through Microsoft 365, it appears to have lost its ability to maintain conversational context and follow-up questions.&lt;/P&gt;&lt;P&gt;Up until Friday, everything was working as expected, and I have not made any changes to the agent configuration, semantic model, capacity, permissions, or data sources.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;User:&lt;/STRONG&gt; Give me the payments for July.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Agent:&lt;/STRONG&gt; &lt;EM&gt;(Returns the correct results.)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;User:&lt;/STRONG&gt; Give me the payments for June as well.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Agent:&lt;/STRONG&gt; "What would you like me to provide?"&lt;/P&gt;&lt;P&gt;Previously, the agent correctly understood that the follow-up question referred to payments and would return the requested information. Now it seems unable to retain context between messages.&lt;/P&gt;&lt;P&gt;The issue only occurs in the Microsoft 365 published version of the agent. The same agent continues to behave correctly inside Fabric.&lt;/P&gt;&lt;P&gt;Has anyone else noticed a similar degradation in conversational context retention or follow-up question handling during the last couple of days?&lt;/P&gt;&lt;P&gt;Any feedback would be appreciated.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Jul 2026 11:31:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Agent-published-to-M365-has-lost-conversational/m-p/5325201#M1419</guid>
      <dc:creator>John_DataYoda</dc:creator>
      <dc:date>2026-07-28T11:31:20Z</dc:date>
    </item>
    <item>
      <title>Data Science tutorial on github with the Bank Churn Dataset is using a link that responds with 404</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Data-Science-tutorial-on-github-with-the-Bank-Churn-Dataset-is/m-p/5325041#M1418</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's just as the subject says. I tried to ingest the dataset into my lakehouse to work on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code ran and printed '&lt;STRONG&gt;the files have been downloaded'.&lt;/STRONG&gt; I kept refreshing and didn't see any files, so I checked the link using the requests library if the link responds with anything, I got&amp;nbsp;&lt;SPAN&gt;&amp;lt;Response [404]&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Just letting people in the community know to save them some time. Hope this is resolved soon as it is in the official Microsoft Documentation &lt;A href="https://learn.microsoft.com/en-us/fabric/data-science/tutorial-data-science-ingest-data" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2026 10:24:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Data-Science-tutorial-on-github-with-the-Bank-Churn-Dataset-is/m-p/5325041#M1418</guid>
      <dc:creator>curiouskay</dc:creator>
      <dc:date>2026-07-28T10:24:28Z</dc:date>
    </item>
    <item>
      <title>Getting Started with Machine Learning in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Getting-Started-with-Machine-Learning-in-Microsoft-Fabric/m-p/5319723#M1408</link>
      <description>&lt;P&gt;Getting Started with Machine Learning in Microsoft Fabric&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Fabric brings data engineering, data science, and analytics together in one unified platform, making it easier to build and manage machine learning solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Fabric, you can: &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Prepare and transform data efficiently&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Build and train ML models using notebooks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Track experiments and compare model performance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Deploy models for real-world predictions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Collaborate with your team in a single workspace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Machine learning isn't just about creating accurate models—it's about turning data into actionable insights that drive better decisi&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2026 13:06:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Getting-Started-with-Machine-Learning-in-Microsoft-Fabric/m-p/5319723#M1408</guid>
      <dc:creator>tanziyaashaq</dc:creator>
      <dc:date>2026-07-25T13:06:59Z</dc:date>
    </item>
    <item>
      <title>Starting Data Science journey with Python - What is the next step after lists?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Starting-Data-Science-journey-with-Python-What-is-the-next-step/m-p/5319483#M1407</link>
      <description>&lt;P&gt;Hello everyone!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a beginner starting my journey in Data Science. I have recently learned the basics of Python, including lists.&lt;/P&gt;&lt;P&gt;Could anyone guide me on what I should learn next in Python for Data Science? Also, as a beginner, what is the best way to practice using Microsoft Fabric for Data Science?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2026 08:39:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Starting-Data-Science-journey-with-Python-What-is-the-next-step/m-p/5319483#M1407</guid>
      <dc:creator>Surhan</dc:creator>
      <dc:date>2026-07-25T08:39:43Z</dc:date>
    </item>
    <item>
      <title>Data science</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Data-science/m-p/5316874#M1403</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I am a student from India&amp;nbsp; interested in data science and cloud. I am new to Microsoft Fabric and want guidance on how to start learning data science with Fabric. Please suggest beginner‑friendly videos, documentation, and small project ideas. Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 16:46:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Data-science/m-p/5316874#M1403</guid>
      <dc:creator>pinkuk</dc:creator>
      <dc:date>2026-07-23T16:46:48Z</dc:date>
    </item>
    <item>
      <title>What the difference between lake house and warehouse in fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/What-the-difference-between-lake-house-and-warehouse-in-fabric/m-p/5311323#M1394</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to Microsoft Fabric.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please explain in simple words the difference between Lakehouse and Warehouse?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When should we use Lakehouse and when should we use Warehouse?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 16:22:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/What-the-difference-between-lake-house-and-warehouse-in-fabric/m-p/5311323#M1394</guid>
      <dc:creator>Areeshabaloch7</dc:creator>
      <dc:date>2026-07-21T16:22:23Z</dc:date>
    </item>
    <item>
      <title>Best Practices for Organizing Lakehouses in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Best-Practices-for-Organizing-Lakehouses-in-Microsoft-Fabric/m-p/5306470#M1358</link>
      <description>&lt;P&gt;As organizations adopt Microsoft Fabric across multiple business units, I've noticed that designing an effective Lakehouse structure becomes increasingly important for scalability, governance, and collaboration.&lt;/P&gt;&lt;P&gt;Some organizations appear to create a separate Lakehouse for each business domain, while others prefer a centralized approach with shared datasets and controlled access.&lt;/P&gt;&lt;P&gt;I'm interested in understanding the approaches that have worked well in production environments.&lt;/P&gt;&lt;P&gt;Some areas I'd like to learn more about are:&lt;/P&gt;&lt;P&gt;How do you decide when to create a new Lakehouse versus extending an existing one?&lt;BR /&gt;What folder and table organization strategies have proven effective as data volumes grow?&lt;BR /&gt;How do you balance data sharing with security and governance across different teams?&lt;BR /&gt;Are OneLake Shortcuts commonly used to reduce duplication between Lakehouses?&lt;BR /&gt;What naming conventions or architectural standards have helped simplify long-term maintenance?&lt;/P&gt;&lt;P&gt;I'd appreciate hearing about real-world experiences, lessons learned, and best practices from organizations running Microsoft Fabric at enterprise scale.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2026 14:33:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Best-Practices-for-Organizing-Lakehouses-in-Microsoft-Fabric/m-p/5306470#M1358</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-19T14:33:54Z</dc:date>
    </item>
    <item>
      <title>ML Deployment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/ML-Deployment/m-p/5301534#M1336</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm learning how organizations move machine learning models from experimentation to production using Microsoft Fabric.&lt;/P&gt;&lt;P&gt;For those working in production environments:&lt;/P&gt;&lt;P&gt;How do you deploy models?&lt;BR /&gt;How do you monitor model performance?&lt;BR /&gt;How do you manage retraining?&lt;BR /&gt;Which Fabric services do you use throughout the ML lifecycle?&lt;/P&gt;&lt;P&gt;I'd appreciate hearing about your architecture and best practices.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 04:04:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/ML-Deployment/m-p/5301534#M1336</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-17T04:04:28Z</dc:date>
    </item>
    <item>
      <title>Hidden Features</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Hidden-Features/m-p/5299108#M1321</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Sometimes the most valuable features of a platform are the ones that don't receive much attention.&lt;/P&gt;&lt;P&gt;In Microsoft Fabric, are there any features, capabilities, or workflows that you believe are underrated but have significantly improved your productivity?&lt;/P&gt;&lt;P&gt;It could be something related to notebooks, pipelines, shortcuts, monitoring, governance, Power BI integration, or any other part of Fabric.&lt;/P&gt;&lt;P&gt;I'd love to discover features that experienced users rely on but aren't discussed very often.&lt;/P&gt;&lt;P&gt;Thanks in advance for sharing your recommendations.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 06:39:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Hidden-Features/m-p/5299108#M1321</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-16T06:39:14Z</dc:date>
    </item>
    <item>
      <title>Production Lessons</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Production-Lessons/m-p/5299106#M1320</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Documentation often explains how features work, but production environments usually reveal unexpected challenges.&lt;/P&gt;&lt;P&gt;For those who have deployed Microsoft Fabric in production:&lt;/P&gt;&lt;P&gt;What was the biggest lesson you learned after go-live that you wish you had known earlier?&lt;/P&gt;&lt;P&gt;Whether it relates to architecture, governance, performance, security, collaboration, or cost optimization, I'd really appreciate hearing your experience.&lt;/P&gt;&lt;P&gt;Your insights could help many learners avoid common mistakes.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 06:38:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Production-Lessons/m-p/5299106#M1320</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-16T06:38:40Z</dc:date>
    </item>
    <item>
      <title>Real-Time Analytics</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Real-Time-Analytics/m-p/5299105#M1319</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Microsoft Fabric provides several capabilities for real-time analytics, but I'm curious about how organizations are actually using them.&lt;/P&gt;&lt;P&gt;If you've implemented real-time solutions:&lt;/P&gt;&lt;P&gt;Which business scenarios benefited the most?&lt;BR /&gt;Which Fabric components do you use most frequently?&lt;BR /&gt;What challenges did you encounter while processing streaming data?&lt;BR /&gt;How do you balance latency, scalability, and cost?&lt;/P&gt;&lt;P&gt;I'd love to hear examples from real-world implementations.&lt;/P&gt;&lt;P&gt;Thanks for sharing your experience!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 06:38:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Real-Time-Analytics/m-p/5299105#M1319</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-16T06:38:07Z</dc:date>
    </item>
    <item>
      <title>Data Quality</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Data-Quality/m-p/5299104#M1318</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;One challenge I keep thinking about is maintaining high data quality across enterprise data platforms.&lt;/P&gt;&lt;P&gt;For those working with Microsoft Fabric:&lt;/P&gt;&lt;P&gt;How do you validate incoming data?&lt;BR /&gt;Do you automate quality checks within pipelines?&lt;BR /&gt;Which tools or techniques have proven most effective?&lt;BR /&gt;How do you handle unexpected schema changes or invalid records?&lt;/P&gt;&lt;P&gt;I'm interested in learning about practical strategies that have worked well in production environments.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 06:37:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Data-Quality/m-p/5299104#M1318</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-16T06:37:30Z</dc:date>
    </item>
    <item>
      <title>Git Workflow</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Git-Workflow/m-p/5299101#M1317</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Version control is essential for collaborative analytics projects.&lt;/P&gt;&lt;P&gt;For teams using Git with Microsoft Fabric:&lt;/P&gt;&lt;P&gt;How do you organize repositories?&lt;BR /&gt;How do you manage branching strategies?&lt;BR /&gt;Have you integrated Fabric with CI/CD pipelines?&lt;BR /&gt;What challenges did you face when multiple developers worked on the same project?&lt;/P&gt;&lt;P&gt;I'd appreciate hearing how your development workflow has evolved over time.&lt;/P&gt;&lt;P&gt;Looking forward to your recommendations.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 06:36:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Git-Workflow/m-p/5299101#M1317</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-16T06:36:58Z</dc:date>
    </item>
    <item>
      <title>Semantic Models</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Semantic-Models/m-p/5299098#M1316</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;As Microsoft Fabric projects become larger, managing semantic models efficiently becomes increasingly important.&lt;/P&gt;&lt;P&gt;I'd like to know how experienced teams approach semantic model design.&lt;/P&gt;&lt;P&gt;Do you create one centralized model for the organization, or multiple domain-specific models? How do you balance performance, maintainability, and business requirements?&lt;/P&gt;&lt;P&gt;Any design recommendations or lessons learned would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 06:36:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Semantic-Models/m-p/5299098#M1316</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-16T06:36:14Z</dc:date>
    </item>
    <item>
      <title>Direct Lake</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Direct-Lake/m-p/5299094#M1315</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Direct Lake is often described as one of Microsoft's most significant innovations for Power BI and Fabric.&lt;/P&gt;&lt;P&gt;For those using Direct Lake in production:&lt;/P&gt;&lt;P&gt;How has it performed compared to Import mode or DirectQuery?&lt;BR /&gt;Have you encountered any limitations or scenarios where Direct Lake wasn't the best choice?&lt;BR /&gt;What best practices would you recommend before implementing it?&lt;/P&gt;&lt;P&gt;I'd love to hear about your real-world experiences rather than benchmark results.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 06:35:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Direct-Lake/m-p/5299094#M1315</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-16T06:35:39Z</dc:date>
    </item>
    <item>
      <title>Fabric Capacity</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Capacity/m-p/5299092#M1314</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Capacity planning seems to be one of the most important aspects of successfully running Microsoft Fabric in production.&lt;/P&gt;&lt;P&gt;For those managing enterprise environments:&lt;/P&gt;&lt;P&gt;How do you estimate the right Fabric capacity before deployment?&lt;BR /&gt;Have you ever underestimated or overestimated your capacity needs?&lt;BR /&gt;Which workloads consume the most resources in your environment?&lt;BR /&gt;What monitoring practices help you avoid performance issues?&lt;/P&gt;&lt;P&gt;I'd appreciate any practical advice or lessons learned.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 06:34:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Capacity/m-p/5299092#M1314</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-16T06:34:54Z</dc:date>
    </item>
  </channel>
</rss>

