Which statement best describes active vs inactive relationships in a data model?

Prepare for the Fabric Analytics Engineer Associate Test with comprehensive materials. Explore flashcards, multiple choice questions, and detailed explanations. Get ready for your success!

Multiple Choice

Which statement best describes active vs inactive relationships in a data model?

Explanation:
Active relationships determine the default path through which filters flow between two tables. You can create several relationships, but only one can be active at any time; that active relationship is the one used by default in calculations. Inactive relationships exist for flexibility—they won’t affect normal calculations unless you explicitly activate them in a measure, typically using DAX like CALCULATE with USERELATIONSHIP to switch to that relationship for that calculation. This is why the statement describes that only one active relationship can exist and that inactive ones can be used only when activated in a measure. The other options fail because you cannot have multiple active relationships between the same two tables, inactive relationships aren’t automatically used in calculations, and switching the active relationship on the fly requires explicit DAX logic.

Active relationships determine the default path through which filters flow between two tables. You can create several relationships, but only one can be active at any time; that active relationship is the one used by default in calculations. Inactive relationships exist for flexibility—they won’t affect normal calculations unless you explicitly activate them in a measure, typically using DAX like CALCULATE with USERELATIONSHIP to switch to that relationship for that calculation. This is why the statement describes that only one active relationship can exist and that inactive ones can be used only when activated in a measure. The other options fail because you cannot have multiple active relationships between the same two tables, inactive relationships aren’t automatically used in calculations, and switching the active relationship on the fly requires explicit DAX logic.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy