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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors