Forum Discussion
laurydaggy93
8 years agoNew Member
comment
Is there in Power BI a feature that allows users to write commments? Anyone can see these comments? Thanks
Greg_Deckler
8 years agoCommunity Champion
Yes, in DAX a comment starts with:
//
That's a single line comment
Also:
/* */
is supported for multiple lines of comments
Everyone can see these.
Anonymous
4 years agoNot applicable
Ha ha ha. /* */ throws an error: "The syntax for '/' is incorrect . . . " It's a very simple construct. No spaces in front of the first delimiters or anything. I've used this in TSQL a thousand times.