Skip to content

Commit a3fda90

Browse files
committed
SE BUG 144575 - sentence clarification
1 parent 7bf9b96 commit a3fda90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

learn-pr/wwl-data-ai/choose-power-bi-model-framework/includes/5-determine-when-to-develop-composite-model.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ There are several limitations related to composite models.
2222
- Import (or dual, as described later) storage mode tables still require periodic refresh. Imported data can become out of sync with DirectQuery sourced data, so it’s important to refresh it periodically.
2323
- When an analytic query must combine imported and DirectQuery data, Power BI must consolidate source group query results, which can impact performance. To help avoid this situation for higher-grain queries, you can add import aggregation tables to your model (or enable automatic aggregations) and set related dimension tables to use dual storage mode. This scenario is described later in this unit.
2424
- When chaining models (DirectQuery to Power BI datasets), modifications made to upstream models can break downstream models. Be sure to assess the impact of modifications by performing [dataset impact analysis](/power-bi/collaborate-share/service-dataset-impact-analysis) first.
25-
26-
- Relationships between tables from different source groups are known as limited relationships. A model relationship is limited when the Power BI can’t determine a “one” side of a relationship. Limited relationships may result in different evaluations of model queries and calculations. For more information, see [Relationship evaluation](/power-bi/transform-model/desktop-relationships-understand).
25+
- Relationships between tables from different source groups are known as limited relationships. A model relationship is considered limited when there's no guaranteed "one" side (The "one" side means the column contains unique values; the "many" side means the column can contain duplicate values.) This can occur in two situations. The first is when the relationship uses a many-to-many cardinality type, even if one or both columns contain unique values. The second is when the relationship spans different source groups, which only happens in composite models. For more information, see [Relationship evaluation](/power-bi/transform-model/desktop-relationships-understand).
2726

2827
## Boost DirectQuery model performance with import data
2928

0 commit comments

Comments
 (0)