Parent still showing on my pie

Hello here!

I’ve created two individual members, used as pages:
“Actif:”

Aggregate(
Filter(
[Fix Version].[Version].Members,
[Fix Version].CurrentHierarchyMember.get(‘Status’) = “Unreleased”))

And “Non-actif:”

Aggregate(
Filter(
[Fix Version].[Version].Members,
[Fix Version].CurrentHierarchyMember.get(‘Status’) = “Released”))

Then I select both of them:


And I really want than “Actif” is the default selected in my chart, as you can see just above the pie.

Then, I would like now to see “Non-actif” results. So I click on “Actif” and I select “Non-Actif”:
image

As you can see, the pie now displays the right half for “Non-Actif”, and the left half as a list of all released issues.
image

I would like to display only the list of all released versions, i don’t want to see the half on the right.
Could you explain to me if I do wrong?

Thank you very much.
Regards,
Olivier

Hi @obillaud

My sincere apologies for the delayed response!

Please do the following steps:

  1. Switch to table view
  2. For the Fix Version in Rows , select member level “Version” as I’ve shown in screenshot below.
  3. Switch back to the Pie reports and see if the results are now displayed as expected

Best wishes,

Elita from support@eazybi.com

Hello @Elita.Kalane , sorry for the delay!

Thank you very much, your steps fixed the issue!
I was trying every options but in “pages”, not in “rows”, grrr…
Thanks again, and see you soon!

Olivier

1 Like