<?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 topics</title>
    <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/bd-p/da_graph</link>
    <description>Real-Time Intelligence topics</description>
    <pubDate>Sat, 19 Sep 2026 08:52:10 GMT</pubDate>
    <dc:creator>da_graph</dc:creator>
    <dc:date>2026-09-19T08:52:10Z</dc:date>
    <item>
      <title>Fabric Business Events: what delivery guarantees and replay pattern should we design for?</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Fabric-Business-Events-what-delivery-guarantees-and-replay/m-p/5359724#M209</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am testing the newer Business Events capability in Fabric Real-Time Intelligence and trying to understand what reliability assumptions should be made for a production design.&lt;/P&gt;&lt;P&gt;The pattern I am looking at is roughly:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Eventstream → Business Event → Activator → downstream action / User Data Function&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;with Eventhouse enabled so the published business events are also retained for historical analysis.&lt;/P&gt;&lt;P&gt;The current documentation explains the publisher/consumer model and shows how Eventstream can publish a governed business event that Activator then consumes. What I have not been able to find clearly documented is the delivery contract between the published business event and its consumers.&lt;/P&gt;&lt;P&gt;A few things I am trying to clarify:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If an Activator consumer or downstream action is temporarily unavailable, does Fabric retry delivery of the business event?&lt;/LI&gt;&lt;LI&gt;Should consumers assume at-least-once delivery and therefore be designed to handle duplicate events, or is a different delivery model used?&lt;/LI&gt;&lt;LI&gt;Is event ordering guaranteed in any scope, for example for events from the same Eventstream publisher?&lt;/LI&gt;&lt;LI&gt;Since published business events can also be retained automatically in Eventhouse, is that retained history intended to support replay/reprocessing after a consumer outage, or is it primarily an analytical record and replay would need to be implemented separately?&lt;/LI&gt;&lt;LI&gt;Are there documented retry or delivery-retention windows that should be considered when designing an operational workflow?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I am mainly trying to understand what a resilient production pattern should look like when the business event triggers something with side effects, where processing the same event twice or silently missing an event would matter.&lt;/P&gt;&lt;P&gt;Would you generally make the downstream consumer idempotent and treat Eventhouse as an audit/recovery store, or is there a more Fabric-native pattern for this?&lt;/P&gt;&lt;P&gt;Interested to hear how others are approaching this with Business Events and Activator.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2026 20:41:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Fabric-Business-Events-what-delivery-guarantees-and-replay/m-p/5359724#M209</guid>
      <dc:creator>ShivekMaharaj</dc:creator>
      <dc:date>2026-08-17T20:41:33Z</dc:date>
    </item>
    <item>
      <title>Best practice for handling schema evolution in Fabric Eventstream before data reaches Eventhouse?</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Best-practice-for-handling-schema-evolution-in-Fabric/m-p/5358557#M205</link>
      <description>&lt;P&gt;I have an Eventstream receiving operational events where the schema may evolve over time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, the producer initially sends:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DeviceId, Timestamp, Temperature, Status&lt;/LI-CODE&gt;&lt;P&gt;but later adds fields such as:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Location, FirmwareVersion, ErrorCode&lt;/LI-CODE&gt;&lt;P&gt;I want the pipeline to continue ingesting events without breaking downstream KQL tables, update policies, materialized views, or Real-Time Dashboards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to understand where schema evolution should ideally be handled in a production Fabric RTI architecture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;enforce the contract upstream using Schema Registry&lt;/LI&gt;&lt;LI&gt;normalize changing fields inside Eventstream before Eventhouse ingestion&lt;/LI&gt;&lt;LI&gt;land the raw payload first and handle schema evolution inside Eventhouse/KQL&lt;/LI&gt;&lt;LI&gt;maintain separate versioned event schemas/tables&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;How are people handling this in production when producers can add fields without notice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am particularly interested in avoiding a design where every small upstream schema change forces updates across Eventstream, KQL tables, update policies, and downstream dashboards.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2026 21:33:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Best-practice-for-handling-schema-evolution-in-Fabric/m-p/5358557#M205</guid>
      <dc:creator>ShivekMaharaj</dc:creator>
      <dc:date>2026-08-12T21:33:25Z</dc:date>
    </item>
    <item>
      <title>Best practice for deciding between Eventstream transformations and Eventhouse update policies</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Best-practice-for-deciding-between-Eventstream-transformations/m-p/5348162#M200</link>
      <description>&lt;P&gt;Hi Fabric Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am exploring a Real-Time Intelligence architecture and would appreciate some guidance on where transformation logic should ideally be placed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The proposed flow is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Azure Event Hubs → Fabric Eventstream → Eventhouse → Real-Time Dashboard / Power BI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fabric Eventstream supports filtering, field management, aggregation and other processing before events are written to the destination. An Eventhouse can also ingest the raw events first and transform them into curated tables through KQL update policies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to understand the recommended boundary between these two layers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, assume the incoming event contains:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Device or customer identifier&lt;/LI&gt;&lt;LI&gt;Event timestamp&lt;/LI&gt;&lt;LI&gt;Event type&lt;/LI&gt;&lt;LI&gt;Location&lt;/LI&gt;&lt;LI&gt;Numeric readings&lt;/LI&gt;&lt;LI&gt;Additional JSON properties&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The required processing includes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Removing events that fail basic validation&lt;/LI&gt;&lt;LI&gt;Renaming and standardizing fields&lt;/LI&gt;&lt;LI&gt;Converting timestamps and data types&lt;/LI&gt;&lt;LI&gt;Flattening selected JSON properties&lt;/LI&gt;&lt;LI&gt;Enriching the event with reference data&lt;/LI&gt;&lt;LI&gt;Creating five-minute aggregates&lt;/LI&gt;&lt;LI&gt;Preserving the original event for auditing and future reprocessing&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current thinking is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use Eventstream for lightweight filtering, routing and simple schema normalization.&lt;/LI&gt;&lt;LI&gt;Land the original event in a Bronze table whenever replay or auditing is required.&lt;/LI&gt;&lt;LI&gt;Use Eventhouse update policies or KQL for enrichment, reusable business logic and curated Silver tables.&lt;/LI&gt;&lt;LI&gt;Use materialized views for frequently queried aggregations rather than calculating them repeatedly in dashboards.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;However, I am unsure where Microsoft recommends drawing the line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Are there transformation types that should generally remain in Eventstream rather than Eventhouse?&lt;/LI&gt;&lt;LI&gt;Is it considered good practice to send both the raw stream and a transformed derived stream into separate Eventhouse tables?&lt;/LI&gt;&lt;LI&gt;When using Eventstream’s &lt;STRONG&gt;Event processing before ingestion&lt;/STRONG&gt; mode, what are the trade-offs compared with direct ingestion followed by an Eventhouse update policy?&lt;/LI&gt;&lt;LI&gt;How do teams handle changes to transformation logic when historical events need to be reprocessed?&lt;/LI&gt;&lt;LI&gt;For reference-data enrichment, would you normally perform the lookup in Eventstream or after ingestion with KQL?&lt;/LI&gt;&lt;LI&gt;Are five-minute or hourly aggregations better implemented in Eventstream, through an update policy, or with an Eventhouse materialized view?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Microsoft’s &lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-manage-eventstream-destinations" target="_self"&gt;Eventstream destination guidance&lt;/A&gt; documents both direct ingestion and event processing before ingestion, while the &lt;A href="https://learn.microsoft.com/en-us/kusto/management/update-policy?view=microsoft-fabric" target="_self"&gt;KQL update-policy documentation&lt;/A&gt; provides another way to transform ingested data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be interested to hear how others divide responsibility between Eventstream and Eventhouse in production, particularly where auditability, reprocessing and maintainability are important.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2026 18:41:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Best-practice-for-deciding-between-Eventstream-transformations/m-p/5348162#M200</guid>
      <dc:creator>ShivekMaharaj</dc:creator>
      <dc:date>2026-08-06T18:41:22Z</dc:date>
    </item>
    <item>
      <title>Best Way to Monitor Marketing Campaign Performance in Real Time Using Microsoft Fabric or Power BI?</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Best-Way-to-Monitor-Marketing-Campaign-Performance-in-Real-Time/m-p/5343823#M198</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm building a real-time dashboard in &lt;STRONG&gt;Power BI&lt;/STRONG&gt; to monitor social media marketing campaigns. The goal is to combine data from platforms like &lt;STRONG&gt;Instagram&lt;/STRONG&gt;, &lt;STRONG&gt;Facebook&lt;/STRONG&gt;, and &lt;STRONG&gt;Google Analytics&lt;/STRONG&gt; into a single dashboard.&lt;/P&gt;
