I am trying to do some analysis with MS Excel PowerPivot. I have a table, let's call it tb_policies
. This table has the columns start_date
and end_date
and
I need a single chart that shows the count of started AND ended policies for a period of time.
One chart for the count of started and one for the ended policies (maybe grouped by month) is no problem. But how can I bring then together in one without losing the pivot-opportunities (like dynamic filtering etc)?