<?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>Real-Time Intelligence Community Blog articles</title>
    <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/bg-p/rti_comm_blogs</link>
    <description>Real-Time Intelligence Community Blog articles</description>
    <pubDate>Mon, 21 Sep 2026 00:09:39 GMT</pubDate>
    <dc:creator>rti_comm_blogs</dc:creator>
    <dc:date>2026-09-21T00:09:39Z</dc:date>
    <item>
      <title>Global Aircraft✈️ Live Tracking with Microsoft Fabric Real-Time Intelligence</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Global-Aircraft-%EF%B8%8F-Live-Tracking-with-Microsoft-Fabric-Real-Time/ba-p/5365471</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-21"&gt;In this blog, I’ll walk you through, build a real-time global flight tracking system. We will ingest live flight data from the public OpenSky Network API using a Python polling script, stream it through Microsoft Fabric Eventstream into an Eventhouse (KQL Database), transform the dense raw arrays using KQL update policies and visualize the results on a Real-Time Dashboard complete with maps, KPIs and analytical charts.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Prerequisites:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Valid Fabric Capacity / Trail License&lt;/LI&gt;
&lt;LI&gt;Knowledge on Python&lt;/LI&gt;
&lt;LI&gt;Knowledge on KQL&lt;/LI&gt;
&lt;/OL&gt;
&lt;H4&gt;&lt;STRONG&gt;Step1: Setup Workspace &amp;amp; Eventhouse (KQL Database)&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-21"&gt;Created a workspace “FlightTracking-[WS]”&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Created an eventhouse “FLightTracking-EH”&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a raw ingestion table “RawFlightbatc” in KQL Databse&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 2: &amp;nbsp;Setup a Fabric Eventstream&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Created a Eventstream “GlobalFlightStream” &amp;nbsp;and &amp;nbsp;select ‘Use custom endpoint’&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Click ‘Add’&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Click on ‘Publish’&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Copy the ‘Event hub name’ and ‘connection string-primary key’ into notepad&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 3: Notebook Creation and Setup Python script&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Created a notebook. Make sure select Python&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Install azure eventhub package&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Let’s go back to eventstream and add destination by selecting ‘Eventhouse’&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Configure all details and click on save&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Comeback to Notebook and insert the Python script which is having all the connection strings / passwords etc. Run the notebook&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Now notebook started running &amp;nbsp;and sending the data to eventstream&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Data is loaded into eventstream and Click on Publish&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Now eventstream is ‘Live’&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data is loading into KQL Database&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 4: Regularizing Data with KQL &amp;amp; Update Policies&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Create a cleaned table “FlightStates”&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Create the parsing function and update policy&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Alter table with updated policy&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 5: Building Real-Time Dashboard&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Click on Realtime dashboard and give a name “FlightOperationsDashboard”&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Now click on edit&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Run the below code to get total active flights count&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Change the chart to Stat and rename, click on Apply&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;KPI added and click on Add visual and take new Stat visual&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Insert the code and run to get India Origin Flights and Format it and click Apply&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;In the same way, I built other KPIs&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Select Map Chart&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Run the below code and Fill all details and Click on Apply. Here we’re calculating Flights trend&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;We can see chart added to Dashboard&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Select a Bar chart&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Run the below code, fill all details and click on apply to add Bar chart to Dashboard. Here we’re getting the top 10 countries by aircrafts&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Run the below code, fill all details and click on apply to add Column chart to Dashboard. Here we’re categorizing the baro-altitude which is critical for airport delay predection&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Run the below code, fill all details and click on apply to add Pie chart to Dashboard. It splits the&amp;nbsp; aircraft parked versus those actively flying&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Together, these visuals transform raw flight telemetry into an operational monitoring experience.&lt;/P&gt;
&lt;img /&gt;&lt;img /&gt;
&lt;H5&gt;&lt;STRONG&gt;Key takeaways:&lt;/STRONG&gt;&lt;/H5&gt;
&lt;UL&gt;
&lt;LI&gt;Fabric Eventstream provides a streamlined way to ingest external real-time feeds.&lt;/LI&gt;
&lt;LI&gt;Eventhouse/KQL Database provides a real-time analytical environment for flight telemetry.&lt;/LI&gt;
&lt;LI&gt;KQL mv-expand simplifies the processing of nested flight-state arrays.&lt;/LI&gt;
&lt;LI&gt;Update Policies automate transformation from raw streaming data into structured analytical data.&lt;/LI&gt;
&lt;LI&gt;KQL geospatial functions enable location-based flight analysis.&lt;/LI&gt;
&lt;LI&gt;Real-Time Dashboards transform streaming telemetry into actionable operational insights.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H5&gt;&lt;STRONG&gt;Conclusion:&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;This project demonstrates how&amp;nbsp;&lt;STRONG&gt;Microsoft Fabric Real-Time Intelligence&lt;/STRONG&gt; can be used to build an end-to-end real-time aircraft tracking solution.&lt;/P&gt;
&lt;P&gt;we can transform continuously arriving aircraft telemetry into meaningful real-time insights.&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;Do you want to replicate? Get Code file from my GitHub link&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;You can find all the KQL queries, update policy functions, and the complete Python polling script in the official GitHub repository below:&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SuparnaBabu7/Fabric_Projects/blob/main/AircraftLiveTrackingRTI/about.md" target="_blank" rel="noopener"&gt;[Download from here]&lt;/A&gt;&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;Acknowledgements&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;I would like to express my sincere gratitude to &lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/271480" target="_blank" rel="noopener"&gt;@SuryaTejaJosyul&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/882484" target="_blank" rel="noopener"&gt;@minniwalia&lt;/A&gt;&amp;nbsp;&amp;nbsp;and&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/118660" target="_blank" rel="noopener"&gt;@rajendraongole1&lt;/A&gt;&amp;nbsp; for their continuous guidance and support throughout this Real-Time Intelligence (RTI) implementation. Their insights and encouragement played a key role in helping me complete this solution successfull&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Happy learning!&lt;/STRONG&gt;&lt;/P&gt;
&lt;H5&gt;&lt;EM&gt;— Inturi Suparna Babu&lt;/EM&gt;&lt;/H5&gt;
&lt;H5&gt;&lt;A href="https://www.linkedin.com/in/inturi-suparna-babu-312b59270/" target="_blank" rel="noopener"&gt;&lt;EM&gt;[LinkedIn]&lt;/EM&gt;&lt;/A&gt;&lt;/H5&gt;</description>
      <pubDate>Tue, 15 Sep 2026 18:35:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Global-Aircraft-%EF%B8%8F-Live-Tracking-with-Microsoft-Fabric-Real-Time/ba-p/5365471</guid>
      <dc:creator>suparnababu8</dc:creator>
      <dc:date>2026-09-15T18:35:00Z</dc:date>
    </item>
    <item>
      <title>Building a Live ‘Smart EV Charger’ Optimizer with Microsoft Fabric Real-Time Intelligence</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Building-a-Live-Smart-EV-Charger-Optimizer-with-Microsoft-Fabric/ba-p/5359166</link>
      <description>&lt;P&gt;&lt;FONT size="4" color="#000000"&gt;What if your electric vehicle only charged when the wind was blowing or the sun was shining? In this blog, we are building a completely automated, zero-carbon smart EV charger simulator&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2026 14:33:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Building-a-Live-Smart-EV-Charger-Optimizer-with-Microsoft-Fabric/ba-p/5359166</guid>
      <dc:creator>suparnababu8</dc:creator>
      <dc:date>2026-08-14T14:33:34Z</dc:date>
    </item>
    <item>
      <title>From Rain Drops to Playability: Scoring Real-Time Weather Insights for FIFA World Cup 2026⚽</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/From-Rain-Drops-to-Playability-Scoring-Real-Time-Weather/ba-p/5262223</link>
      <description>&lt;P&gt;In this blog, I will walk you through how we can support the FIFA World Cup 2026 by organizing teams and players by delivering real-time, actionable weather insights. By predicting critical weather patterns - such as high humidity, extreme heat, and sudden rainfall - teams can proactively adjust their game-day strategies, and organizers can ensure optimal player safety. To bring this vision to life, we will build a comprehensive, real-time weather monitoring dashboard covering all 16 FIFA World Cup stadiums, powered entirely by the real-time analytics capabilities of Microsoft Fabric&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 14:02:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/From-Rain-Drops-to-Playability-Scoring-Real-Time-Weather/ba-p/5262223</guid>
      <dc:creator>suparnababu8</dc:creator>
      <dc:date>2026-07-07T14:02:39Z</dc:date>
    </item>
    <item>
      <title>Eventhouse vs Lakehouse - When to Use Which in Microsoft Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Eventhouse-vs-Lakehouse-When-to-Use-Which-in-Microsoft-Fabric/ba-p/5236434</link>
      <description>&lt;P&gt;&lt;FONT size="4" color="#000000"&gt;&lt;SPAN&gt;Microsoft Fabric offers multiple storage and analytical engines. This blog helps you make the right architectural choice early on and save them massive migration efforts later.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4" color="#000000"&gt;&lt;SPAN&gt;In this blog, I’ll walk you through the differences between these two powerhouses, look at real-world challenges, map out concrete scenarios, and give you a definitive comparison framework so you can choose the right tool for the job.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4" color="#000000"&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 16:05:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Eventhouse-vs-Lakehouse-When-to-Use-Which-in-Microsoft-Fabric/ba-p/5236434</guid>
      <dc:creator>suparnababu8</dc:creator>
      <dc:date>2026-06-26T16:05:43Z</dc:date>
    </item>
    <item>
      <title>Unlocking the Microsoft Fabric Real-Time Intelligence (RTI) Opportunity for System Integrators</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Unlocking-the-Microsoft-Fabric-Real-Time-Intelligence-RTI/ba-p/5212079</link>
      <description>&lt;P&gt;Fabric RTI growth playbook - resources you need know to build and grow Fabric Real-Time Intelligence services business&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 21:40:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Unlocking-the-Microsoft-Fabric-Real-Time-Intelligence-RTI/ba-p/5212079</guid>
      <dc:creator>PrashantGutala</dc:creator>
      <dc:date>2026-06-17T21:40:58Z</dc:date>
    </item>
    <item>
      <title>🚦From Signals to Insights: Bengaluru Smart City Traffic Updates with Fabric Real-Time Intelligence</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/From-Signals-to-Insights-Bengaluru-Smart-City-Traffic-Updates/ba-p/5194043</link>
      <description>&lt;P&gt;In this blog, we will build a Bengaluru Smart City Traffic Updates Dashboard using Microsoft Fabric Real-Time Intelligence. We'll simulate live traffic signals from major Bengaluru junctions, stream events into Fabric, store them in a KQL database, and create an interactive real-time dashboard that provides actionable traffic insights. By streaming events into Fabric and leveraging powerful analytics, you’ll see how raw signals can be transformed into actionable insights for smarter urban mobility. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 14:33:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/From-Signals-to-Insights-Bengaluru-Smart-City-Traffic-Updates/ba-p/5194043</guid>
      <dc:creator>suparnababu8</dc:creator>
      <dc:date>2026-06-09T14:33:15Z</dc:date>
    </item>
    <item>
      <title>From Sensor to Boardroom in Under a Minute — A Real-Time Energy Demo on Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/From-Sensor-to-Boardroom-in-Under-a-Minute-A-Real-Time-Energy/ba-p/5176206</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;What if a plant manager could see a 2.3× power spike on a welding cell, get a Teams alert,&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;ask an AI agent "why is my cost-per-unit climbing on Line 2?" — all before the next&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;coffee break finishes brewing?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Apr 2026 14:27:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/From-Sensor-to-Boardroom-in-Under-a-Minute-A-Real-Time-Energy/ba-p/5176206</guid>
      <dc:creator>dimkalamaras</dc:creator>
      <dc:date>2026-04-30T14:27:58Z</dc:date>
    </item>
    <item>
      <title>Stop Polling, Start Reacting: Building Bulletproof Event-Driven Pipelines in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Stop-Polling-Start-Reacting-Building-Bulletproof-Event-Driven/ba-p/5146565</link>
      <description>&lt;P&gt;I just stepped off the stage at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;SQLSaturday Atlanta&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and the energy around Microsoft Fabric is absolutely electric. Between the deep-dive sessions and the hallway conversations, one question kept coming up:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;“How do we make our data orchestration more efficient?”&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;In the world of Synapse and Data Factory, we’ve been conditioned to “Poll.” We set a schedule to check a table every 15 minutes, 24/7. But in a Capacity-based world like Fabric, “Polling” is essentially a tax on your resources.&lt;/P&gt;
