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?
grazitti_sapna
5 months agoSuper User
Hi Anonymous ,
I believe you are trying to create a measure, You need to create a calculated column instead.
Anonymous
5 months agoNot applicable
we created calculated column as mentioned earlier but does not work
- grazitti_sapna5 months agoSuper User
Hi Anonymous,
Attached is the sample .pbix file.
Please see if this is what your require