Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

EasyBI report members grouping support

Mohanraj Ragupathi
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!
March 18, 2022

We have JIRA Cloud environment. Hence the out of the box JIRA dashboards NOT supporting color change , grouping , etc I have downloaded "EasyBI" in our test environment and try out few things.

One of our need is "grouping" the value under a new name.

For e.g. We have 8 different defect status. But customer want to see it as "OPEN" or "CLOSED" defects. 

i.e. All the defects in "Customer Test" or "Closed" state should be combined and shown as "CLOSED" defects and the rest of the states should be shown as "OPEN" defects. They want to have drill down in this "OPEN" or "CLOSED". 

 

How to do this in EasyBI report?

 

StatusDefect Count
New425
Analysis286
Implementation12
Integration50
Validation121
CCB63
Customer Test18
Closed472

 

regards,

MOhanraj

 

1 answer

0 votes
Roberts Čāčus - 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.
March 21, 2022

Hi @Mohanraj Ragupathi 

 

You can look into the Status dimension "Category" hierarchy, where all the statuses are grouped by their categories in Jira - "To Do", "In Progress", and "Done".

The other option is defining calculated members in the Status dimension, and aggregating the desired statuses in two calculated members. Don't use the names of any existing status for the calculated members. The Status dimension calculated member formula for the closed statuses could look similar to the one below:

Aggregate({
  [Status].[Customer Test],
  [Status].[Closed]
})

See more details on defining calculated members in other dimensions here - https://docs.eazybi.com/eazybi/analyze-and-visualize/calculated-measures-and-members.

 

Best,

Roberts // support@eazybi.com

Suggest an answer

Log in or Sign up to answer