&lt;P&gt;Today, I’m sharing the framework I demoed in Atlanta – moving from expensive “Ghost Pipelines” to a lean, event-driven architecture that only works when there is a “doorbell” to answer.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 13:34:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Stop-Polling-Start-Reacting-Building-Bulletproof-Event-Driven/ba-p/5146565</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2026-04-10T13:34:37Z</dc:date>
    </item>
    <item>
      <title>Building Real-Time Indian Railways Dashboard in Microsoft Fabric – A step-by-step guide</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Building-Real-Time-Indian-Railways-Dashboard-in-Microsoft-Fabric/ba-p/5140407</link>
      <description>&lt;P&gt;&lt;FONT size="4" color="#000000"&gt;In this blog, I’ll walk you through how to build a &lt;STRONG&gt;Real-Time Indian Railways Train Running Status Dashboard&lt;/STRONG&gt; using Microsoft Fabric.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT size="4" color="#000000"&gt;We’ll stream live railway data from a public API into Eventstream, store it in Eventhouse, transform it using KQL, and finally visualize it in a real-time dashboard.&lt;/FONT&gt;&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;</description>
      <pubDate>Wed, 08 Apr 2026 13:25:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Building-Real-Time-Indian-Railways-Dashboard-in-Microsoft-Fabric/ba-p/5140407</guid>
      <dc:creator>suparnababu8</dc:creator>
      <dc:date>2026-04-08T13:25:03Z</dc:date>
    </item>
    <item>
      <title>Optimizing Real-Time Analytics in Microsoft Fabric RTI with Follower and Read-Optimized Databases</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Optimizing-Real-Time-Analytics-in-Microsoft-Fabric-RTI-with/ba-p/5143366</link>
      <description>&lt;P&gt;This article discusses about an architectural pattern to achieve better performance when trying to work with traditional relational database schema in Microsoft Fabric Real Time Intelligence (RTI). A common scenario is that you have Fabric as the enterprise data platform that ingests data from a live system running at scale. This article addresses two common requirements: &amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You have streaming ingestion with variety of consumers for the data.&lt;/LI&gt;&lt;LI&gt;You have use cases that demand fast response time even when the query is joining huge tables.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The pattern discussed here uses a database shortcut in Fabric RTI, also known as a follower database, and a read-write database. With the database shortcut, each downstream system gets dedicated capacity and SLAs. With a read-write database, data can be denormalized and stored in a read-optimized format to improve real time query performance.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 13:23:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Optimizing-Real-Time-Analytics-in-Microsoft-Fabric-RTI-with/ba-p/5143366</guid>
      <dc:creator>arunvkumar</dc:creator>
      <dc:date>2026-04-08T13:23:29Z</dc:date>
    </item>
    <item>
      <title>Eventhouse and its best practices</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Eventhouse-and-its-best-practices/ba-p/5043560</link>
      <description>&lt;DIV&gt;As data volumes grow and real‑time insights become critical, choosing the right analytics platform matters. Eventhouse simplifies large‑scale data ingestion and querying while offering smart controls for cost, performance, and reliability. In this article, we dive into how Eventhouse works and the best practices that help you get the most value from it.&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Feb 2026 15:07:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Eventhouse-and-its-best-practices/ba-p/5043560</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2026-02-18T15:07:39Z</dc:date>
    </item>
    <item>
      <title>Building a Real-Time Weather Dashboard in Microsoft Fabric: Step-by-Step Guide</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Building-a-Real-Time-Weather-Dashboard-in-Microsoft-Fabric-Step/ba-p/4897230</link>
      <description>&lt;P&gt;In this blog, I’ll walk you through how to build a &lt;STRONG&gt;Real-Time Weather Analytics Dashboard&lt;/STRONG&gt; in &lt;STRONG&gt;Microsoft Fabric&lt;/STRONG&gt; by streaming public weather feeds into &lt;STRONG&gt;Eventstream&lt;/STRONG&gt;, storing them in &lt;STRONG&gt;Eventhouse&lt;/STRONG&gt;, and finally visualizing them in a &lt;STRONG&gt;Real-Time Dashboard&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this example, I’m using &lt;STRONG&gt;Bengaluru, India&lt;/STRONG&gt; and several of its suburban locations.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 14:48:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Building-a-Real-Time-Weather-Dashboard-in-Microsoft-Fabric-Step/ba-p/4897230</guid>
      <dc:creator>suparnababu8</dc:creator>
      <dc:date>2025-12-10T14:48:20Z</dc:date>
    </item>
    <item>
      <title>Learning Fabric Real-Time Intelligence as a Business/Front-end Oriented User</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Learning-Fabric-Real-Time-Intelligence-as-a-Business-Front-end/ba-p/4853579</link>
      <description>&lt;P&gt;Fabric Real-Time Intelligence isn’t just for developers. Learn how to start small, stay curious, and use resources like the Kusto Detective Challenge and Microsoft’s tutorial to build dashboards that drive action in real time.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 13:42:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Learning-Fabric-Real-Time-Intelligence-as-a-Business-Front-end/ba-p/4853579</guid>
      <dc:creator>PorcuBI</dc:creator>
      <dc:date>2025-10-20T13:42:01Z</dc:date>
    </item>
    <item>
      <title>Build Event-Driven Data Pipelines in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Build-Event-Driven-Data-Pipelines-in-Microsoft-Fabric/ba-p/4784965</link>
      <description>&lt;P&gt;Learn how to configure an &lt;STRONG&gt;event-driven data pipeline&lt;/STRONG&gt; that automatically gets triggered when a new file lands in OneLake or Azure Blob Storage, to ingest and transform the new file.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 13:50:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Build-Event-Driven-Data-Pipelines-in-Microsoft-Fabric/ba-p/4784965</guid>
      <dc:creator>GEGUIRGU</dc:creator>
      <dc:date>2025-08-06T13:50:03Z</dc:date>
    </item>
    <item>
      <title>Handling Multiple Schemas in Eventstream for Azure Event Hub and Azure IOT Hub data sources</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Handling-Multiple-Schemas-in-Eventstream-for-Azure-Event-Hub-and/ba-p/4760085</link>
      <description>&lt;P&gt;One of the challenges with streaming data is that data comes in a variety of schemas, which can be dynamic and are not always predictable. As applications and data structures change, schema values can sometimes be wildly different across devices or event inputs. Recently a customer reached out with several questions on this common problem. With the capabilities in Fabric Real Time Intelligence we can flexibly ingest this data. Enough of the background let’s get to the problem!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 21:26:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Handling-Multiple-Schemas-in-Eventstream-for-Azure-Event-Hub-and/ba-p/4760085</guid>
      <dc:creator>kustortininja</dc:creator>
      <dc:date>2025-07-14T21:26:58Z</dc:date>
    </item>
    <item>
      <title>Comparing JSON in Eventhouse Without Defining Schema</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Comparing-JSON-in-Eventhouse-Without-Defining-Schema/ba-p/4756414</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When working with raw JSON data in Eventhouse, one common challenge is comparing two records to identify what changed—especially when the structure isn’t fixed. Fields may appear, disappear, or shift in type, making traditional column-based comparisons brittle or outright impossible. This post will walk you through how to compare two JSON arrays and find what changed without needing to define the schema first.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 12:33:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Comparing-JSON-in-Eventhouse-Without-Defining-Schema/ba-p/4756414</guid>
      <dc:creator>kustortininja</dc:creator>
      <dc:date>2025-07-08T12:33:25Z</dc:date>
    </item>
    <item>
      <title>Real-Time Home Power Monitoring with Microsoft Fabric: A Practical Demo with Eventstream, Eventhouse</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Real-Time-Home-Power-Monitoring-with-Microsoft-Fabric-A/ba-p/4691570</link>
      <description>&lt;P&gt;If you've ever seen a demo of &lt;STRONG&gt;Microsoft Fabric's Data Activator&lt;/STRONG&gt;, it probably involved simulated data and pre-recorded spikes in dashboards. While the technology is undeniably powerful, it's often hard to connect those demos to something tangible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this post, I’ll walk you through how I used &lt;STRONG&gt;Data Activator&lt;/STRONG&gt;, &lt;STRONG&gt;Azure Event Hub&lt;/STRONG&gt;, and a &lt;STRONG&gt;Raspberry Pi connected to my electric panel&lt;/STRONG&gt; to monitor the real-time energy usage of my house. This isn't just a mock-up — I can trigger real alerts by turning on real appliances in my kitchen.&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 16:00:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Real-Time-Home-Power-Monitoring-with-Microsoft-Fabric-A/ba-p/4691570</guid>
      <dc:creator>olivierb123</dc:creator>
      <dc:date>2025-05-23T16:00:00Z</dc:date>
    </item>
    <item>
      <title>🚀 Enhancing ServiceNow tickets in Fabric Real Time Intelligence with real-time scoring and AI</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Enhancing-ServiceNow-tickets-in-Fabric-Real-Time-Intelligence/ba-p/4687099</link>
      <description>&lt;P&gt;Following quentincarton's deep dive into integrating ServiceNow with Microsoft Fabric Real Time Intelligence, this follow-up explores how to truly harness that data once it's flowing. From real-time dashboards and text analytics to automated alerts and Power BI reporting, discover how to turn your ServiceNow incidents into actionable insights—live, as they happen. Learn how Eventhouses and Notebooks in Fabric can help you extract key phrases, visualize trends, and even trigger downstream processes in real time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":magnifying_glass_tilted_left:"&gt;🔍&lt;/span&gt;Ready to see your ticketing data in a whole new light? Dive into the possibilities!&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 18:27:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Enhancing-ServiceNow-tickets-in-Fabric-Real-Time-Intelligence/ba-p/4687099</guid>
      <dc:creator>kustortininja</dc:creator>
      <dc:date>2025-05-22T18:27:56Z</dc:date>
    </item>
    <item>
      <title>Refresh on change detection - Real-time data &amp; Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Refresh-on-change-detection-Real-time-data-amp-Power-BI/ba-p/4620257</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When monitoring real-time data, you want updates as soon as new data comes in, but without unnecessary refreshes. This is where page refreshes based on change detection in Power BI become useful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, if new data arrives every five minutes, refreshing a report ten times per minute is inefficient. Power BI’s change detection refresh option updates the page only when a specific field changes! &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 18:14:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Refresh-on-change-detection-Real-time-data-amp-Power-BI/ba-p/4620257</guid>
      <dc:creator>PorcuBI</dc:creator>
      <dc:date>2025-03-26T18:14:41Z</dc:date>
    </item>
    <item>
      <title>Migrating to Fabric RTI from ADX</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Migrating-to-Fabric-RTI-from-ADX/ba-p/4591412</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Migrating to Microsoft Fabric Real-Time Intelligence (RTI) from Azure Data Explorer (ADX) offers several benefits for &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;organizations looking to enhance their data analytics capabilities. This article outlines how to efficiently migrate from ADX to Fabric RTI.&amp;nbsp;&lt;SPAN&gt;Dive into the future of data analytics with Fabric RTI and see how it can transform your business operations.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 16:00:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence-Community/Migrating-to-Fabric-RTI-from-ADX/ba-p/4591412</guid>
      <dc:creator>jenbeiser</dc:creator>
      <dc:date>2025-03-12T16:00:00Z</dc:date>
    </item>
  </channel>
</rss>

