Forum Discussion

SergeiBaklan's avatar
SergeiBaklan
Diamond Contributor
May 16, 2017

DAX doesn't recognize single-line comments within the function any more

For example, JustMeausre:=SUM( // comment JustTable[a] // one more comment ) doesn't work, only JustMeausre:=SUM( /* comment */ JustTable[a] /* one more comment */ ) instead.  Taking into a...

Resources