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(...
rafaelmpsantos
7 years agoResponsive Resident
You may do that in dax
Format([Time];"dd/MM/yyyy HH")