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!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.