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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
AaronRogers3
Helper I
Helper I

Hours Column + Minutes Column.. how to combine?

Hi All,

 

I have an hours column and a minutes column which are simply just whole numbers.

I would like to combine these columns so that the minutes updates to an hour after 60.

 

How could i do this, i have tried formatting however i have been having no luck.

1 ACCEPTED SOLUTION

Hi @AaronRogers3,

 

To achieve your requirement, you can create a calculated column with Time() function. Then change this column to Time type.

 

Please refer to following sample:

 

Hour&Minutes = TIME(TableTime[Hour],TableTime[Minutes],0)

11.PNG

 

Thanks,
Xi Jin.

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

That looks good... but my hours field and my minutes field are just whole numbers not date/time.

 

For example:

 

Hours : 4

Minutes : 45

 

Hi @AaronRogers3,

 

To achieve your requirement, you can create a calculated column with Time() function. Then change this column to Time type.

 

Please refer to following sample:

 

Hour&Minutes = TIME(TableTime[Hour],TableTime[Minutes],0)

11.PNG

 

Thanks,
Xi Jin.

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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
Top Kudoed Authors