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.
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 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |