Implement Extensibility in Account Dimension where data is already loaded.
Is it feasible to implement extensibility to an account dimension with data loaded?
Currently, all base and parent accounts sit in the same TopAccounts dimension. No extensibility was configured initially, so the idea is to keep the base members in the same dimension while separating all parent level accounts into an intermediary dimension (AccountSummary) between Root and TopAccounts.
Before:
After:
We were able to separate them out via XML manipulation, and the extensibility looks good within the hierarchy:
It also seems to be correct based on the Extensibility solution:
Additionally, since the base accounts are unchanged, we did not edit the primary cube dimensions.
However, the data isn't as expected. For example, in our test QuickView, if you call a parent-level member in a member formula and do a .base expansion, it doesn't display the base members under the parent member.
If you call out specific base members , data populates as expected.
If you call out parent members, data populates but the cells are red and you cannot expand into children.
Let me know if there are any ideas on whether this is possible, and if so what we can do to make it function correctly.