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
Fix links generated in multi tenant setups
When I log into Fabric, and I have access to multiple tenants, the links generated for things like monitoring URLs in pipeline runs do not include "ctid=<tenantguid>" query string value, which appear...jwisemanfs53 minutes agoNew MemberNew2Views0likes0CommentsDedicated 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_9 hours agoNew MemberNew33Views5likes0CommentsWorkspace-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...masoodaftab10 hours agoNew MemberNew6Views0likes0CommentsGranular 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...masooddevcorp10 hours agoNew MemberNew19Views1like0Comments