&lt;P&gt;I would like to track metrics such as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Impressions&lt;/LI&gt;
&lt;LI&gt;Reach&lt;/LI&gt;
&lt;LI&gt;Clicks&lt;/LI&gt;
&lt;LI&gt;CTR (Click-Through Rate)&lt;/LI&gt;
&lt;LI&gt;Engagement Rate&lt;/LI&gt;
&lt;LI&gt;Conversions&lt;/LI&gt;
&lt;LI&gt;ROI (Return on Investment)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I'm considering using &lt;STRONG&gt;Azure Data Factory&lt;/STRONG&gt;, &lt;STRONG&gt;Azure SQL&lt;/STRONG&gt;, and &lt;STRONG&gt;Power BI&lt;/STRONG&gt; for data collection and visualization.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone implemented a similar solution? Which architecture or Microsoft services would you recommend for near real-time reporting? Any best practices for handling automatic refreshes, data modeling, and performance optimization would be greatly appreciated?&lt;/P&gt;
&lt;P&gt;I also put together a guide on social media analytics and campaign monitoring on my website. If sharing resources is allowed here, I'd be happy to share it with anyone who is interested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your suggestions!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Luv Kalra&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 13:31:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Best-Way-to-Monitor-Marketing-Campaign-Performance-in-Real-Time/m-p/5343823#M198</guid>
      <dc:creator>iluvsmmpanel</dc:creator>
      <dc:date>2026-08-05T13:31:22Z</dc:date>
    </item>
    <item>
      <title>Real time dashboard</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Real-time-dashboard/m-p/5335500#M194</link>
      <description>&lt;P&gt;Since the latest Microsoft Fabric update, I've noticed a change in how &lt;STRONG&gt;Real-Time Dashboard&lt;/STRONG&gt; refresh behaves.&lt;/P&gt;&lt;P&gt;Previously, I could configure visuals with &lt;STRONG&gt;Continuous&lt;/STRONG&gt; refresh, allowing them to update almost immediately whenever new data arrived (typically within a few seconds, with a maximum delay of around 10 seconds).&lt;/P&gt;&lt;P&gt;After the recent update, it appears that continuous refresh is enabled by default, but visuals now refresh at a fixed minimum interval of &lt;STRONG&gt;10 seconds&lt;/STRONG&gt;. In addition, visuals that don't support continuous refresh—or when no new data is received—seem to refresh every &lt;STRONG&gt;30 seconds&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I'm trying to understand whether this is expected behavior or if there's a way to restore the previous experience.&lt;/P&gt;&lt;P&gt;Specifically:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is it still possible to configure Real-Time Dashboard visuals to refresh more frequently than every 10 seconds?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Has the previous event-driven continuous refresh option been removed, or is it available through another setting?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there any recommended approaches to achieve near real-time updates when new data arrives instead of relying on fixed refresh intervals?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Was this change introduced intentionally as part of the latest Microsoft Fabric release?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Our dashboards are used to monitor live operational processes, so even a 10–30 second refresh delay has a noticeable impact compared to the earlier behavior. Any clarification or guidance from the community or Microsoft team would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2026 13:33:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Real-time-dashboard/m-p/5335500#M194</guid>
      <dc:creator>powerbidev123</dc:creator>
      <dc:date>2026-08-02T13:33:26Z</dc:date>
    </item>
    <item>
      <title>New  to microsoft fabric- time intelligence.</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/New-to-microsoft-fabric-time-intelligence/m-p/5321308#M190</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello everyone!&lt;/STRONG&gt; I'm new to &lt;STRONG&gt;microsoft fabric and Real -Time Intellligence&lt;/STRONG&gt;. I am excited to learn how the real time data processing&lt;/P&gt;&lt;P&gt;works and look forward to learning from this community.&lt;/P&gt;&lt;P&gt;I am beginner to microsoft fabric . &lt;STRONG&gt;So as a beginner with basic programming knowledge&lt;/STRONG&gt;, what are the best beginner resources to start learning Real-Time Intelligence?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I hope you will favour me...&lt;/STRONG&gt;.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2026 17:53:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/New-to-microsoft-fabric-time-intelligence/m-p/5321308#M190</guid>
      <dc:creator>Anj_il_a-</dc:creator>
      <dc:date>2026-07-26T17:53:13Z</dc:date>
    </item>
    <item>
      <title>Streaming Architecture</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Streaming-Architecture/m-p/5301537#M183</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm exploring Microsoft Fabric Real-Time Intelligence and would love to understand how it's being used in enterprise environments.&lt;/P&gt;&lt;P&gt;Which business scenarios have benefited the most from real-time analytics?&lt;/P&gt;&lt;P&gt;How do you balance:&lt;/P&gt;&lt;P&gt;Low latency&lt;BR /&gt;High throughput&lt;BR /&gt;Cost&lt;BR /&gt;Scalability&lt;BR /&gt;Reliability&lt;/P&gt;&lt;P&gt;I'm interested in learning from real production implementations.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 04:06:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Streaming-Architecture/m-p/5301537#M183</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-17T04:06:22Z</dc:date>
    </item>
    <item>
      <title>How do you decide when to use Real-Time Intelligence instead of batch processing in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/How-do-you-decide-when-to-use-Real-Time-Intelligence-instead-of/m-p/5280504#M172</link>
      <description>&lt;P class=""&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm learning Microsoft Fabric and recently started exploring &lt;STRONG&gt;Real-Time Intelligence.&lt;/STRONG&gt; I understand that it can process &lt;STRONG&gt;streaming data&lt;/STRONG&gt;, but I'm trying to understand when it's the right choice compared to traditional batch processing.&lt;/P&gt;&lt;P&gt;I have a few questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What types of business scenarios benefit the most from Real-Time Intelligence?&lt;/LI&gt;&lt;LI&gt;When would you choose streaming over scheduled batch processing?&lt;/LI&gt;&lt;LI&gt;What are some common real-world use cases you've worked on?&lt;/LI&gt;&lt;LI&gt;Are there any performance or cost considerations that beginners should be aware of?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I'd really appreciate hearing about your experiences and any best practices you recommend.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2026 04:28:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/How-do-you-decide-when-to-use-Real-Time-Intelligence-instead-of/m-p/5280504#M172</guid>
      <dc:creator>binitafulpagare</dc:creator>
      <dc:date>2026-07-09T04:28:25Z</dc:date>
    </item>
    <item>
      <title>Microsoft Fabric Activator generating repeated false alerts despite stable Power BI metric</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Microsoft-Fabric-Activator-generating-repeated-false-alerts/m-p/5239376#M161</link>
      <description>&lt;P class=""&gt;Hi!&lt;/P&gt;&lt;P&gt;I'm experiencing an issue with Microsoft Fabric Activator that started last week after working reliably for several months.&lt;/P&gt;&lt;P&gt;I have several Activator alerts monitoring Power BI metrics that indicate whether data for the previous day is available. After the daily semantic model refresh, the metric correctly changes from FALSE (0) to TRUE (1) once yesterday's data is available.&lt;/P&gt;&lt;P&gt;The problem is that after the refresh has completed, the report/dashboard remains stable, but Activator continues to fire the alerts repeatedly.&lt;/P&gt;&lt;H3&gt;What I observe&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;The semantic model refreshes successfully.&lt;/LI&gt;&lt;LI&gt;The Power BI report/dashboard correctly shows TRUE (or 1) and does not change afterwards.&lt;/LI&gt;&lt;LI&gt;The semantic model is not refreshed again for several hours.&lt;/LI&gt;&lt;LI&gt;However, the Activator PowerBI Metric live feed repeatedly alternates between TRUE/FALSE (or 1/0) for some monitored objects, even though the report values remain unchanged.&lt;/LI&gt;&lt;LI&gt;Since my alert is configured as "Changes to TRUE", these false state changes cause repeated alert notifications.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Expected behaviour&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;The semantic model refreshes.&lt;/LI&gt;&lt;LI&gt;The metric changes from FALSE to TRUE once.&lt;/LI&gt;&lt;LI&gt;Activator triggers a single alert.&lt;/LI&gt;&lt;LI&gt;No further alerts are generated until the metric actually changes again.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Actual behaviour&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;The semantic model refreshes successfully.&lt;/LI&gt;&lt;LI&gt;The report/dashboard values remain stable.&lt;/LI&gt;&lt;LI&gt;The Activator PowerBI Metric live feed shows alternating TRUE/FALSE (or 1/0) values.&lt;/LI&gt;&lt;LI&gt;Alerts continue to fire despite no changes to the underlying data.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Troubleshooting performed&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Confirmed the semantic model had not refreshed again.&lt;/LI&gt;&lt;LI&gt;Confirmed the report/dashboard values remained unchanged.&lt;/LI&gt;&lt;LI&gt;Confirmed the alert definition had not been modified.&lt;/LI&gt;&lt;LI&gt;Deleted and recreated the Activator alerts.&lt;/LI&gt;&lt;LI&gt;Replaced numeric 1/0 measures with Boolean TRUE/FALSE measures.&lt;/LI&gt;&lt;LI&gt;The issue persists after all of the above.&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;Has anyone else experienced similar behaviour recently? Is this a known issue with Fabric Activator or the PowerBI Metric event source?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 13:32:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Microsoft-Fabric-Activator-generating-repeated-false-alerts/m-p/5239376#M161</guid>
      <dc:creator>egstst</dc:creator>
      <dc:date>2026-06-26T13:32:11Z</dc:date>
    </item>
    <item>
      <title>Real-Time Dashboard continuous refresh no longer refreshes faster than 10 seconds</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Real-Time-Dashboard-continuous-refresh-no-longer-refreshes/m-p/5204296#M149</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Until last week, I had an option in Microsoft Fabric Real-Time Dashboard to configure refresh as Continuous, meaning that visuals would refresh whenever new data arrived, with the maximum time without new data being around 10 seconds.&lt;/P&gt;&lt;P&gt;After the latest update, which I believe was released yesterday, the behavior seems to have changed. Continuous refresh now appears to be enabled by default, but the minimum refresh interval is 10 seconds, so it does not seem possible to refresh faster than every 10 seconds anymore.&lt;/P&gt;&lt;P&gt;Also, for visuals that do not support continuous refresh, or when no new data arrives, the dashboard now seems to refresh every 30 seconds.&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is there still a way to configure Real-Time Dashboard visuals to refresh faster than 10 seconds?&lt;/LI&gt;&lt;LI&gt;Is the old continuous refresh behavior still available somewhere in the settings?&lt;/LI&gt;&lt;LI&gt;Is there any workaround for achieving near real-time refresh when data arrives, instead of waiting for the fixed interval?&lt;/LI&gt;&lt;LI&gt;Was this change intentional as part of the latest Fabric update?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This is important for our use case because we monitor live operational data, and even a 10–30 second delay can make the dashboard less useful compared to the previous behavior.&lt;/P&gt;&lt;P&gt;Thanks in advance for any clarification or suggestions.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2026 07:29:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Real-Time-Dashboard-continuous-refresh-no-longer-refreshes/m-p/5204296#M149</guid>
      <dc:creator>Borna</dc:creator>
      <dc:date>2026-06-16T07:29:52Z</dc:date>
    </item>
    <item>
      <title>Digital Twin Builder (preview): Bounding storage growth for an incremental time-series</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Digital-Twin-Builder-preview-Bounding-storage-growth-for-an/m-p/5196382#M145</link>
      <description>&lt;P&gt;Is there any supported way to apply a retention horizon to a Digital Twin Builder time-series mapping that uses incremental processing, so the underlying dtdm table doesn't grow without bound?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;My scenario: high-frequency live telemetry landing in an Eventhouse, surfaced to DTB through a lakehouse table (I've used both shortcuts and pipeline copy activities in my tests). The static layer and relationships are working well. The question is purely about the time-series layer.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;With incremental mapping enabled, the series appends continuously and the dtdm table grows linearly with no eviction. I've confirmed a couple of things that don't solve it, so I'll pre-empt them:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Retention on the&lt;EM&gt; source&lt;/EM&gt; table doesn't bound the twin copy. Incremental processing is forward-only, so source rows aging out are never removed from data the mapping already ingested.&lt;/LI&gt;&lt;LI&gt;A mapping filter governs ingestion, not eviction, and only limits initial backfill (no relative/dynamic date filter).&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I assume full reload (incremental disabled) over a windowed source table does keep things bounded, since each run replaces the prior load, and that's my current fallback. But I'd like to confirm whether there's any retention/TTL control I've missed for the incremental path specifically, at the mapping, entity, or item level, or any sanctioned way to age out rows from the dtdm time-series table.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If the answer is "not currently supported," that's useful to know too, and I'll file it as an Idea. Running on a Fabric capacity, DTB still in preview. Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 01:07:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Digital-Twin-Builder-preview-Bounding-storage-growth-for-an/m-p/5196382#M145</guid>
      <dc:creator>smorenodev</dc:creator>
      <dc:date>2026-06-12T01:07:21Z</dc:date>
    </item>
    <item>
      <title>Dataverse Data (Preview) feature in Fabric RTI Error</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Dataverse-Data-Preview-feature-in-Fabric-RTI-Error/m-p/5193747#M141</link>
      <description>&lt;P&gt;I am trying to test the new&amp;nbsp;Dataverse Data (Preview) feature for streaming data from Dataverse to Fabric. After using the preview option for source data from Dataverse, I can also choose a table and events such as Create, Update, Delete to track. However, when everyting is finished I get this error:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Message&lt;/SPAN&gt;&lt;SPAN class=""&gt;Failed to create data source: dataverse due to the following error: E0179001: Cannot connect to Kafka. Please check your configuration.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Details&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;E0179001: Cannot connect to Kafka. Please check your configuration.&lt;/DIV&gt;&lt;DIV class=""&gt;"&lt;/DIV&gt;&lt;DIV class=""&gt;What is the resolution for this?&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Is this new preview feeature functional?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;img /&gt; &lt;img /&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Jun 2026 15:48:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Dataverse-Data-Preview-feature-in-Fabric-RTI-Error/m-p/5193747#M141</guid>
      <dc:creator>Aavanade_365</dc:creator>
      <dc:date>2026-06-05T15:48:15Z</dc:date>
    </item>
    <item>
      <title>Working with Microsoft Fabric Support - A Collaborative Approach</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Working-with-Microsoft-Fabric-Support-A-Collaborative-Approach/m-p/5192618#M139</link>
      <description>&lt;P&gt;At Microsoft Fabric Support, our goal is simple: help you resolve issues as quickly and smoothly as possible. Just like the recommendations shared in the Microsoft Fabric Community’s guidance on getting questions answered effectively, providing clear and complete information upfront helps everyone move faster and avoid unnecessary back-and-forth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Support is most effective when it’s a &lt;STRONG&gt;collaborative process&lt;/STRONG&gt;. You bring the knowledge of your environment and workloads, and we bring deep platform expertise and diagnostics to help investigate the issue together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Help Us Help You &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When opening a support case, please include as much of the following information as possible:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issue Details&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Clear description of the problem&lt;/LI&gt;&lt;LI&gt;Expected behavior vs. actual behavior&lt;/LI&gt;&lt;LI&gt;Is the issue intermittent or consistently reproducible?&lt;/LI&gt;&lt;LI&gt;Approximate timeframe of when the issue occurred (UTC preferred)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Error Information&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please include:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Full error message text&lt;/LI&gt;&lt;LI&gt;Screenshots (highly recommended)&lt;/LI&gt;&lt;LI&gt;Activity IDs / Correlation IDs if available&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Even small details can significantly speed up investigation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment Information That Helps Investigation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Depending on the Fabric workload being used, please provide the relevant item IDs and environment details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workspace Information&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workspace ID / Workspace URL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To find this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the Fabric workspace&lt;/LI&gt;&lt;LI&gt;Copy the URL from your browser&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;".. &lt;A href="https://app.fabric.microsoft.com/groups/%3cWorkspaceID%3e/…" target="_blank" rel="noopener"&gt;&lt;I&gt;https://app.fabric.microsoft.com/groups/&amp;lt;WorkspaceID&amp;gt;/…&lt;/I&gt;&lt;/A&gt; …"&lt;/P&gt;&lt;P&gt;The value after /groups/ is the &lt;STRONG&gt;Workspace ID&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Screenshot example above showcases the WorkspaceID and EventhouseID.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fabric Item IDs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please provide the item ID related to the affected workload, such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;EventhouseID&lt;/LI&gt;&lt;LI&gt;ActivatorID&lt;/LI&gt;&lt;LI&gt;LakehouseID&lt;/LI&gt;&lt;LI&gt;WarehouseID&lt;/LI&gt;&lt;LI&gt;SemanticModelID&lt;/LI&gt;&lt;LI&gt;EventstreamID&lt;/LI&gt;&lt;LI&gt;PipelineID&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These IDs help us locate telemetry and backend diagnostics more efficiently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can typically find these:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the browser URL while inside the Fabric item&lt;/LI&gt;&lt;LI&gt;Within item settings/details pages&lt;/LI&gt;&lt;LI&gt;From the Fabric portal navigation pane&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional Environment Details&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please also include:&lt;/P&gt;&lt;P&gt;"…&lt;I&gt; WorkspaceID:&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Capacity Name:&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Region &lt;/I&gt;…"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;"… &lt;I&gt;WorkspaceID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Capacity Name: Fabric-Prod-EastUS&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Region: East US&lt;/I&gt;&amp;nbsp; …"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This information helps us identify:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Capacity-level issues&lt;/LI&gt;&lt;LI&gt;Regional service impact&lt;/LI&gt;&lt;LI&gt;Configuration-specific behavior&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why This Matters&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Microsoft Fabric is a distributed cloud platform, and troubleshooting often depends on correlating logs, telemetry, timestamps, and resource identifiers together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Providing complete details upfront helps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Reduce delays&lt;/LI&gt;&lt;LI&gt;Avoid repeated clarification requests&lt;/LI&gt;&lt;LI&gt;Accelerate root cause analysis&lt;/LI&gt;&lt;LI&gt;Create a smoother support experience for everyone involved&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We’re here to partner with you throughout the process, and we truly appreciate your collaboration in helping us investigate issues effectively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We look forward to working with you!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 16:37:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Working-with-Microsoft-Fabric-Support-A-Collaborative-Approach/m-p/5192618#M139</guid>
      <dc:creator>krlitt</dc:creator>
      <dc:date>2026-06-03T16:37:01Z</dc:date>
    </item>
    <item>
      <title>Error in Microsoft Applied Skills: Implement a Real-Time Intelligence Assessment Lab : Need help</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Error-in-Microsoft-Applied-Skills-Implement-a-Real-Time/m-p/5176860#M131</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN&gt;Hello All, since a week I was stuck on one error in Microsoft Applied Skills: Implement a Real-Time Intelligence solution with Microsoft Fabric Lab. Did anyone face the same issue if so, can anyone help me out how to resolve it. Attaching the error and related images below.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Error: It says " unable to load container blobs. Verify that workspace identity is enabled and has storage blob data reader access to the storage account" . I am familiar with this permission and have enabled it in my own azure environment for my own blob that I have created but since these are pre created by Microsoft, I don't have access to these storage blobs and hence I am not sure how to proceed here. I have attempted this twice but I was stuck at the same point.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;I really appreciate your help and taking time in looking into my post. Thank you so much.&lt;img /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 02 May 2026 12:22:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Error-in-Microsoft-Applied-Skills-Implement-a-Real-Time/m-p/5176860#M131</guid>
      <dc:creator>AshikaAlvakonda</dc:creator>
      <dc:date>2026-05-02T12:22:56Z</dc:date>
    </item>
    <item>
      <title>Realtime - Business Events - cannot create business event shcema</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Realtime-Business-Events-cannot-create-business-event-shcema/m-p/5146593#M121</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Has anyone succeeded in creating business event shcema?&lt;BR /&gt;&lt;BR /&gt;I keep getting the error "An unexpected error occourred". I have tried waiting a week but it seems we simply cannot make a "business event schema" (se screendump in appendix).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Our tennant is in West Europe.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appendix - screendumps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 11:27:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Realtime-Business-Events-cannot-create-business-event-shcema/m-p/5146593#M121</guid>
      <dc:creator>KimTutein</dc:creator>
      <dc:date>2026-04-10T11:27:38Z</dc:date>
    </item>
    <item>
      <title>Activator Not Showing in My Workspace</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Activator-Not-Showing-in-My-Workspace/m-p/5143968#M111</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;According to the Fabric Capacity Metrics, an &lt;STRONG&gt;Activator&lt;/STRONG&gt; item is consuming a high amount of capacity units. However, when I check the workspace manually, no Activator item is visible. I wanted to delete or remove this item, as it appears to have been activated by mistake.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 06:06:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Activator-Not-Showing-in-My-Workspace/m-p/5143968#M111</guid>
      <dc:creator>kasun_rumesh</dc:creator>
      <dc:date>2026-04-06T06:06:29Z</dc:date>
    </item>
    <item>
      <title>How to reset Eventhouse Ingestion from Batching to Streaming ?</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/How-to-reset-Eventhouse-Ingestion-from-Batching-to-Streaming/m-p/5140329#M94</link>
      <description>&lt;DIV class=""&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am experiencing a persistent latency issue in our &lt;STRONG&gt;Microsoft Fabric Eventhouse&lt;/STRONG&gt;. A table that was previously performing perfectly has suddenly "downgraded" its ingestion path from Streaming to Batching and refuses to recover.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Situation:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; In our &lt;STRONG&gt;PROD Eventhouse&lt;/STRONG&gt;, ingestion latency is stuck at &lt;STRONG&gt;12–15 seconds&lt;/STRONG&gt;. The table is generating &lt;STRONG&gt;45+ shards (extents)&lt;/STRONG&gt; every 10 minutes, confirming it is in &lt;STRONG&gt;Batching Mode&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;The Discrepancy:&lt;/STRONG&gt; Our &lt;STRONG&gt;DEV Eventhouse&lt;/STRONG&gt; (identical schema and higher data volume) is still &lt;STRONG&gt;Streaming&lt;/STRONG&gt; perfectly with &lt;STRONG&gt;~5-second latency&lt;/STRONG&gt; and &lt;STRONG&gt;0 shards&lt;/STRONG&gt; created per 10 minutes.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;The History:&lt;/STRONG&gt; PROD was working fine (5s latency) and then switched to this slow Batching state on its own without any schema or policy changes.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;What we have verified:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Streaming Policy:&lt;/STRONG&gt; Both DEV and PROD have streamingingestion enabled.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Batching Policy:&lt;/STRONG&gt; We tested various ingestionbatching settings in a separate environment. We confirmed that the 12s latency in PROD is a result of the &lt;STRONG&gt;Batching Path overhead&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Unable to restore streaming:&lt;/STRONG&gt; Running .alter table ... streamingingestion enable in PROD does not trigger a return to the Streaming.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Our Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Why would an Eventhouse suddenly "blacklist" a table from the Streaming path&lt;/STRONG&gt; and move it to permanent Batching if the Capacity (CU) is healthy (~50%)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;How do we reverse this process?&lt;/STRONG&gt; Once a table is stuck in this "Permanent Batching" state, what is the specific command or workflow to force the Eventhouse to re-evaluate it for the Streaming (Fast) Lane?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;We need to restore the 5-second latency to meet our real-time requirements.&lt;/P&gt;&lt;P&gt;Any insights into the internal health-check logic of the Eventhouse would be incredibly helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Mar 2026 23:58:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/How-to-reset-Eventhouse-Ingestion-from-Batching-to-Streaming/m-p/5140329#M94</guid>
      <dc:creator>lavginqo</dc:creator>
      <dc:date>2026-03-27T23:58:33Z</dc:date>
    </item>
    <item>
      <title>Architecture question and brainstorming</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Architecture-question-and-brainstorming/m-p/5136743#M87</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a design question that I need help with, we have a lot of vendor data that comes in form of CSV, XML, XLSX files via sftp. I already have ADF that copies this files into ADLS Gen2. Now when implementing in fabric I actually used blob storage events to trigger a notebook to load this files into a Lakehouse. I want to get suggestions if it's a good idea to use real time intelligence to stream data from this files and stage into a lakehouse? Has anyone implemented this? If so would love to get guidance. I am fairly new to evetstream and need more details on CU consumption, cost etc. what are disadvantages of using streaming notebook?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 18:39:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Architecture-question-and-brainstorming/m-p/5136743#M87</guid>
      <dc:creator>Ira_27</dc:creator>
      <dc:date>2026-03-20T18:39:13Z</dc:date>
    </item>
    <item>
      <title>Error while saving a dashboard having a Tile with a simple table</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Error-while-saving-a-dashboard-having-a-Tile-with-a-simple-table/m-p/5136004#M86</link>
      <description>&lt;P&gt;I am creating a RTI Dashboard with a Single Tile having following query&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table1
