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
William_Walk
Frequent Visitor

6 Week Offset

Hi

 

Currently looking for a solution for my Calendar Table. I have dates ranging from years 2018 - 2035. I need a collumn that takes 6 weeks for an offset. I want it so I can measure yearly data but within 6 week periods. Any chance anyone can think of a solution. Cheers 🙂 

 

William_Walk_0-1693922597195.png

 

2 REPLIES 2
William_Walk
Frequent Visitor

@amitchandak 

Thank you for the help, is there anyway of getting this to reset for every january so that when we go from december 2018 to january the 1st the 6 week offset resets back to 1.

 

Thanks

amitchandak
Super User
Super User

@William_Walk , Assume you want 6 week offset staring from 2018

 

You can have have a new column like

 

New column=

var _min = min(Date[Date])

var _diff = datediff(_min, [Date], day)

return 

quotient(_diff, 42) +1

 

If need you can move the first date sunday or monday using the week start logic

2.Any Weekday Week - Start From Any day of Week
https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...
https://medium.com/chandakamit/cheat-sheet-any-weekdays-week-start-date-just-one-variable-apart-6b2e...

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.