Erwin | Data & Intelligence
  • Home
  • FMD Framework
  • Speaker Profile
  • About
  • Contact
Select Page
FMD Release Highlights January 2026

FMD Release Highlights January 2026

by Erwin | Jan 12, 2026 | FMD Framework

Fabric Metadata‑Driven Framework (FMD)

Erwin

by Erwin | Jan 12, 2026

Fabric Metadata‑Driven Framework (FMD) — Early January 2026 Release Notes

What Else Should You Do During the Holiday Period Besides Spending Time with Family?

While the holiday season is perfect for family time, it’s also a great opportunity to work on side projects and contribute to the community. For me, that meant diving into the FMD Framework and adding new functionality requested by users, along with several enhancements and optimizations.

Key Updated and Enhancements

Refactored NB_UTILITIES_SETUP_FMD Notebook

  • Optimized and refactored for better performance.
  • Added new functionalities now available in Fabric CLI v1.3.1.

Fabric Database Improvements

  • DACPAC Import Support: Streamlined deployment and updates of data models.
  • Environment Creation: Automated setup for smoother workflows.
  • Variable Library Protection: Use overwrite_variable_library=False to retain existing variables.

NB_SETUP_FMD Notebook Enhancements

  • Table of Contents: Easier navigation for complex notebooks.
  • Deployment Order Restructured: All parameter cells are now at the top for clarity.

fmd_table_content_notebook Fabric Metadata‑Driven Framework (FMD)

Connection Automation

  • Fabric DataPipelines Connection: Now automated with Workspace Identity (thanks to Hasan Abo-Shally | LinkedIn for helping fix a bug!).
  • Workspace identity automatically gets Contributor Role, required for executing Invoke Pipeline Activity.
  •  Default Role Assignment: Define security group roles for connections.
  • Limitations: Connections for Fabric Notebooks and Fabric SQL Database can’t be automated yet, but hopefully in the next release.

Documentation Updates

  • Moved a lot of documentation from the repo to the FMD Framework Wiki. Check it out, still work in progress, but the foundation is there.
  • Next up: Detailed documentation on Integration Framework.

Setup Requirement

Please make sure to use the new Setup Notebook to enable the above functionalities.

Quick Upgrade Checklist

  • Download the latest NB_SETUP_FMD notebook. Make you sure you update your configuration settings
  • Check the FMD_FRAMEWORK_DEPLOYMENT documentation for more detailed information which settings in the Fabric Admin Portal need to be applied

Bug Fixes & Community Contributions

A huge thank‑you to the community for reporting issues and submitting pull requests! This release includes:

  • Minor bug fixes.
  • Quality‑of‑life improvements based on your feedback.

Stay Connected 

  • https://github.com/edkreuk/FMD_FRAMEWORK
  • Hit the subscribe button to get the latest release notes as of the one first in your mailbox

Latest FMD Releases

  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – April 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – March 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – February 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights January 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights December 2025

Latest Posts

  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – April 2026
  • Fabric Enterprise ready
    Microsoft Fabric Becomes Enterprise‑Grade in the AI Era
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – March 2026
  • Creating Notebook Connections in Microsoft Fabric Just Became a Lot Easier (and Automatable!)
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – February 2026

Categories

  • Azure (49)
  • Azure Databricks (9)
  • Divers (9)
  • Domoticz (1)
  • Events (38)
  • FMD Framework (8)
  • Microsoft Fabric (16)
  • Microsoft Fabric Content HUB (9)
  • Microsoft Purview (19)
  • Power BI (1)
  • SQL Server (3)
  • Sql Server Management Studio (2)

Feel free to leave a comment

FMD Release Highlights January 2026

FMD Release Highlights December 2025

by Erwin | Dec 22, 2025 | FMD Framework

Fabric Metadata‑Driven Framework (FMD)

Erwin

by Erwin | Dec 22, 2025

Fabric Metadata‑Driven Framework (FMD) — December 2025 Release Notes

