Forum Discussion
Axis - use date per Week
FVal add column with following expression:
x = "Week " & FORMAT( WEEKNUM( 'Calendar'[Date] ), "0#" )
Would appreciate Kudos 🙂 if my solution helped.
Great, will use it as described. Instead of Calendar [Date] I could use it for any date fields I need, correct?
Best Regards,
V.
- FVal6 years ago
Helper I
Hi,
So, used, it does the magic, so thank you, still, a little bit of help is required, as, for some reason, the order is strange:
W5, W3, W4, W7, W8, W10, W11,W2...
How can it be made to show the correct order?
Best Regards,
V.
- parry2k6 years ago
Super User
FVal you should be getting W01, W02 W03....
and make sure your visual is sorted correct, click on top right corner (3 dots) and check the sort order, that it is sorted by week column
Would appreciate Kudos 🙂 if my solution helped.
- FVal6 years ago
Helper I
Yey, that solved the order, only Week 1 is still missing (it was not displayed at all).