Hello
I have two columns. Date created, Date closed.
I can generate a count of date created by dragged date created in to rows, then date created in to values. This gives me a count, for each month, of how many were created.
On each row, the date created and date closed can be different months or even years but the data doesn't represent in to the correct month.
E.g. I want
2022
-Mar
-Apr etc.
Then I want to see how many were created in Jan 22, vs how many were closed with a date in Jan 22.
A row may be
01/01/2022 for created, but 01/01/2023 for closed.
This would give a 1 for Jan 22 and a 1 for Jan 23.
At the moment, it is showing both in Jan 22.
I expect this is because I am using the date created months for the rows, but how can I get around this? I'm having a brain fog!