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_Ghafoor11 hours agoSuper UserNew12Views0likes0CommentsPower 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_Ghafoor11 hours agoSuper UserNew12Views0likes0CommentsDefault 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...CStillwell13 hours agoNew MemberNew9Views0likes0CommentsPower 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...salmansaifee7714 hours agoRegular VisitorNew20Views1like0Comments