Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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 ?
Hi @atonidas,
Could you please mark the proper answers as solutions?
Best Regards,
Dale
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
You may do that in dax
Format([Time];"dd/MM/yyyy HH")
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.