Forum Discussion
DAX syntax error
- Anonymous6 years ago
Anonymous
You can not use Calender () in a column, Calendar() is a table expression that returns a table with a single data column. You can use your formula to create a New Table as the calender and then relate it with the Date column in the original table.https://docs.microsoft.com/en-us/dax/calendar-function-dax
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
You can not use Calender () in a column, Calendar() is a table expression that returns a table with a single data column. You can use your formula to create a New Table as the calender and then relate it with the Date column in the original table.
https://docs.microsoft.com/en-us/dax/calendar-function-dax
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks, Paul! You are right about this is a table function. . It looks I also need to adjust date configuration in my computer to make the function work.