Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi, I have the following Date Column:
I want to get a new column where, for example, 3/24/2023 8:12:56 AM will turn into 3/24/2023 9:12:56 AM, is that possible? thank you
Solved! Go to Solution.
Use this
= [Date] + #duration(0, 1, 0 , 0)
regards
Phil
Proud to be a Super User!
Hi @pal95 ,
You can create calculated column
NewDateTime = [YourDateTimeColumn] + TIME(1, 0, 0)
Use this
= [Date] + #duration(0, 1, 0 , 0)
regards
Phil
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.