How to divide an Issue type (Epic, Defect) based on custom field value

Hi
I just started working with eazyBI / Jira. My goal is to have a table which contains sw version in rows and Issue types (Epic, Defect) in columns.
The problem I face is that I would like to divide the Epic and Defect according to their specific custom field → Epic (“theme”) and Defect (“Defect Origin”).

The Issue Type Epic, Defect, Task … is available as dimension.
The custom field “Theme” is used in Measure / Issue properties
[Measures].[Issue Theme] = [Issue].CurrentHierarchyMember.get(‘Theme’)

Thanks in advance for any advice!
BR

Hi @bruno_i

If both fields “Theme” and “Defect Origin” are select list (single-choice) fields you could try adding anew calculated field in your eazyBI account to define a field with Javascript that returns just one value depending on the issue type.
Then, import the new calculated custom field as a separate dimension in the cube and use it to split the report by issue types.

Martins / eazyBI