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.
Thanks for the very detailed explanation. I will test out the crossfilter... Curiuos as to when you say sometimes the "BOTH" direction relationship fails..? How is that and what does that mean? I'd like to better understand this.
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.