Forum Discussion

atonidas's avatar
atonidas
Frequent Visitor
7 years ago

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([Time],"dd-MM-yyyy HH") and it worked but, i got results like 6 times 00 and 01 and 02.... because i have values like 10 min each (00:10 00:20).

 

The problem is think kind of format "dd-MM-yyyy HH"  example 16/01/2000 06 ,cant put type as Date i already seach on modeling panel and there is no format like this? How can i possible set this to date type ?   

4 Replies