Forum Discussion
Not recognizing date relationship
- 2 years ago
Thank you for the help, I ended up changing the storage to Import which fixed the relationship so it was no longer limited.
Hi mkohler281 ,
As vojtechsima said, In Power BI Desktop model view, you can interpret a relationship as being limited. A limited relationship is represented with parenthesis-like marks ( ) after the cardinality indicators.
A model relationship is limited when there's no guaranteed "one" side. A limited relationship can happen for two reasons:
- The relationship uses a many-to-many cardinality type (even if one or both columns contain unique values).
- The relationship is cross source group (which can only ever be the case for composite models).
There are some restrictions related to limited relationships:
- The
RELATEDDAX function can't be used to retrieve the "one" side column values. - Enforcing RLS has topology restrictions.
For vojtechsima's workaround, because his storage mode is Import, the MAXX() function could work , but your storage mode is DirectQuery, there are many limitations for this storage mode
MAXX function (DAX) - DAX | Microsoft Learn
You need to re-create your data model or try to create model in SSAS.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.