The implicit conversion for column v.value to date/time.
Post your table structure and get a better answer. You may use try_cast function as well but you need a data type for your cast.
Your CASE expression does not look right logically. You need to make the expression after then and else same data type(or compatible type).