Measure "Issues due" based on different date

Hi

We have in the Issues type a custom field with a Due date.
How can I recreate the measure “Issues due” with this different Due date?

Regards,
Heiko

Is there no answer to my question? :frowning:

Hi @heikohofmeister ,
If you wish to see unresolved issues by some custom date field, you can create a tuple like this:

(
  [Measures].[Issues with custom date picker],
  [Resolution].[(unresolved)]
)

best,
Gerda