Hi Nisha,
This is what you need to do -
- Activate 'Local Member Recoginition' as well as 'Use Position in Axis' in Sheet Options
- Create Report with ‘Revenue by sales’ and ‘Revenue by other sources’ in your rows with member selection as 'Member only'. Assume these are in cells A3 and A4 and you have data in B3 and B4
- in B5, write =Sum(B3:B4) - This will automatically create a local member
- go to Report Editor - Local Member tab
- In the Formula, you will see use of EPMPOSITION, rewrite the formula as below -
=EPMMEMBER([ACCOUNT].[H1].[REVENUEBYSALES])+EPMMEMBER([ACCOUNT].[H1].[REVENUEBYOTHERSOURCES])
where in above, you need to replace ACCOUNT by the actual account dimension name and REVENUEBYSALES and REVENUEBYOTHERSOURCES by corr. dimension members. Assuming the hierarchy is H1 only..remember it should be all caps
- Use insert after Row Axis
That's it. Click Ok. Now, even if the users drill down the local member would always be placed in the end after the row axis.
Hope it helps!!