In EazyBI, I created a calculated member ("Modern Sprints") within the Sprint dimension to filter and order all sprints.
Its definition is:
Aggregate( Order( Filter( [Sprint].[Sprint].Members, DateCompare([Sprint].CurrentMember.get('Start date'), Now()) <= 0 AND [Sprint].CurrentMember.Name MATCHES '(?i)(endor|hoth).*' ), [Sprint].CurrentMember.get('Start date'), BASC ) )
When I include this in a chart, it shows a rollup value that you then have to open up to get the actual sprints - see this screenshot:
image2016-11-9 16:43:33.png
Is there a way to set up the Calculated Member so you don't have that top rollup row ("Modern Sprints")? I would want it to behave like All hierarchy level members > Sprint, where the rows are just the sprints themselves.
Hi Matthew,
In this case, after creating a new calculated member using Aggregate you could click on header cell (member name) in the results pane and remove the not necessary rows or members.
After this report is saved, it will remember to show only needed sprints (without removed row) next time when the report is opened.
Please contact support@eazybi.com if you have further questions regarding this!
Kind regards,
Martins Vanags / 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.