Set relation between Measure group and Aggregate dimension
Hi,
The ability to create relationships between a measure group and an aggregate dimension in a data entity is determined by the entity's design and the underlying data model.
Check Data Entity Design:
Ensure that your data entity is designed to support multiple relationships with dimensions. In some cases, the design of the data entity might not allow multiple relationships with the same dimension.
Verify Dimension Properties:
For each dimension you want to link to the measure group, check the properties of the dimension fields in the data entity. Ensure that these fields are designed to support relationships with the measure group.
Consider Extending Base Entities:
If you are working with standard MS data entities and want to create additional relationships, consider extending the base entities. This involves creating a new custom data entity that extends the standard one and includes the additional relationships.
Best regards,
Kevin