How do I define a calculated member that doesnt have a rollup?

Matthew Vanderzee November 9, 2016

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.

 

 

 

1 answer

0 votes
Sir Mārtiņš Vanags
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 10, 2016

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

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events