Forum Discussion
JordanJackson
Advocate II
3 years agoUnexpected results with DAX Measure
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 th...
- 3 years ago
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.
AntonioM
Solution Sage
3 years agoHi 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.
JordanJackson
Advocate II
3 years agoThat has worked perfectly, Thankyou!