cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to derive a Base level from Parent member in EPM Report?

0 Kudos
1,167

Hi,

Could you please provide some insights on the below issue.

BPC Version - 10.1

BPC Cons Model - Cost centre IFRS

I have a report where I need to display Dimensions Account and Cost center in multiple columns for as shown below.

Required Layout:

Layout that I managed to get

Questions:

1. For example, the below-nested formula would help to derive Parent hierarchy of base member. =EPMMemberProperty(,EPMMemberProperty(,$D$18,"PARENTH1"),"PARENTH1")

Similarly, is there a way to derive base level based on Parent?

2. How to insert a Local Member column in between different Account and Costcenter dimensions?

Is Local Member, the only option? If so, I had tried but it is collapsing the layout. Any insights and suggestions would be helpful

Regards,
Mohammed

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor

Absolutely easy!

Just duplicate row axis member id's in local members:

=EPMMemberProperty(,$D$18,"ID")

...

Then you will have 4 local members and you can select a proper order of local members:

First - before column axis

Second - after first local member

...

Hide row axis

0 Kudos

Thank you so much, I will try and let you know.

Answers (0)