Forum Discussion
Relationship between two tables
- 5 years ago
Hi medlalami,
You need to create a measure by using "USERELATIONSHIP" with the calculation function in dax to turn inactive relationships into active relationship.
Refer
https://www.sqlbi.com/articles/using-userelationship-in-dax/
Appreciate a Kudos! π
If this helps and resolves the issue, please mark it as a Solution! πRegards,
N V Durga Prasad
If the fields in the βdataβ table are related (sets and subsets), you don't actually need three relationships. All you need is the one-to-many relationship with the field with the highest granularity in the tables. You can then use whichever field from the dimension table in measures, visuals, slicers etc...
so just make sure the relationship is created with the field with the highest granularity.
If the fields are unrelated (independent values) I would recommend you create a separate dimension table for each field.