Forum Discussion
More than one active interaction (?)
Hi π
is there actually possibility to create more than one active interaction between charts?
Best,
Nirvana
- Anonymous3 years ago
Hi Anonymous,
In fact, these should be limited by data model engine, AS tabular not allow active multiple major relationships.
Relationships in analysis services tabular models
For this scenario, you can try to use USERELATIONSHIP or TREATAS function to directly calculated without active the relationships.
Power BI USERELATIONSHIP vs TREATAS - Enterprise DNA
Regards,
Xiaoxin Sheng
2 Replies
- AnonymousNot applicable
Hi Anonymous,
In fact, these should be limited by data model engine, AS tabular not allow active multiple major relationships.
Relationships in analysis services tabular models
For this scenario, you can try to use USERELATIONSHIP or TREATAS function to directly calculated without active the relationships.
Power BI USERELATIONSHIP vs TREATAS - Enterprise DNA
Regards,
Xiaoxin Sheng
- Jihwan_Kim
Super User
HI,
One of ways to solve this is to write a measure with using TREATAS DAX function.