Report filter - issues created = issues closed

Looking to create a report to extract issues created = issues closed

The intent is to pull a report of all projects only if all stories/epics closed

Below logic does not work

CASE
WHEN
([Measures].[Issues created] = [Measures].[Issues closed])
THEN
[Measures].[Issues closed]
END

@Prexa_Patel

Please make sure you have defined “Closed” status for eazyBI import options:
https://docs.eazybi.com/eazybi/data-import/data-from-jira/issues-closed-measure

If you did, your current formula must work when all issues are closed with the right status.
Try filtering the report by “Issue type” dimension as page filter where you can select story or epic for the context in your report.

Martins / eazyBI