March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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:
= DATEDIFF(airbnb[Date], TODAY(), MONTH)
It returns the following:
An invalid numeric representation of a date value was encountered.
Solved! Go to Solution.
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
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |