You can insert comments into your DAX formulas in Power BI! Given how similar writing DAX in Power BI feels in comparison to entering a formula into Excel, I was very pleasantly surprised to learn that it's actually possible to write comments.
Read More
Start a comment with two forward slashes, and everything until the end of the line will be commented out. You can start a new line by pressing Alt + Enter.
Here are some keyboard shortcuts you can use to quickly comment or uncomment multiple lines in DAX:
- Ctrl + KC: Comment selected lines
- Ctrl + KU: Uncomment selected lines