Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Solved! Go to Solution.
You can use the following:
[Date] + #duration(0,Number.From([Hour]),0,0))
You can use the following:
[Date] + #duration(0,Number.From([Hour]),0,0))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 4 | |
| 3 |