Forum Discussion
Pawan
3 years agoFrequent Visitor
Date Time Format Help
Hi Team, Please can you help me to convert below date field into Date Time format in DAX to use in Tabular model. Input: Expected Output format:
Anonymous
3 years agoNot applicable
Hi Pawan
You can try this code:
Column = CONVERT(LEFT([Column1],19),DATETIME)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Pawan
3 years agoFrequent Visitor
Hi Anonymous I am getting this error Can't convert value of type text to Datetime