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
Option to Stop Fabric Planning Billing Session After Plan Item Deletion
Currently, a Fabric Planning session remains active for 30 days once triggered. If a user creates a Plan item only for testing and deletes it the next day, the billing session still continues and c...v-dugumarrir110 seconds agoMicrosoft EmployeeNew37Views10likes1CommentAllow Managed Private Endpoint to be disabled/enabled per notebook
Could notebooks have an option to use or not use the workspace's Managed Private Endpoint (MPE)? MPE can significantly increase notebook startup time, even for notebooks that don't need private conn...frithjof_v1 day agoCommunity ChampionNew25Views1like0CommentsJustification Prompts When Downgrading or Removing Sensitivity Labels in Power BI Desktop
Description Currently, organizations can configure Microsoft Purview sensitivity label policies to require users to provide a justification when removing a label or lowering its classification. T...vvargasv2 days agoMicrosoft EmployeeNew12Views0likes0Comments