Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register 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 😊
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 23 | |
| 14 | |
| 10 | |
| 6 | |
| 5 |