-
Why Does Fabric Have Two Kinds of Lakehouses?
In Microsoft Fabric, two lakehouses exist due to the introduction of a new catalog for managing tables and schemas instead of restricting the older Hive-based service.
-
Streamlining orchestration with smarter pipelines and deeper monitoring
Fabric Data Factory adds four pipeline features: auto-populated base parameters for Notebook activities; L2 activity-level workspace monitoring so you can drill from a pipeline run into the specific failed activity; an AI-powered Operations Agent (preview) that watches pipeline health and suggests fixes; and a Refresh Materialized Lake View activity (preview) for triggering MLV refreshes directly from a pipeline.
-
Intelligent streaming: Real-time game-day operations with Fabric Eventstreams, Spark and AI functions
Fabric's Eventstreams, Spark, and AI Functions streamline real-time game-day operations by capturing guest requests, classifying them via AI, and routing actionable items to relevant staff for swift responses.
-
Microsoft Fabric Updates: What's New in June 2026
A monthly Fabric feature recap from The Power Mates (dual Microsoft MVPs Gastón Cruz and Alex Rostan), rounding up June 2026 updates for enterprise teams and highlighting their own Tenant Scan Fabric governance-audit tool. This is the full-length video behind the "Fabric Updates JUNE 2026" YouTube Shorts series also pulled in this week; the shorts are excluded here as duplicates.
-
No Code Dataflow Gen 2 in Microsoft Fabric Using GitHub Copilot and Fabric Skills
No Code Dataflow Gen 2 in Microsoft Fabric enables users to create comprehensive dataflows, including merges and fiscal date tables, by simply describing requirements in plain English, with AI tools automating the generation of M code.
-
Stream Oracle database changes into Microsoft Fabric Eventstream (Preview)
Introduces the new Oracle Database CDC source connector for Fabric Eventstream (Preview), built on Oracle LogMiner, which streams every insert/update/delete from Oracle 12c+ (including Autonomous Database) as structured before/after change events — enabling real-time routing to Eventhouse, Lakehouse, and Activator without a separate CDC stack.
-
What’s New in Fabric Eventstreams — 2026 Q2 Edition
Recaps Q2 2026 Fabric Eventstreams releases: GA Kafka and Service Bus connectors plus a new Oracle CDC connector, GA SQL operator with multi-destination fan-out and event-time windowing, a Preview Business Events publisher, Eventstream AI Skills for natural-language topology authoring, and in-canvas Activator rule configuration — illustrated through a retailer's real-time order, warehouse-monitoring, and clickstream scenarios.
-
From Mirrored Database to Real-Time Action: A Fabric Eventstreams scenario
Walks through the "row-to-action" pattern for Fabric: mirroring an operational database, enabling Delta Change Data Feed, and streaming those changes into Eventstream, then using SQL operators, Eventhouse, and Activator to detect and act on events like manufacturing defect clusters within roughly 90 seconds of the source row changing.
-
Using Python Notebooks to Merge Data into a Microsoft Fabric Lakehouse
A pattern for using Fabric's low-CU pure-Python notebook runtime (not PySpark) to incrementally upsert/merge API data into a Lakehouse Delta table: a composite key identifies rows for the merge, a watermark column tracks the last-loaded date for incremental pulls, and parameters (workspace/Lakehouse GUIDs) are kept out of hard-coded attachments so the notebook moves cleanly between workspaces.
-
We Put a GPU Behind Fabric DW
An independent (if informal) benchmark of Fabric Data Warehouse's new GPU-accelerated query execution (Preview) against 100GB TPC-H on an F64 trial capacity: single-user queries all complete under 500ms, but the real story is concurrency — GPU sustains ~100+ queries/sec at 1000 concurrent users versus CPU's ~17 q/s, with p95 latency of 15s versus 97s. Roughly 6x the throughput from the same capacity, one toggle to enable; the win is concentrated at high concurrency, not single-user queries.