I am trying to get my model setup so that I can compare number of issues created during phases of a project. I have created a dates table that contains a row for each release with the start and end date for each phases that I want to measure. I have a table for each release that includes all of the issues found for that release. I am now trying to figure out how to create the measures that give me the count of issues created by the release specific date ranges for each phase. Eventually would like to be able to compare across releases by phase.
Sample of my Dates Table
Sample of Release Table
Sample of my Dates Table
Sample of Release Table