Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Solved! Go to Solution.
@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
@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 😊
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |