Forums

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

Which dimensions to use? and How to calculated members/measures?

selfahsi
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!
July 10, 2019

Hello community,

I have imported JIRA source data based on JQL,

Result A : project = P1 and issuetype in (T1, T2, T3)

Result B : project = P2 and issuetype in (T4, T5)

Result C : project = P3 and issuetype in (T5, T6)

eazy1.JPG

Question 1 :

I want to know first what I'm going to use as dimenions in columns and rows ?

 

Question 2 :

I tried to put in columns the dimension [Measures]. For example, for the column « 3 – 7 days », i tried to create a new calculated measure as follows  :

" 3 – 7 days :"

Count(

   Filter(

    Descendants([Issue].CurrentMember, [Issue].[Issue]),

            DateDiffDays([Measures].[Issue created date], Now()) >= 3

            AND

            DateDiffDays([Measures].[Issue created date], Now()) <= 7  

))

And in the rows i used the dimension [Issue] with the calculated member 

« Resultat A » for example using the following code :

CASE

WHEN [Issue].[Project].Name = ‘P1’

THEN

Count(

    Filter(

            Descendants([Issue].CurrentMember, [Issue].[Issue]),

            [Issue].CurrentHierarchyMember.GetString('issuetype') = "T1|T2|T3"

   ))

END

But my calculated measure and member are not displaying what I want.

Besides, if the result is empty I want show either 0 or an empty cell (i.e the colum must be displayed even if all its cells are 0 or empty)

Can you please help me on this?

1 answer

0 votes
Kat Jansen August 6, 2019

Hello, 

Have you checked out the Interval options? Here's eazyBI's documentation: https://docs.eazybi.com/eazybi/analyze-and-visualize/interval-dimensions

This may replace your calculated Measures.

From the code you provided, I think your calculated members should work. Try them with the Projects dimension in Rows. Display all projects by clicking All hierarchy members and the the first Project.

Are you trying to show the age interval per project? or per project/issuetype pair?

Good Luck!

-Kat Jansen

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events