Forum Discussion
Data ratio
- 5 years ago
Hi,
The problem with your model is that you have a many to many relationship, meaning that you get multiple result from both tables at the same time giving you multiple calculations.
What you need to do is to a dfimension table to relate both tables with unique values in this case the Userfullname and then make the relationship one tro many from that table to the other two.
This should give expected resutl.
Hi,
The problem with your model is that you have a many to many relationship, meaning that you get multiple result from both tables at the same time giving you multiple calculations.
What you need to do is to a dfimension table to relate both tables with unique values in this case the Userfullname and then make the relationship one tro many from that table to the other two.
This should give expected resutl.