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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

production date between dates

Hello. I have production dates (day and time stamp) and if the production date is between 16:00:00 and 15:59:59 from the following day, I want the day before:

 

Production date:

10/02/2021 18:30:00 - 10/02/2021

10/02/2021 23:59:59 - 10/02/2021

11/02/2021 14:30:00 - 10/02/2021

11/02/2021 15:59:59 - 10/02/2021

 

So, my day instead of starting at 00:00:00 will start at 16:00:00 to 15:59:59 the following day. How can I do it?

 

Thanks!

 

1 ACCEPTED SOLUTION
rfigtree
Resolver III
Resolver III

maybe i am misunderstanding but isnt it just

 

rfigtree_2-1613276363104.png

 

 

 

View solution in original post

2 REPLIES 2
rfigtree
Resolver III
Resolver III

maybe i am misunderstanding but isnt it just

 

rfigtree_2-1613276363104.png

 

 

 

Anonymous
Not applicable

I tried this formula: 

 

=if(time(hour(23);minute(59);second(59))<=time(Hour([productiondate]);MINUTE([productiondate]);second([productiondate]))>=time(hour(16);minute(00);second(00));[productiondate];([productiondate])-time(24;0;0))

 

didnt work...

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

Top Solution Authors