Actual age of Jira issue - not average age

We would like to create a report that shows the actual age of an issue based on created date and closed date.

Thank you!

Hi @leslie ,

You could try creating a new calculated measure with a refference to a hidden measure:
Try this code:

[Measures].[Total resolution days]

Another way would be exploring DateDiffDays function when creating a new calculated measure

Martins / eazyBI support