Hi all,
I am new to EazyBi and calculated fields. Hope you can help me with this one.
I have the issue type as my column, where I am displaying the number of Epics and number of stories for a custom field. Instead of displaying the default count of stories, I want to put a criteria on the count of stories. So, I want to create a calculated member to count the stories on a certain criteria.
Hope this makes sense
Thanks,
AK
Hi,
You may define a new calculated measure using a tuple.
For example, to count created stories with priority Major, a formula may look like this:
([Measures].[Issues created],
[Issue Type].[Story],
[Priority].[Major])
For more complex criteria, additional calculated members in other dimensions or iterating through all issues using function Filter() would be needed.
Please contact support@eazybi.com if you have further questions regarding this!
Regards,
Zane Baranovska / support@eazybi.com
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.