End‑of‑year edition

Looking back on an incredible year. As we wrap up 2025, I’m grateful for the momentum around the Fabric Metadata‑Driven Framework. A personal highlight was the conversation during #MSIgnite with Mathias Falland, what we first thought were “just over 4,000” views of our joint FMD video turned out to be 50,000+ views a week later. Absolutely unbelievable, and a huge thank‑you to everyone who watched, shared, and gave feedback.

▶️ Watch the video: https://www.youtube.com/watch?v=l4jvW93DTjw&t

Key Enhancements

  • Change Data Feed Enabled by Default
    We’ve enabled Change Data Feed by default to support optimal refresh in  Materialized Lake Views, improving data consistency and performance across your pipelines.
  • Improved Table Extraction Logic
    The PL_TOOLING_POST_ASQL_TO_FMD process now extracts tables based on schema rather than individual tables, simplifying configuration and reducing manual effort.

New Functionalities

  • Oracle Data Extraction
    You can now extract data from Oracle sources with new pipelines and updated documentation.
  • Custom Notebook for API Data Sources
    We’ve added functionality to use a custom Notebook for extracting data from API sources. This includes:
    • New pipelines
    • Example Notebook
    • Demo data for custom Notebook
      For details, check the documentation:
      https://github.com/edkreuk/FMD_FRAMEWORK/blob/main/FMD_INTEGRATION_FRAMEWORK.md

Notebooks

  • NB_FMD_CUSTOM_NOTEBOOK_TEMPLATE
    A reusable template for building extraction notebooks quickly. It includes parameterized configuration blocks and standardized logging hooks
  • NB_FMD_UTILITY_FUNCTIONS
    A shared notebook providing utility function declarations (e.g., configuration loading, standardized exception handling) to promote consistency and reduce repeated code across custom notebooks.
  • Initial Setup Notebook(NB_UTILITIES_SETUP_FMD): All core functions have now been moved to a separate notebook. This notebook is automatically downloaded and deployed during setup, ensuring you always have the latest version.
  • NB_SETUP_FMD: We’ve organized the parameters more clearly to provide a better and easier overview.

Folder Support (Better structure & visibility)

We’ve introduced a clearer folder layout so teams can find and manage assets faster:

  • Datapipelines
  • Notebooks
  • Variable Libraries
  • Environments

FMD Folder support

Deployment Simplification

Streamlined steps for deploying Fabric Database, making setup faster and more predictable.

Setup Requirement

Please make sure to use the new Setup Notebook to enable the above functionalities.

Quick Upgrade Checklist

  1. Download the latest NB_SETUP_FMD notebook. Make you sure you update your configuration settings
  2. Adopt the new folder structure for better organization.
  3. Use NB_FMD_UTILITY_FUNCTIONS in your notebooks.
  4. Start new extractions from NB_FMD_CUSTOM_NOTEBOOK_TEMPLATE.
  5. Configure Oracle on‑prem support following updated docs.
  6. Validate Workspace Identity settings.

Bug Fixes & Community Contributions

A huge thank‑you to the community for reporting issues and submitting pull requests! This release includes:

  • Minor bug fixes.
  • Quality‑of‑life improvements based on your feedback.

Looking Back and Forward

Thank you for making 2025 a landmark year for FMD! Your feedback and contributions keep driving innovation, let’s make 2026 even better.

I’m excited to see what 2026 will bring. Next year, I plan to record a new video with Mathias to dive deeper into the Integration part of the Framework.
What would you like to see added or improved in the coming releases? Your feedback is invaluable, drop your ideas in the comments or reach out directly!

Stay Connected 

  • https://github.com/edkreuk/FMD_FRAMEWORK
  • Hit the subscribe button to get the latest release notes as of the one first in your mailbox

Latest FMD Releases

  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – April 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – March 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – February 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights January 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights December 2025

