Automatically update pipeline references when renaming Library Variables
Problem
Renaming a Library Variable in Microsoft Fabric does not update pipelines that reference it. The pipeline continues to contain the old expression name and only fails at runtime. There is also no warning during publish or validation.
In real projects this creates silent breaking changes. A simple refactor can cause multiple pipelines to fail in production without any design time indication.
Why this matters
This affects maintainability and safe refactoring. Large Fabric workspaces often contain many pipelines and variables. Currently teams must manually search every pipeline JSON to avoid outages.
Typical scenarios impacted:
• Renaming variables to follow naming standards
• Environment standardization
• CI/CD promotion between environments
• Shared library cleanup
Suggested solution
Fabric should track Library Variable usage as a dependency rather than plain text and support safe rename operations. Possible implementations:
Option A
When renaming a Library Variable, automatically update all pipeline expressions referencing it.
Option B
Show a dependency impact list before rename and allow refactor confirmation.
Option C
At minimum, show validation warnings for broken references during publish.
Expected benefit
This would significantly reduce production failures caused by refactoring and align Fabric behavior with modern IDE refactor capabilities.
Current behavior makes variable rename a breaking change, which discourages proper governance and cleanup of shared libraries.
Recent ideas
Allow the target pipeline reference in Invoke Pipeline / ExecutePipeline to be set dynamically
Problem Today, the Invoke Pipeline activity (and legacy ExecutePipeline) requires picking the target pipeline statically at design time — a fixed Workspace/Pipeline selection in the UI, which serial...JONATHANHAUN5 hours agoNew MemberNew7Views0likes0CommentsReset Bookmark Navigator Selection to the Default Published View on Browser Refresh
In Power BI Service, when a user selects a bookmark through a Bookmark Navigator, the bookmark identifier is appended to the report URL. If the user refreshes the browser page, the report reloads in ...vivek123446 hours agoMicrosoft EmployeeNew5Views0likes0CommentsSeparate Interactive and Background Compute Allocation to Prevent Throttling of Live Reports
Problem Statement When Fabric capacity utilization reaches or exceeds 100% in the last one-hour window, end users experience significant disruptions when accessing Power BI Fabric live reports. This...TilakArani6 hours agoNew MemberNew7Views0likes0CommentsAccessibility issue in the Share dialog of embedded Power BI reports
Accessibility issue in the Share dialog of embedded Power BI reports I would like to share an accessibility finding identified while testing an embedded Power BI report published as part of the cont...ugartema7 hours agoAdvocate INew106Views14likes1Comment- fbcideas_migusr9 hours agoNew MemberUnder Review385Views12likes4Comments