How to comment out code in Power Query Advanced Editor
Power Query uses Microsofts M Language. I couldn't find out how to comment out code so I could write notes inside the Advanced Editor. It's the same as C# and many other languages, use two right slashes:
// COMMENT HERE!
Comments
Post a Comment