Forum Discussion
Justas4478
Post Prodigy
2 years agoRelative date filter for week(mon-sun)
Hi, I have relative date filter set up for calendar week. The problem is that week is Sunday - Monday. If I try to set to just a week option it becomes just moving moving week by day what is even w...
Gabry
Super User
2 years agoMaybe you can do something like this
Measure = if(selectedvalue(date)>today()-7,1,0) then put the filter always on 1
just thinking, you have to adjust and test if it works
Justas4478
Post Prodigy
2 years agoGabry I tried and it doesnt seam I can use it.
I think it has to be normal or calculated column.
Unless there is something else I can try.