Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
JordanJackson
Advocate II
Advocate II

Unexpected 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 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  . 

 

Screenshot (291).pngScreenshot (288).png

 

1 ACCEPTED SOLUTION
AntonioM
Solution Sage
Solution Sage

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.

View solution in original post

2 REPLIES 2
AntonioM
Solution Sage
Solution Sage

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!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors