cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
chu_en
Frequent Visitor

Leap Week of Year

Hi,


i have Week Number in End of 2020, and its a leap year, and the 53 week is start from 28 Dec 2020 till 03 Jan 2021

and when i'm using the average of  week, the year is divide in 2020 & 2021, how i can make the week 53 year is still in 2020

Thanks before

Untitled-2.jpg

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@chu_en , we can week year

Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],2)+1

 

Week Year = year([Week Start date])

 

or

Week Year = if([Week Num]=53, year([Week Start date]),[Year])

 

Now use week year, you should be able to get desired result 

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@chu_en , we can week year

Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],2)+1

 

Week Year = year([Week Start date])

 

or

Week Year = if([Week Num]=53, year([Week Start date]),[Year])

 

Now use week year, you should be able to get desired result 

Thank you so much, it's work hopefuly, Power BI make this into native function without formulas 😊

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors
Top Kudoed Authors