Native Git Integration in Power BI Desktop using PowerShell (Developer Mode for PBIP projects)
With the introduction of the PBIP (Power BI Project) format, Power BI has taken a huge step toward modern development workflows, including proper version control and CI/CD practices.
However, today the Power BI Desktop experience still lacks native support for source control operations, forcing developers to rely on external tools such as VS Code, GitHub Desktop, or command-line Git. While functional, this breaks the development flow and raises the barrier for adoption of version control among Power BI users.
Proposed idea: Developer Mode with native Git actions
When a report is opened in PBIP format, Power BI Desktop could expose a new “Developer” tab in the ribbon, focused on version control and automation.
This tab could offer simple, guided actions such as:
View repository status (current branch, modified files)
Stage changes (equivalent to git add .)
Commit changes, with a popup to enter the commit message
Push changes to the remote repository
All actions could be implemented internally via PowerShell, which is already a first-class Microsoft technology and a natural fit for Windows-based enterprise environments.
Why PowerShell?
PowerShell is native to Windows and widely adopted by IT, data, and DevOps professionals
It allows controlled, secure execution of Git commands
It avoids the need to embed a full terminal UI, keeping the experience simple and safe
Optionally, Power BI Desktop could also expose a sandboxed PowerShell console scoped to the PBIP project folder, for advanced users who want deeper automation without leaving the tool.
Benefits
Dramatically improves developer productivity
Encourages Git adoption among Power BI users
Reduces context switching between tools
Aligns Power BI Desktop with modern development IDEs
Complements existing Git integration in the Power BI Service / Fabric
This approach keeps Power BI approachable for non-technical users while unlocking a first-class development experience for advanced and enterprise teams.
Thank you for considering this suggestion.
Recent ideas
Allow External OneLake Data Shares to Be Accepted into Multiple Fabric Item Types
Fabric External Data Sharing provides an excellent zero-copy mechanism for sharing OneLake data across tenants. However, the receiving tenant currently has to accept the share into a Lakehouse. I w...Mourak18 minutes agoNew MemberNew1View0likes0CommentsAllow OneLake Shortcut Authentication Mode to Be Changed In Place
OneLake shortcuts support passthrough and delegated authentication, but changing the authentication model currently requires deleting and recreating the shortcut. I would like shortcut authenticatio...Mourak20 minutes agoNew MemberNew2Views0likes0CommentsTenant-Wide OneLake Shortcut Lineage and Impact Analysis
This is grounded in a documented limitation: shortcut lineage is currently workspace-scoped, and Microsoft specifically says lineage for shortcuts to warehouses and semantic models isn't currently av...Mourak23 minutes agoNew MemberNew2Views0likes1CommentAdd an End-to-End Production Reference Architecture for Microsoft Fabric Real-Time Intelligence
I would like to see a complete end-to-end Microsoft Fabric Real-Time Intelligence reference architecture that demonstrates how the individual RTI capabilities work together in a production-oriented s...Mourak31 minutes agoNew MemberNew1View0likes0CommentsImprove CI/CD consistency for Microsoft Fabric Real-Time Intelligence Eventstreams
Microsoft Fabric Real-Time Intelligence has made strong progress with Git integration and deployment pipelines, but lifecycle management can still be inconsistent across Eventstream sources, destinat...Mourak32 minutes agoNew MemberNew1View0likes0Comments