Support inline comments in Pipeline Expression Builde
Problem Statement:
Currently, the Pipeline Expression Builder in Microsoft Fabric Data Pipelines does not support any form of inline comments. Expressions like @concat('*','_',pipeline().parameters.pFileDate_YYYYMMDD,'.txt') have no way to carry documentation or intent alongside them. Any attempt to add //, #, or /* */ style comments causes expression validation to fail.
Why This Matters:
Data pipelines in production environments are built and maintained by teams. Complex expressions — especially those involving dynamic file patterns, conditional logic, or chained functions — are difficult to understand at a glance without context. Without native comment support, teams are forced into workarounds like:
- Adding dummy Set Variable activities as visual labels
- Writing intent in the activity Description field (not visible during expression editing)
- Maintaining separate documentation outside the pipeline
These workarounds are fragile, easy to forget, and do not scale well across large pipelines.
Proposed Solution:
Allow comments inside the Pipeline Expression Builder using a clearly defined syntax. For example:
@concat( '*', /* wildcard prefix */ '_', pipeline().parameters.pFileDate_YYYYMMDD, /* injected date: YYYYMMDD */ '.txt' )
Or alternatively, a dedicated Notes / Comment field scoped to each expression (not just the activity Description) that is visible while authoring the expression.
Expected Benefit:
- Improved readability and maintainability of complex pipeline expressions
- Reduced onboarding time for new team members
- Better self-documentation of pipelines without needing external tools
- Brings pipeline expression authoring closer to the standard expected in modern developer tooling
Category: Data Factory / Fabric Data Pipelines / Pipelines
Recent ideas
Power BI UX Suggestion: Preserve Selection When Switching Between Report and Model Views
When developing a Power BI report, if I select a visual in Report View and then switch to Model View, the selected table/column context is lost and everything becomes unselected. This can be inconv...Murtaza_Ghafoor1 hour agoSuper UserNew3Views0likes0CommentsPower BI UX Suggestion: Preserve Selection When Switching Between Report and Model Views
When developing a Power BI report, if I select a visual in Report View and then switch to Model View, the selected table/column context is lost and everything becomes unselected. This can be inconv...Murtaza_Ghafoor1 hour agoSuper UserNew4Views0likes0CommentsDefault Scrollable Time-Series Charts to Most Recent Data
Currently, Power BI time-series charts always open scrolled to the earliest (leftmost) date by default, which is inconvenient for reports where users are interested in the most recent (rightmost) dat...CStillwell3 hours agoNew MemberNew3Views0likes0CommentsPower BI Desktop Data Load: Can We Get Better Progress Visibility?
One UX improvement I’d really like to see in Power BI Desktop is better visibility when loading large datasets from Power Query. Currently, when Power Query finishes processing and the data starts l...salmansaifee774 hours agoRegular VisitorNew16Views0likes0CommentsImprove support for calculated tables on remote semantic models
When a report is connected to a remote semantic model, Power BI Desktop allows users to create calculated tables and calculated columns based on that remote model. The issue is that this architectur...alaeddinegaaya8 hours agoNew MemberNew10Views0likes0Comments