I have a table (amongst others) with projects with a starting date and optionally an ending date (if empty, the project is still running).
I would like to create a dashboard where users can provide a timespan (start date, end date). Slicer? Parameters?
The report should show the count of already running projects before this period, a count of the projects started and ending in this period and the count of project ongoing after this period.
I've tried parameters and calculated columns but so far I've got no results.
Probably I'm looking for a solution in the wrong direction. Has somebody found out already how to create such a report?