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
Anonymous
Not applicable

Merging two columns (Date and Hours)

Hi

 

I have two columns that I would like to combine:

             Date                                       Hour

01-01-2019 00:00:00                 1

01-01-2019 00:00:00                 2

 

I would like to get the following result:

01-01-2019 01:00:00
01-01-2019 02:00:00

Best regards

1 ACCEPTED SOLUTION
stvsurf
Resolver I
Resolver I

You can use the following:

 

[Date] + #duration(0,Number.From([Hour]),0,0))

View solution in original post

1 REPLY 1
stvsurf
Resolver I
Resolver I

You can use the following:

 

[Date] + #duration(0,Number.From([Hour]),0,0))

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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