How to show percentages

Paul Shirley January 10, 2017

Hello,

I am listing priority in my Rows and "Time for Adoption Breached" in my columns to show the following:
             Breached    Not Breached
Blocker         33               386
Critical          42               1,519
Major            31               2,524
Minor            15               468

 Is there anyway that I can show these as a percentage?

i.e.  
             Breached    Not Breached
Blocker     0.08%               0.92%
Critical      0.03%               0.97%
etc etc


Thanks!

1 answer

1 accepted

1 vote
Answer accepted
eazyBI Support
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.
January 10, 2017

Hi Paul,

 

In eazyBI "Measures" dimension is the backbone of any report you create

Please read more about data model:

https://docs.eazybi.com/display/EAZYBIJIRA/Data+model

 

If "Measures" dimension is not used in the report layout, then by default measure "Issues created" are being used for the report.

 

Taking into account the statement above you could define a new calculated member in "Measures" dimension using this code example:

 

[Measures].[Issues created]
/
([Measures].[Issues created],
[Time for Adoption Breached].DefaultMember)

 

And then you could use this new calculated measure in your report (that would require

calculated measure in report.jpg

 

percentage of Breached.gif

 

Please contact support@eazybi.com if you have further questions regarding this!

 

Kind regards,

Martins Vanags / support@eazybi.com

Paul Shirley January 10, 2017

Brilliant! Thanks smile

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events