The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I would like to add the Year Week Number into my calendar so I can differentiate between year cross overs.
I already have a column like:
Fiscal Year = 2019
Fiscal Week = 01
Since the column "Fiscal Week" I need some workaround to get a whole number for YearWeek.
But how?
How would you add a combination of the year and week number as a sequential column?
A multiplication or with FORMAT?
Solved! Go to Solution.
Hi @joshua1990
I generally use 2019 * 100 + 1 that would give you 201901 ; 2019 * 100 + 2 = 201902 and so on.
I think this would help you achieve what you want to.
Thanks,
Ankit
Hi @joshua1990
I generally use 2019 * 100 + 1 that would give you 201901 ; 2019 * 100 + 2 = 201902 and so on.
I think this would help you achieve what you want to.
Thanks,
Ankit
I believe you already have a week number column.
Do you want to concatenate year and week?
Appreciate your kudos !! Mark this post as solution if this helps.
User | Count |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
20 | |
15 | |
14 | |
10 | |
7 |