Forum Discussion
atonidas
7 years agoFrequent Visitor
Convert To Datetime (dd/MM/yyyy HH) is possible????
Greetings i am new to powerbi, i am trying to convert date time column i got like this "16/01/2000 2 06:30:00" and want to convert to "dd/MM/yyyy HH" , and for that i use this DateTime.ToText(...
v-jiascu-msft
7 years agoMicrosoft Employee
Hi atonidas,
Try this format "dd-MM-yyyy HH:mm:ss". Please refer to https://msdn.microsoft.com/en-us/query-bi/m/datetime-totext.
Best Regards,
Dale