Steve-DataCoura
Advocate I
8 months agoStatus:
Needs Votes
Provide basic features for working in the Advanced Editor in dataflows - e.g. search, replace, intel
Please recognize that developers actually use the Advanced Editor in dataflows to modify the M-Code and provide at least BASIC support features for this.
- Find, Replace, Replace All
- Intellisense
And break up the script into multilple lines adding a step using the UI.
This format is very difficult to read:
#"Merged queries" = Table.NestedJoin(#"Renamed columns", {"Company", "Customer No"}, #"Renamed columns", {"Company", "Customer No"}, "Renamed columns", JoinKind.LeftOuter)
This is better-
#"Merged queries" = Table.NestedJoin(#"Renamed columns",
{"Company", "Customer No"}, #"Renamed columns",
{"Company", "Customer No"}, "Renamed columns",
JoinKind.LeftOuter)
People may have different opinions about where to add the line breaks in the code - but I guarantee you that if you asked 10 M-code designers, none of them would think that putting everthing in a single line is the best option.
1 Comment
- miguel
Community Admin
Status changed:NewtoNeeds Votes
Recent ideas
Dedicated Fabric Message Center to communicate planned Fabric Changes
Summary Microsoft recently rolled out a change that automatically enabled the Item Recovery tenant setting in Microsoft Fabric for tenants where the setting had not been explicitly configured. Accor...Edgar_4 hours agoNew MemberNew8Views0likes0CommentsWorkspace-Level Control of Storage Modes (Import vs DirectQuery vs Direct Lake)
Organizations operating under strict governance and data residency requirements need the ability to control which storage modes are permitted within a workspace. Currently, report authors can choose...masoodaftab4 hours agoNew MemberNew4Views0likes0CommentsGranular Workspace Permissions Beyond Workspace Roles
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } The current workspace access model is limited to the predefined workspac...masooddevcorp4 hours agoNew MemberNew10Views1like0CommentsAccessibility 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...ugartema8 hours agoNew MemberNew10Views1like0Comments