The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 😊
User | Count |
---|---|
24 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |