How to combine specific issue keys to an issue type in EazyBI?

Trang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 7, 2018

I have 5 specific issues that I'd like to combine as a calculated member in the dimension of Issue Type. How can I do this?

 

I need something along the lines of:

Aggregate({
JIRA-001, JIRA-002, JIRA-003, JIRA-004, JIRA-005
})

 

Thank you!

1 answer

0 votes
Janis Plume _eazyBI_
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.
November 8, 2018

Hi,

 

It is not possible to directly aggregate members of a dimension for another dimension. If you need to report on specific issues, you can create a new member in the Issue dimension, and then you get your number by combining this member with the Issue type dimension in the report.

The calculated member for the issue dimension would be like this:

Aggregate({
[Issue].[Issue].getMemberbykey("JIRA-001"),
[Issue].[Issue].getmemberbykey("JIRA-002")
})

 

Issues_-_Jira_reports_-_eazyBI_and_Slack_-_eazyBI.png

Kindly,

Janis, eazyBI support

Suggest an answer

Log in or Sign up to answer