Forum Discussion
game1
Helper III
2 years agosubtract between two columns from 2 different tables
Hi, I want to subtract between two columns from 2 different tables. For example, I have TABLE1[DateBirth] and TABLE2[DateDeparture]. The problem is that there is no cardinality between TABLE1 and T...
ChielFaber
Super User
2 years agoAre there any columns in your datascource that could be used to create a key? Could you provide a sample table with dummy data for us to provide a solution?
- game12 years ago
Helper III
Yes. Both table have in common IDName. But I try to connect cardinality and it didn't work.