Hello all,
I am working with timecard data. Every record has a week ending date on it. We want to allow showing results based only on full week increments. If I create a date slicer based off the week ending date, it still allows selecting any date that is not a week ending date. In other words, it presents all dates in the range from earliest to latest. What we want is to only allow choosing week ending dates.
How might we go about doing this?
TY in advance.
Solved! Go to Solution.
This is an old thread but in case anyone else is looking for an answer here, I came up with a quasi-solution.
Create one column that is "Fiscal Year - Week"
The solution is there's no solution.
Hi @Kirt1965,
I assume you are using date range slider for your ending dates.
If you don't want the dropdown,
you can use week number instead of ending dates in slider?
Hope this helps.
HI @Kirt1965
It is not possibel with the normal slicer.
you need to get the below slicer and use the week date column.
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
Hi @Kirt1965
As you already have week ending data.
Use the slicer to display a dropdown instead of slider on the week ending column.
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
Thank you for the reply. I should have been more clear. I am aware I can display as a drop down. I'm specifically asking how I could achieve the effect with the slider. If it cannot be done with the standard slider, is there an alternative one available I could use?
Have you tried adding a column to your timecard data? You already have the last day of the week...add a column that calculates the week of the year WEEKNUM() (probably your fiscal year depending on how your company does it). Then make the slider based on that.
You can use this to create your column: