I don't figure out how to manage my problem with a unique simple date slicer.
I have a table with contracts begin and end date joined with a dimensional table Dates. I would like to count contracts over the period using this slicer. I would like to create an unique slicer with a time range using my Date dimensional table.
This slicer should select in my table all contracts (eg):
- Started before 04/01/2017 and finished after the 04/01/2017.
- Started before 04/01/2017 but not finished after 08/01/2017.
- Started during period but not finished in this period.
- Started and finished in this period.
Any idea how i should do this ?