on 2023 Mar 14 10:03 PM
Request clarification before answering.
In SAP Analytics Cloud, you can create links between dimensions in multiple models. You can link dimensions between models to create charts or tables that display data from multiple models.
Linked dimensions also let you create filters that simultaneously update all charts that include linked data. Filters on linked dimensions can be used at the story, page, and linked analysis level.
Note-
he attributes of a dimension must match the attributes of the dimension it is linked to:
If the attributes don't match, information might not be returned when a filter is created, and a “(No Value)” flag will appear for an unmatched dimension member.
How to Create Linked Dimension-
Select
(Link Dimensions) from the menu bar.
Select a model from the list of models included in your story, or in the drop-list select Add Model to search through the models you have access to.
(Optional) To change how the dimensions are displayed in the Select a model area, select
Data Samples and then select an attribute:
(Link Attribute) and then choose from the linking options.By default, the Description attribute is used to match members between the linked dimensions. However, for non-hierarchical dimensions it is possible to change the attribute that is used for linking.Select Set.
Review the links and if necessary, edit them or select Add Model Link to add more links.
When finished, select Done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
rachugh
This feature has been requested under the influence program. You can vote for it.
Improvement Request Details - Customer Influence (sap.com)
Till it gets delivered
2 ways to achieve valid combinations
For option 2,the way you can achieve this currently is by transaction data tagging. Using the attributes of your WBSELEMENT dimension post dummy transaction data of 1 (like a flag) at valid combination of wbs element, profit center using the Advanced Formula Data Action. This will be like seeding the valid combination at start of planning cycle. When you create stories, suppress on null and 0's and the resulting layout will be a valid combination of what you expected.
Sample Advanced Formula can be as below. Adjust as per your Model and Dimensions.
MEMBERSET [d/Measures]=AMOUNT // Change as per your Measure
MEMBERSET [d/ACCOUNT]="SEED" // Change as per your Account member
DATA([d/profitCenter] = [d/wbselement].[p/profitcenter]) = 1Hope this helps !!
Please upvote/accept if this helps !!
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Can you please check this blog and check if it make sense to follow the guidance
Dimension Combination Rule in SAC | SAP Blogs
Hope this is helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.