dax comment code example
Example: power bi dax comment
In DAX, a single line comment starts with:
// comment
Also, for multiple lines of comments:
/* comments */
In DAX, a single line comment starts with:
// comment
Also, for multiple lines of comments:
/* comments */