Forum Discussion
Digger
4 years agoPost Patron
Relations between 4th tables
I cant get rid of relations i have measure SUM(Payments[sum]), but cant make relation with FullFilments[Name] Relation is Payments[ID] -> Products[Pay_ID] 1->* Products[Pack_ID]->Packag...
AliceW
4 years agoPower Participant
Looks like Payments is related to Fulfillments with two tables in between.
But, if you want to directly connect the two, and assuming you have an unique identifier in both, you could just connect them, and mark the relationship as inactive. Then use the USERELATIONSHIP formula for any measures you need.
Or you could create a new column in Fulfillment (again, assuming the identifier exists in both tables), using LOOKUP.
Hope this helps.
Digger
4 years agoPost Patron
AliceW v-yalanwu-msft No, it not work, tested already
- v-yalanwu-msft4 years agoCommunity Support
Hi, Digger ;
Can you provide simple data without sensitive information and desired output samples for further discussion?