Skip to content

Commit 12aed03

Browse files
committed
added missing info
1 parent a3fda90 commit 12aed03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +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-
- 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).
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. 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).
2626

2727
## Boost DirectQuery model performance with import data
2828

0 commit comments

Comments
 (0)