Forum Discussion
afinman
9 years agoNew Member
DateDiff and NOW do not work
I have an increasingly frustrated with PowerBI I have many tables with DateTime values in from SQL Server. I want to do DateDiff functions on these in PowerBI comparing to NOW() so I can get Days...
- 9 years ago
As shown in the error message, the data type is nvarchar and can not be automatically converted to datetime for the current date/time settings. You'll need to perform explicit conversion accordingly.
v-chuncz-msft
9 years agoCommunity Support
As shown in the error message, the data type is nvarchar and can not be automatically converted to datetime for the current date/time settings. You'll need to perform explicit conversion accordingly.