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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I am using a custom column in Power Query in order to +1 day to the date if the selected time column goes over midnight.
This has worked in most cases, but not some? Evidenced in the photos attached.
The problem seems to be from when the time is between 00:00:00 and 00:59:00?
But in the show formula it should include all from 0-7?
Any help would be greatly appreciated, thank you .
Solved! Go to Solution.
Hi @JordanJackson ,
You might want >=0. From 00:00 to 00:59 the hour is 0 so I'm thinking the >0 condition is false there.
Hi @JordanJackson ,
You might want >=0. From 00:00 to 00:59 the hour is 0 so I'm thinking the >0 condition is false there.
That has worked perfectly, Thankyou!