Hi All,
EazyBI Newbie here. I want to create a Line Report where the number of Hours Spent on JIRA issues from a specific fixVersion is plotted against each Sprint.
I am able to correctly filter the number of Hours Spent. However, I am having problems filtering on the specific Sprints I want to plot the data against.
Can someone please help me with the calculated member formula to filter on Sprint Names starting with "XYZ"?
Perhaps there's another way to go about this?
Thanks,
Randy
Hi Randy,
This is Robert from eazyBI support here.
To create a calculated member in the Fix version dimension, that groups together several versions which names start with similar symbols, please try the formula below:
Aggregate( Filter( [Fix Version].[Version].Members, [Fix Version].CurrentHierarchyMember.Name MATCHES '^XYZ.*' ) )
You can read more on the regular expressions used here on our documentation page.
Kind regards,
Robert eazyBI support
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.