Forum Discussion
Table relationship ambiguity
Hi v-amarsh ,
What is happening is that the cross filtering between tables is detecting that the relationship you want to use already exists but trough some intermidiate tables (not a direct connection).
In this case depending on what you need to calculate you need to make use of the existing relations to make your calculations, using summarize or similar to create measures and get expected results, other option is to make use of USERELATIONSHIP, this will activate the inactive relationship when you want to calculate values between the two tables.
https://docs.microsoft.com/en-us/dax/userelationship-function-dax
Hi MFelix,
Thank you for the reply and solution. My problem is solved with the USERELATIONSHIP function.
Also LOOKUPVALUE function seems doing the same job as I've tested with this.
Thanks
Sharath Amarchinta