Forum Discussion
Tabaqat_Team
3 years agoFrequent Visitor
Problem using DATEDIFF with date hierarchy
I have a calculated column with the name 'Date' that represents date hierarchy and I want to calculate the months between today's date and this column in months when I use the following DAX: = DA...
- 3 years ago
Can you check the datatype of airbnb[Date] column? If it is not in date format then that is the reason for this error.
You have to convert that column to date datatype.
Thanks,
Arul
Arul
3 years agoSuper User
Can you check the datatype of airbnb[Date] column? If it is not in date format then that is the reason for this error.
You have to convert that column to date datatype.
Thanks,
Arul