I want to make a few simple measures that count Issues of a specific type (Incident), and given Priority.
I have tried numerous things, but being very new to eazyBI I am struggling. I tried to construct a simple tuple like this;
(
[Measures].[Issue created],
[Issue Type].[Incident],
[Priority].[P3]
)
Where 'P3' is the recorded priority. I would want to create similar Measures for Priorities like 'P1' and 'P2' as well.
The above Measure returns blank, so I am missing a trick. ANy help, guidance or advice would be appreciated.
in your first line:
[Measures].[Issue Created]
Should be [Measures].[Issues Created]
Hope that helps
Hi Steve,
I believe Matt already answered your question.
@mmoss12 - thanks for the answer.
You should refer to the existing measure in the tuples code.
Note that you can select existing measure for the code from root member list (via edit mode).
Best regards,
Martins / eazyBI team.
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.