Latest Posts

  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – April 2026
  • Fabric Enterprise ready
    Microsoft Fabric Becomes Enterprise‑Grade in the AI Era
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – March 2026
  • Creating Notebook Connections in Microsoft Fabric Just Became a Lot Easier (and Automatable!)
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – February 2026

Categories

  • Azure (49)
  • Azure Databricks (9)
  • Divers (9)
  • Domoticz (1)
  • Events (38)
  • FMD Framework (8)
  • Microsoft Fabric (16)
  • Microsoft Fabric Content HUB (9)
  • Microsoft Purview (19)
  • Power BI (1)
  • SQL Server (3)
  • Sql Server Management Studio (2)

Feel free to leave a comment

FMD Release Highlights January 2026

FMD Release Highlights November 2025

by Erwin | Nov 11, 2025 | FMD Framework

Fabric Metadata‑Driven Framework (FMD)

Erwin

by Erwin | Nov 11, 2025

Fabric Meta DataDriven Framework – November Release Highlights

I'm excited to announce the November update for the Fabric Meta DataDriven Framework! This release introduces powerful new capabilities, improved automation, and enhanced governance features to help you scale your Fabric implementation with confidence and ease.

Whether you’re already running the framework or just getting started, make sure to download the latest Setup Notebook and apply the necessary configurations to take full advantage of these new features.


Key Highlights

Domain & Business Domain Support

  • Business Domains replace Sub Domains
    Based on feedback, sub domains are now renamed as Business Domains and defined under a Domain. This change provides greater flexibility for future Data Mesh approaches, empowering Data Products and Data Agents in Microsoft Fabric.
  • Setup Notebook Enhancements
    • Automatically creates Domains and Business Domains.
    • Assigns all workspaces to the correct Domain.
    • Requires Fabric Admin role to create Domains.

Workspace Structure per Business Domain
Each Business Domain now includes three dedicated workspaces:

    • Code: Stores all notebooks and pipelines for data loading.
    • Data: Hosts Semantic Models, Lakehouse, optional Warehouse or Fabric Database.
      • For Materialized Lake Views, store notebooks here.
      • Recommended: Use shortcuts from your Silver Layer in the Integration Domain to avoid duplicating data.
    • Reporting: Contains all reports for the specific domain.

Enjoy a clear overview of all domains and their workspaces in Fabric!

Domain and Business Domain Overview

Flexible Naming Conventions

  • Parameter Changes
    • Removed: framework_name
    • Added: framework_post_fix
  • New Naming Logic
    Previously:
    framework_name + ' DATA (D)' + FMD

Now:

         domain_name + ' DATA (D)' + framework_post_fix

Tip: To keep existing naming, set domain_name as your previous Framework_Name and framework_post_fix as ' FMD'.

This update allows organizations to define their own naming standards for better alignment.

New Roles

This release introduces optional business-domain specific role lists for improved governance and flexibility. You can now define roles per workspace type within a Business Domain:

