Forum Discussion
Anonymous
5 months agoNot applicable
Weeknum as per Calendar
I need each quarter week number, I have filtered = '26-Q1' 1-13 Week number starting from Monday current week = 11 (as per today) incase 30th March 2026 is Monday half month (max. days) fall u...
- 5 months ago
Anonymous
it's sum ,so it sums up all the weeknum.
you can try something like this
Measure = maxx(FILTER('Date','Date'[Date]=today()),'Date'[QuarterWeekNumber])in my DAX, it shows week 11, if you want to show 10, you need to adjust the DAX codingwhat if select other quarter, what's the expected output?
Anonymous
5 months agoNot applicable
how can I read this if I selected Quarter = 1, week number should be = 10 (as per today 10th Mar) but showing = 634
ryan_mayu
5 months agoSuper User
Anonymous
it's sum ,so it sums up all the weeknum.
you can try something like this
Measure = maxx(FILTER('Date','Date'[Date]=today()),'Date'[QuarterWeekNumber])
in my DAX, it shows week 11, if you want to show 10, you need to adjust the DAX coding
what if select other quarter, what's the expected output?