| extend AccountId = account_id, AccountName = account_name
| order by account_id asc
| project AccountId, AccountName&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;The query runs fine, but on saving the dashboard i get following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any suggestions on how to fix this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Mar 2026 19:59:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Error-while-saving-a-dashboard-having-a-Tile-with-a-simple-table/m-p/5136004#M86</guid>
      <dc:creator>mshafieluru</dc:creator>
      <dc:date>2026-03-21T19:59:08Z</dc:date>
    </item>
    <item>
      <title>Not Able to create a Connection between Fabric EventStream and Azure Event Hub.</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Not-Able-to-create-a-Connection-between-Fabric-EventStream-and/m-p/5126579#M78</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Working on a real-time data pipeline using 𝗠𝗶𝗰𝗿𝗼𝘀𝗼𝗳𝘁 𝗙𝗮𝗯𝗿𝗶𝗰 𝗘𝘃𝗲𝗻𝘁𝘀𝘁𝗿𝗲𝗮𝗺 and 𝗔𝘇𝘂𝗿𝗲 𝗘𝘃𝗲𝗻𝘁 𝗛𝘂𝗯, and I ran into an issue I’m hoping the community might have seen before.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;While trying to create a new Azure Event Hub connection inside Fabric Eventstream, the connection configuration panel appears completely 𝗯𝗹𝗮𝗻𝗸, so I’m unable to enter the required details like the connection string or namespace.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;𝗧𝗵𝗶𝗻𝗴𝘀 𝗜’𝘃𝗲 𝗮𝗹𝗿𝗲𝗮𝗱𝘆 𝘁𝗿𝗶𝗲𝗱:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• Refreshing the browser and clearing cache.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• Using different browsers (Edge, Chrome).&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;• Logging out and back into Fabric.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Still facing the same issue.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Has anyone encountered this while integrating Fabric Eventstream with Azure Event Hub? Any suggestions or configuration checks I should try?&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Appreciate any insights from the community&lt;/SPAN&gt; &lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 04:59:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Not-Able-to-create-a-Connection-between-Fabric-EventStream-and/m-p/5126579#M78</guid>
      <dc:creator>Abhishek_Puru</dc:creator>
      <dc:date>2026-03-06T04:59:22Z</dc:date>
    </item>
  </channel>
</rss>

