Forum Discussion
Creating Table Visual with multiple tables
- 5 years ago
Hi Ray_Brosius ,
In your scenario, you can create your relationships like below.
But, also need to create a measure like yours.
It should be noted that "both" direction has a significant drawback about performance. You can find details here. And, sometimes, it may cause an ambiguous model. You can find details here.
So, I use "CROSSFILTER" function.
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
Icey In your "Customers 2" measure.. why do you have multiple crossfilters in the calculate function?
Ahhh wait, editing this reply..
I see that the two crossfilters go to the "other" two tables containing multiple attributes per defect. So for each Measuer you need to cross filter against all the other tables that contain the list of attribute values per defect...
I did not read the formula close enough on quick scan