Forum Discussion
FVal
6 years agoHelper I
Axis - use date per Week
Hi experts,
We have to present in some reportds data structured by week number or similar.
I tried to use bins, set 7 days and use it as such, but it looks a bit awkward and also I can't get the bin name changed to week name.
Is there another way of dividind a date field into weeks of the year and use it in the Axis part?
Also, is this a generic thing, to have the week missing but still have the Day, Month, Year or is it something that can be enabled in the settings?
Thank you,
V.
FVal add column with following expression:
x = "Week " & FORMAT( WEEKNUM( 'Calendar'[Date] ), "0#" )Would appreciate Kudos 🙂 if my solution helped.
9 Replies
- FValHelper I
Hi Parry,
Thank you for your quick reply. I would need to have it same as the calendar week number, as example below:
Week 01 December 30, 2019 January 5, 2020 Week 02 January 6, 2020 January 12, 2020 Week 03 January 13, 2020 January 19, 2020 Week 04 January 20, 2020 January 26, 2020 Week 05 January 27, 2020 February 2, 2020 Week 06 February 3, 2020 February 9, 2020 Week 07 February 10, 2020 February 16, 2020 Week 08 February 17, 2020 February 23, 2020 Week 09 February 24, 2020 March 1, 2020 Week 10 March 2, 2020 March 8, 2020 Week 11 March 9, 2020 March 15, 2020 Week 12 March 16, 2020 March 22, 2020 Week 13 March 23, 2020 March 29, 2020 Week 14 March 30, 2020 April 5, 2020 Week 15 April 6, 2020 April 12, 2020 etc.
Best Regards,
V.