Forum Discussion
Anonymous
8 years agoNot applicable
DAX CALENDAR syntax issue
I tried to create a dateTable using CALENDAR ( DATE ( 2017, 1, 1 ), DATE ( 2017, 12, 31 ) ) I kept getting the error message "The syntax for '.1' is incorrect.(DAX(CALENDAR(DATE(2005, 1, 1), DA...
Anonymous
6 years agoNot applicable
I had the same issue. The Decimal and List Seperator had the same value, so I changed Decimal to a '.' and started working again.