Forum Discussion
Multiple relationships between multiple tables
Hi, Anonymous
You can create relationships for these tables like the following.
The result looks like this:
Here is the pbix.
Best Regards
Caiyun Zheng
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
Unfortunately this scenario is not possible for me as the dashboard is pretty big and a lot of data/calculated colums/measures will be impacted if the model will be changed. I'm thinking about a DAX calculation maybe?
Anyway, thank you very much for your input.
- v-cazheng-msft5 years agoCommunity Support
Hi, Anonymous
If so, you can consider doing calculation with TREATAS function which can create virtual relationship. And then use the result to create the visual.
Best Regards
Caiyun Zheng