Hello,
I have two projects in Jira and am looking to build EazyBI reports that group on the components. Right now I get the component showing multiple times (once for each project). Is there a way to group components with the same name across projects so that I can see the sum? The wording is the same, and I want to group them all together in a table similar to below:
Current table:
Component Name Issues Created
Component A 4
Component A 5
I would like to have:
Component Name Issues Created
Component A 9
Any thoughts? Let me know if more details are required. Thank you!
Hi, Andrew,
Note that Component is already imported in eazyBI into "Projects" dimension as one of hierarchy levels. Therefore each component is tied to the "Project" and when there is a component with the same name in multiple projects it will be listed two times.
However, you could create a new calculated member in "Project" dimension to aggregate components with the same name (regardless of Project where this component belongs to).
Try the following code:
Aggregate(
Filter(
[Project].[Component].Members,
[Project].CurrentMember.Name Matches 'Component A'
)
)
Then you could use this new calculated member in your eazyBI report and results would be grouped.
Another way would be importing "Component" as a separate dimension in eazyBI which could be used as a separate filter.
If you have further questions please reach out to support@eazybi.com and share more details on your requirement.
Martins / eazyBI support team
@Andrew, not too sure on how many EazyBI customers view the Community questions. I would open a support request with the vendor here: https://eazybi.com/contact. I bet they could help you the quickest.
pd
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.