Issue
When using DATEDIFF in a calculated field, a message similar to the following may appear:DATEDIFF is being called with (string, date, date, integer). Did you mean (string, datetime, datetime, string)?
DATEDIFF('month',[Order Date],[Ship Date],1)
DATEDIFF('month',[Order Date],[Ship Date],'sunday')