I can see you are creating two relationships betwwen two tables. In this case only one can act and the other will be inactivated.
To make this work, you can create brigde table else you can use USERELATIOSHIP function to calculate on the inactive relationship and make it virtually active in the DAX.
Refre the below link.
https://www.sqlbi.com/articles/userelationship-in-calculated-columns/
Regards,
Manikumar
Proud to be a Super User!
@Paulyeo11 , No that is needed for Many to Many. In this case use userelation to activate join
Video : https://www.youtube.com/watch?v=e6Y-l_JtCq4
Proud to be a Super User!
I can see you are creating two relationships betwwen two tables. In this case only one can act and the other will be inactivated.
To make this work, you can create brigde table else you can use USERELATIOSHIP function to calculate on the inactive relationship and make it virtually active in the DAX.
Refre the below link.
https://www.sqlbi.com/articles/userelationship-in-calculated-columns/
Regards,
Manikumar
Proud to be a Super User!
Hi All
Thank you for the link