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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
adityavighne
Continued Contributor
Continued Contributor

week start on Wednesday

Hi Team,

 

I'm looking for weeknum should start on wednesday - tuesday

 

WeekNUM don;t have options. so how to acieve this.

 

regards,

Aditya

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@adityavighne , please find the calendar that start from any weekday

https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...

 

How to get custom week of year

Start Year = STARTOFYEAR('Date'[Date],"3/31") // Give correct year end date
WeekDay = WEEKDAY([Date],2) //monday, Use Wed code from link
Start of Week = [Date] -[WeekDay]+1 //monday , Use Wed code from link
FY Year = YEAR('Date'[Start Year]) // use end year
FY Week = QUOTIENT(DATEDIFF(Minx(FILTER('Date',[FY Year]=EARLIER([FY Year])),'Date'[Start of Week]),[Date],DAY),7)+1

View solution in original post

5 REPLIES 5
harshnathani
Community Champion
Community Champion

HI @adityavighne ,

 

You can have a look at this blog.

 

https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...

 

 

 

Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

 

FarhanAhmed
Community Champion
Community Champion

Hi @adityavighne 

 

One way to do it change the regional setting of your Windows to Start the Week from Wednesday

 

- Go to regional settings in windows

WeekStart-Wednesday.png

 

- Change the First Day of Week to "Wednesday"

 

WeekStart-Wednesday-2.png

 

Use the Format instead of WeekNum to get the WeekNumber  

WeekNum = FORMAT('Date'[Date],"WW")

 

- You will get the WeekNumber Starting from "Wednesday"

 

WeekStart-Wednesday-3.png







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




amitchandak
Super User
Super User

@adityavighne , please find the calendar that start from any weekday

https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...

 

How to get custom week of year

Start Year = STARTOFYEAR('Date'[Date],"3/31") // Give correct year end date
WeekDay = WEEKDAY([Date],2) //monday, Use Wed code from link
Start of Week = [Date] -[WeekDay]+1 //monday , Use Wed code from link
FY Year = YEAR('Date'[Start Year]) // use end year
FY Week = QUOTIENT(DATEDIFF(Minx(FILTER('Date',[FY Year]=EARLIER([FY Year])),'Date'[Start of Week]),[Date],DAY),7)+1

@amitchandak 

 

very well written blog.

Thanks for the solution.

pranit828
Community Champion
Community Champion

Hi @adityavighne 

I would use the below function

 

 

WEEKDAY([date],13)

 

 





PBI_SuperUser_Rank@1x.png


Hope it resolves your issue? 
Did I answer your question? Mark my post as a solution!

Appreciate your Kudos, Press the thumbs up button!!
Linkedin Profile

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.