eazyBI - Created vs. resolved with additional information (e.g. status)

Klaus Fröhlich September 19, 2017

In eazyBI there is the default chart for created vs. resolved. The resulting chart is quite OK but we have on problem:

The open issues is growing since there are some tickets which are moved to 2nd level and are handled in a different application.

created_vs_resolved.png

Therefore we set the to status "2nd level". Now it would be nice to have a second line below open issues which shows the "open issues with status 2nd level". However I do not know how to make this measuring function.

Required result (graphics done with Excel):

required.png

 

2 answers

1 accepted

1 vote
Answer accepted
Zane eazyBI Support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 22, 2017

You may define a new calculated measure to count open issues in a particular status "2nd line" for each period based on issue change history data.

First, in import options, set "Import issue change history" and import data. After data import, new dimension "Transition Status" and history measures will be available for your reports.

Then, in a report, define a new calculated measure using a tuple. Your formula may look like this:

([Measures].[Issues history],
[Transition Status].[2nd level])

 

Regards,
Zane / support@eazybi.com

0 votes
Zane eazyBI Support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 22, 2017

You may define a new calculated measure to count open issues in a particular status "2nd line" for each period based on issue change history data.

First, in import options, set "Import issue change history" and import data. After data import, new dimension "Transition Status" and history measures will be available for your reports.

Then, in a report, define a new calculated measure using a tuple. Your formula may look like this:

([Measures].[Issues history],
[Transition Status].[2nd level])

 

Regards,

Zane / support@eazybi.com 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events