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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
vnarayan
Frequent Visitor

Adjusting emails received to working hours

Hello,

 

I am trying to see whether there is a way to adjust the time for email received out of operational hours to the next working day. For example if we get an email anytime after 6:00pm on 25 Feb, this entry should be adjusted to received at 8:00am on 26 Feb. This should also include adjusting emails received at 1:00am on 26 Feb to 8:00am on 26 Feb. Appreciate the help.

 

Thanks,

 

Vivek

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@vnarayan , I am assuming you want a new data column

A new column

Date =

if(timevalue([Datetime]) >time(18,0,0), datevalue([Datetime]) + 1, datevalue([Datetime]))

 

Time=

if(timevalue([Datetime]) >time(18,0,0), time(8,0,0) , timevalue([Datetime]))

 

 

if need add these two for a new datetime

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

2 REPLIES 2
vnarayan
Frequent Visitor

@amitchandak This is awesome. Thanks so much for your help.

amitchandak
Super User
Super User

@vnarayan , I am assuming you want a new data column

A new column

Date =

if(timevalue([Datetime]) >time(18,0,0), datevalue([Datetime]) + 1, datevalue([Datetime]))

 

Time=

if(timevalue([Datetime]) >time(18,0,0), time(8,0,0) , timevalue([Datetime]))

 

 

if need add these two for a new datetime

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.