# Optional: business-domain specific role lists
workspace_roles_data_business_domain = [
{
“principal”: {“id”: “00000000-0000-0000-0000-000000000000”, “type”: “Group”},
“role”: “Member”
}
]
workspace_roles_code_business_domain = [
{
“principal”: {“id”: “00000000-0000-0000-0000-000000000000”, “type”: “Group”},
“role”: “Member”
}
]
workspace_roles_reporting_business_domain = [
{
“principal”: {“id”: “00000000-0000-0000-0000-000000000000”, “type”: “Group”},
“role”: “Member”
}
These lists allow you to:
  • Assign specific groups to Code, Data, and Reporting workspaces.
  • Maintain consistent access control across domains.
  • Easily customize roles for different organizational needs.

Notebooks

Added spark.conf.set('spark.databricks.delta.properties.defaults.enableChangeDataFeed', True) to NB_FMD_LOAD_BRONZE_SILVER to support optimal refresh for materialized lake views in a lakehouse

Check out the documentation to learn more.

Updated Documentation

All documentation pages have been refreshed to reflect the latest features and improvements. Whether you're configuring domains, setting up pipelines, or customizing icons, the docs have you covered.

Bug Fixes & Community Contributions

A big thank you to the community for reporting issues and submitting pull requests! This release includes several minor bug fixes and quality-of-life improvements based on your feedback.

Video Resource

Check out last month’s recording with (263) Matthias Falland -The Trusted Advisor- Fabric & AI - YouTube, where you can see the Fabric Metadata Driven Framework in action.

 

Final Notes

Make sure to:

  • Re-download the Setup Notebook.
  • Verify your Fabric Admin permissions.
  • Review the updated documentation.
  • Stay tuned—more features are on the way!

Github

edkreuk/FMD_FRAMEWORK: The Fabric Metadata-Driven Framework is a cutting-edge accelerator designed to optimize data handling and utilization.

Latest FMD Releases

  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – April 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – March 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – February 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights January 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights December 2025

Latest Posts

  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – April 2026
  • Fabric Enterprise ready
    Microsoft Fabric Becomes Enterprise‑Grade in the AI Era
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – March 2026
  • Creating Notebook Connections in Microsoft Fabric Just Became a Lot Easier (and Automatable!)
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – February 2026

Categories

  • Azure (49)
  • Azure Databricks (9)
  • Divers (9)
  • Domoticz (1)
  • Events (38)
  • FMD Framework (8)
  • Microsoft Fabric (16)
  • Microsoft Fabric Content HUB (9)
  • Microsoft Purview (19)
  • Power BI (1)
  • SQL Server (3)
  • Sql Server Management Studio (2)

Feel free to leave a comment

FMD Release Highlights January 2026

FMD Release Highlights October 2025

by Erwin | Oct 19, 2025 | FMD Framework

Fabric Metadata‑Driven Framework (FMD)

Erwin

by Erwin | Oct 19, 2025

Fabric Meta DataDriven Framework – New Release Highlights

I'm  excited to announce a major update to the Fabric Meta DataDriven Framework! This release brings powerful new capabilities, improved automation, and enhanced governance features to help you scale your Fabric implementation with confidence and ease.

Whether you're already running the framework or just getting started, make sure to download the latest Setup Notebook and apply the necessary configurations to take full advantage of the new features.

Domain & SubDomain Support

One of the most significant updates is the introduction of Domain and SubDomain support:

  • The Setup Notebook now automatically creates Domains and SubDomains.
  • All workspaces are assigned to the correct Domain structure.
  • To create Domains, ensure you have the Fabric Admin role before running the notebook.

Domain Contributor Role

As part of the Domain configuration:

  • The Domain Contributor role is now applied.
  • By default, this role is scoped to the Entire Organization.
  • Only users in the Domain Contributor security group can add or remove workspaces, ensuring tighter governance and control.

Workspace Icons – Now Automated!

Thanks to a great contribution from Peer, workspace icons are now automatically applied during setup. This small but impactful feature improves the visual organization and user experience across your Fabric environment.

⚡ Spark Optimizations for Bronze & Silver Layers

The latest Spark performance optimizations are now integrated into the Bronze and Silver layer notebooks. These enhancements align with recent announcements and ensure your data processing pipelines are faster and more efficient than ever.

Service Principal Support for Data Pipelines

We’ve added Service Principal support for Fabric Data Pipelines connections. This enables more secure and automated deployments. Be sure to check the updated documentation for configuration steps.

Updated Documentation

All documentation pages have been refreshed to reflect the latest features and improvements. Whether you're configuring domains, setting up pipelines, or customizing icons, the docs have you covered.

Bug Fixes & Community Contributions

A big thank you to the community for reporting issues and submitting pull requests! This release includes several minor bug fixes and quality-of-life improvements based on your feedback.


Final Notes

Make sure to:

  • Re-download the Setup Notebook.
  • Verify your Fabric Admin permissions.
  • Review the updated documentation.
  • Stay tuned—more features are on the way!

Latest FMD Releases

  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – April 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – March 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – February 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights January 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights December 2025

Latest Posts

  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – April 2026
  • Fabric Enterprise ready
    Microsoft Fabric Becomes Enterprise‑Grade in the AI Era
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – March 2026
  • Creating Notebook Connections in Microsoft Fabric Just Became a Lot Easier (and Automatable!)
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – February 2026

Categories

  • Azure (49)
  • Azure Databricks (9)
  • Divers (9)
  • Domoticz (1)
  • Events (38)
  • FMD Framework (8)
  • Microsoft Fabric (16)
  • Microsoft Fabric Content HUB (9)
  • Microsoft Purview (19)
  • Power BI (1)
  • SQL Server (3)
  • Sql Server Management Studio (2)

Feel free to leave a comment

FMD Release Highlights January 2026

FMD Release Highlights July 2025

by Erwin | Oct 18, 2025 | FMD Framework

Fabric Metadata‑Driven Framework (FMD)

Erwin

by Erwin | Oct 18, 2025

Fabric Meta DataDriven Framework – New Release Highlights

I'm excited to announce a new release of the Fabric Metadata-Driven (FMD) Framework, now with full Fabric CLI integration and several powerful enhancements to streamline deployment and governance.


 What’s New

  • Fabric CLI-Based Setup
    The entire setup process is now powered by the Fabric CLI, enabling faster, more consistent deployments.
    Special thanks to @Edgar Cotte for the collaboration and support!
  • Default Descriptions
    All deployed items now include default descriptions for improved clarity and documentation.
  • Lakehouse Schema Support
    Optionally enable Lakehouse schemas, unlocking support for:
    • Materialized Views
    • One Security model
  • Workspace Identity Enabled by Default
    Enhances security and simplifies access management by enabling workspace identity automatically.
  • Direct GitHub Deployment
    Items can now be deployed directly from GitHub — no need for a separate deployment file.
  • Open Source Hosting
    The full source code is now hosted on GitHub, making it easier for the community to contribute and collaborate.

Documentation

Refer to the updated README for setup instructions, configuration options, and usage examples.


Community

This release is dedicated to our amazing community — and yes, it’s open source!
We welcome your feedback, issues, and contributions.

Try it out and let us know what you think!


Final Notes

Make sure to:

  • Download the Setup Notebook.
  • Review the documentation.
  • Stay tuned—more features are on the way!

Latest FMD Releases

  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – April 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – March 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – February 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights January 2026
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights December 2025

Latest Posts

  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – April 2026
  • Fabric Enterprise ready
    Microsoft Fabric Becomes Enterprise‑Grade in the AI Era
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – March 2026
  • Creating Notebook Connections in Microsoft Fabric Just Became a Lot Easier (and Automatable!)
  • Fabric Metadata‑Driven Framework (FMD)
    FMD Release Highlights – February 2026

Categories

  • Azure (49)
  • Azure Databricks (9)
  • Divers (9)
  • Domoticz (1)
  • Events (38)
  • FMD Framework (8)
  • Microsoft Fabric (16)
  • Microsoft Fabric Content HUB (9)
  • Microsoft Purview (19)
  • Power BI (1)
  • SQL Server (3)
  • Sql Server Management Studio (2)

Feel free to leave a comment

« Older Entries
Next Entries »

Categories

  • Azure (49)
  • Azure Databricks (9)
  • Divers (9)
  • Domoticz (1)
  • Events (38)
  • FMD Framework (8)
  • Microsoft Fabric (16)
  • Microsoft Fabric Content HUB (9)
  • Microsoft Purview (19)
  • Power BI (1)
  • SQL Server (3)
  • Sql Server Management Studio (2)
Adding an RSS feed to this site’s homepage is not supported, as it could lead to a loop that slows down your site. Try using another block, like the Latest Posts block, to list posts from the site.
  • RSS

Designed by Elegant Themes | Powered by WordPress