I need help creating an issue type "Bug" as dimension

Hi I’m new using EazyBi and I found your example from ACA IT - June 2022 dashboard and I really want to know how to configure the first Tuple example Bugs vs Issues created, but I don’t understan how do you configure the Bug Dimension.

I apprecciate any help
Have a nice day :slight_smile:

1 Like

Hi, @marce_trujillo

Welcom to the eazyBI community!

I hope you are referencing to the measure “Bugs created” with the formula:

-- annotations.group = 2 Tuples
( 
  [Measures].[Issues created], 
  [Issue Type].[Bug]
)

That is a user-defined calculated measure (read more here: Calculated measures and members) that is put in the separate group names “2 Tuples”. You can create such groups by adding the —annotations.group to the measure. Read more about them here: Calculated measures and members

How to create user-defined calculated measure read here: Calculated measures and members

In this case, the measure uses a tuple - to select those Issues created that have the issue type Bug. Each tuple can have one measure, and each from the available dimensions (also only once). It’s like a slice of data. Please read more about tuples here: Tuple

Kindly,
Ilze

Hi Ilze, no sadly is not what I mean. I checked the tupla example and in the data source I found some dimensions as bug, feature and improvement those dimensions are classified as “Issue Links”. What I really want to know is how I can setup new dimensions when I’m setting up the data sources.

I appreciate any help :blush: