Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
unclejemima
Post Patron
Post Patron

Extract Hour from Transaction time not working, returning always 12:00am

I'm trying to extract the hour from a transaction table called Trandata, what has a column called "EnterTime".  EnterTime is formatted as TIME and format (h:mm tt)

 

I made a new calc column and put the formula

1Hour = hour(Trandata[EnterTime])

but it returns always 12:00:00 AM instead of, say 8am, 4pm, etc.

 

 

Any idea's?

1 ACCEPTED SOLUTION

Hi.  I might be on last months release, but very current.

 

I was able to make it work by making a new column called 1HourTime where I formated the 1Hour column to a TIME value.

 

1HourTime = TIME(Trandata[1Hour],0,0)

Then I could format that as normal time and all is good.  The 1Hour column would only work as a whole number.

 


Weird but works now!

View solution in original post

2 REPLIES 2
Greg_Deckler
Community Champion
Community Champion

Strange. I tried to replicate this but cannot. Even if I change the column from Time to Text, it still works! Are you on March 2018 for Desktop?



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Hi.  I might be on last months release, but very current.

 

I was able to make it work by making a new column called 1HourTime where I formated the 1Hour column to a TIME value.

 

1HourTime = TIME(Trandata[1Hour],0,0)

Then I could format that as normal time and all is good.  The 1Hour column would only work as a whole number.

 


Weird but works now!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors