Craigc3814
Board Regular
- Joined
- Mar 7, 2016
- Messages
- 217
I have 3 tables
One is all open work that I currently have (a work item number is on this table and it gives me the date the item was opened)
Two is all work that has been Closed within the past year (work item number is on this table but it also gives me the date that item # was initiated aka Opened)
Third is just a date table
I want to distinct count all work item numbers on the Open table by Open date
I want to distinct count all work item numbers on the Closed table by initiated date
I then want to add them together and land them in a pivot table that tells me how many work item numbers were open per month (obviously using the date table).
For some reason I cannot wrap my head around the best way to do this
One is all open work that I currently have (a work item number is on this table and it gives me the date the item was opened)
Two is all work that has been Closed within the past year (work item number is on this table but it also gives me the date that item # was initiated aka Opened)
Third is just a date table
I want to distinct count all work item numbers on the Open table by Open date
I want to distinct count all work item numbers on the Closed table by initiated date
I then want to add them together and land them in a pivot table that tells me how many work item numbers were open per month (obviously using the date table).
For some reason I cannot wrap my head around the best way to do this