Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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 |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
13 | |
12 | |
10 | |
6 |