This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
In the Source Control interface within Microsoft Fabric, the commit message field is labeled as "Optional Commit Message." This allows users to commit changes without entering a message, which undermines traceability and governance in our deployment pipelines.
Additionally, when selecting a modified item (e.g., a report like Leads_Report), there is no auto-population of the commit message based on the selected file name. This leads to inconsistent commit logs and manual overhead.
Feature Requests:
Mandatory Commit Message Enforcement:
Commit button should remain disabled until a non-empty message is entered.
Ideally configurable at workspace or tenant level for governance enforcement.
Auto-Populate Commit Message Based on Selected Artifact:
When a user selects a modified report or dataset, the commit message field should auto-fill with a default format like:
"Update: Leads_Report"
This improves consistency and supports automated traceability workflows.
Environment:
Microsoft Fabric workspace
Source Control panel (DEV branch)
Artifact: Power BI report (Leads_Report)
Business Impact:
We are building automated governance pipelines that rely on structured commit messages for work item linking, audit trails, and rollback logic. Lack of enforcement and automation here introduces risk and manual effort.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.