Forum Discussion
pkoppurapu
3 years agoFrequent Visitor
Error: We cannot convert the value #datetime() to type Date..
Exception: We cannot convert the value #datetime(2023, 5, 18, 0, 0, 0) to type Date.. when trying to convert or pass a date parameter into a query in power query mode. conversation syntax: Date_t...
ppm1
3 years agoSolution Sage
Try Date.ToText(Date.From(Date_value), "MM/dd/yyyy" ) instead
Pat