Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
I'm having difficulties in converting week and year for week 53 (Dec 30 and 31, 2018) to be week 01 for 2019. Please note I am using storage mode as DirectQuery.
Currently what I have is Plan Date which contains the dates only.
I used this DAX formula to derive the week number: Week = CONCATENATE("",Right(CONCATENATE("0",WEEKNUM([Plan Date])),2))
I used this DAX formula to derive the year number: Year = CONCATENATE("",Right(CONCATENATE("0",YEAR([Plan Date])),4))
After getting week and year number, I then combine them using DAX formula:
Year/Week = CONCATENATE([Year],CONCATENATE("/",[Week]))
I don't want to use an IF statement wherein "2018/53" will be "2019/01" since I need to manually change it every year. Is there any convenient way to convert year x/week 53?
Appreciate any help you can provide me.
Thanks and best regards,
Mark
Solved! Go to Solution.
You can change your calculated columns for week and year slightly, and get the desired results without having to change it every year.
Hi there
In my case, when I try the formula:
Weeknum = CONCATENATE("",Right(CONCATENATE("0",IF(WEEKNUM(Sheet1[SampleDate]) > 52, 1, WEEKNUM(Sheet1[SampleDate]))),2))
it says that there are too many arguments in function Concetenate... The max. is 2.
Can you help me with that?
BR,
Anna
Hi, Could you please share the formula (copy-paste) from your report. There might be an issue with placement of commas (,) in the formula.
You can change your calculated columns for week and year slightly, and get the desired results without having to change it every year.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
144 | |
73 | |
64 | |
52 | |
51 |
User | Count |
---|---|
208 | |
91 | |
62 | |
59 | |
56 |