I am trying to create a report in confluence to show the count of the number of issues which have passed their due date across projects . I am trying to insert a JIRA chart - 2 dimensional with a filter like - > project in ("RBFT4","RBFT3") AND "Planned End Date[Date]" < now() and status != "Done" and "Milestone[Dropdown]" = Yes. In the X axis , I selected the column "Status" and in the "Y" column I selected the column "Project" . The output looks like below . But I just want to see the total counts against each Project . Can you please suggest how to achieve that . Thanks