I need to produce a pivot chart that has multiple series based on the count of dates in a given month. I can generate this if I have only one date column in the pivot table, but if I have more than 1 date column, the pivot chart combines the data into 1 series.
Pivot Table Pivot Chart if only 1 date series plotted
I know that I can use countifs to generate another table which can then generate the table I desire - but in that approach, I lose the ability to use slicers.
Aggregating Data Using Countifs Regular Chart works, but lacks slicers
Thanks for taking a look!
Philip