Is there a way to comment M code / comment out lines or blocks of code?
相关问题
- How to join two tables in PowerQuery with one of m
- Using XPath to access comments a flat hierachy
- Bridge tables - DAX or M?
- should I write more descriptive function names or
- Python Encoding Comment Format
M supports two different types of comments:
= 1 + /* some comment */ 2
)Comments might seem to disappear in the formula bar if they are at the end of the line, but they are still there. You can verify this by looking at your code in the Advanced Editor.