Count and group a measure value

Hi @aeav81,

There are two optiosn for creating a histogram report.

One option is to create a calculated measure (in Measures) for each value group – a separate calculated measure for “1 day”, another calcauted measure for “2 days”, and so forth. Each of those calculations woudl iterate through all issues using the function Descendants(), and for each issue, check the duration of “DiffDaysProcess1VsClosed”.
Here are more details on calculated measures and set expressions: Calculated measures.

Another option is to precalculate the “DiffDaysProcess1VsClosed” during data import using a calculated custom field. And import this value as measures and also as dimension, allowing to group issues by the value: New calculated fields.
Here is a Community post on similar topic: How to create a histogram.

Best,
Zane / support@eazyBI.com