Forum Discussion
Justas4478
2 years agoPost Prodigy
Relative 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
2 years agoSuper User
As you can check here Microsoft Idea
I think you can't do it using that filter. You should do it with a calculated column or measure but not using the "relative date filter pane" as i Know
- Justas44782 years agoPost Prodigy
Gabry Since I can only create measures and not calculated columns it would be great if you know how I can do it with a measure.
Since as far as I know you cant use measures in a filters.- Gabry2 years agoSuper User
Maybe 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
- Justas44782 years agoPost Prodigy
Gabry 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.