Allow trailing commas in DAX code for easier debugging
Debugging DAX code sometimes requires to comment out a line, like a filter parameter in a CALCULATE function. Allowing a trailing comma after the last parameter in DAX functions would prevent DAX throwing an error when removing the last parameter.
Some people advocate for com...
STATUS
DETAILS
New