Forum Discussion
Anonymous
5 years agoNot applicable
WeekNum sequence issue
Hi there, I created a Date table as following: The weekNumber dax is: WeekNum = "Wk" & WEEKNUM('Date'[Date]) However, the weekNumber does not work well in chart sequence. The ac...
- 5 years ago
Hi Anonymous ,
you need two columns, one with the week as an int, the other as the week as a string, then you will sort the week as a string by the week as int. see image below
richbenmintz
Resident Rockstar
5 years agoHi Anonymous ,
you need two columns, one with the week as an int, the other as the week as a string, then you will sort the week as a string by the week as int. see image below
Anonymous
5 years agoNot applicable
Got it! Thank you!!