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
Arich62585
New Member

Custom Column Formula for Work Week in Power Query Editor

Hi All,

    I am able to get the Work Week results by using "=Date.WeekOfYear([My Data])". However i am tyring to figure out how can i get the Work Week to start on Sunday's at 6:00:00AM and end on Sunday's at 5:59:59AM.

 

Example:

If my data is "8/27/2023 5:59:00", i would like the results to be 34 (WW34)

and

If my data is "8/27/2023 6:01:00", i would like the results to be 35 (WW35)

 

I'm sorry if this is a simple task but i've trying to search and cant find anything on this type of case.

 

Thanks in advance.

1 ACCEPTED SOLUTION
ThxAlot
Super User
Super User

Simple enough

ThxAlot_0-1693520891739.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LeanAndPractise(Everyday)


)



View solution in original post

2 REPLIES 2
ThxAlot
Super User
Super User

Simple enough

ThxAlot_0-1693520891739.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LeanAndPractise(Everyday)


)



@ThxAlot , This worked perfectly. Thank you so much.

 

Last question for learning purposes, does (0,6,0,0) represent (Days, Hours, Minutes, Seconds)?

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors