Forum Discussion
Calculate with values from different tables
Hi newbie74
Why don't you merge table orders and table turnover on column orders and then create the measure which i have suggested in previous comment
incase if you don't want to merge.
measure=Sumx('orders',related(Turnover[orders])*relatedtable(Customer[Rebate]))
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.
Anonymous thanks but not there yet .
1) i cannot merge both tables as data goes way beyond my example.
2) there seem to be an error with your formula as in the RELATED formula, the turnover table is not a choice, only the tables that "feeds" into the order table are a possibility (so the rebate table values are accepted).
cheers and again thanks for the support!
- Anonymous6 years agoNot applicable
play with related and relatedtable function
Related works for many to 1relatedtable works for 1 to many.
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.