Answers for "Adding comments in DAX formula bar"

0

Adding comments in DAX formula bar

In DAX, a single line comment starts with: 

// comment

Also, for multiple lines of comments:

/* comments */
Posted by: Guest on January-26-2022

Browse Popular Code Answers by Language