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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
msommerf
Helper III
Helper III

Week Number from Specific (Static) date

Hi, I am looking to create a column in my date table which shows week numbers that start from 6th April every year as per example below:

Can anyone advise?

Tax Weeks.jpg

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@msommerf ,

Start Year = if(format([Date], "MMDD")*1 < 406 , date(year([Date])-1,4,6) ,date(year([Date]),4,6) )

 

FY Week num = QUOTIENT(datediff([Start Year], [Date], day),7)+1

 

 

Week That Resets Yearly
https://community.powerbi.com/t5/Community-Blog/Week-That-Resets-Yearly-Decoding-Date-and-Calendar-3...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @msommerf 

 

Amit's formula should work. Have you tried that? You can create two new columns with them and get the result you want. 

vjingzhang_0-1651224989591.png

 

Best Regards,
Community Support Team _ Jing

amitchandak
Super User
Super User

@msommerf ,

Start Year = if(format([Date], "MMDD")*1 < 406 , date(year([Date])-1,4,6) ,date(year([Date]),4,6) )

 

FY Week num = QUOTIENT(datediff([Start Year], [Date], day),7)+1

 

 

Week That Resets Yearly
https://community.powerbi.com/t5/Community-Blog/Week-That-Resets-Yearly-Decoding-Date-and-Calendar-3...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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