Forum Discussion
Anonymous
6 years agoNot applicable
Sum Value in two different table based on a single date filter
Hi Guys, So i am not sure the subject properly describes the issue, so i'd explain. So i have two different tables (import from SQL) Table One Contains All Transactions (2012 - Date) Table Two...
v-lili6-msft
6 years agoCommunity Support
hi Anonymous
If there is a relationship that between table1 and table2? If yes, you couldn't create two relationship between date table and table1/table2 at the same time, since it will lead to circular dependencies problem, for example:
If you have create a relationship between table1 and date table.
when you filter a date table, then it will filter table1, now table1 will filter table2 too. But you want to create another relationship between table2 and date table, now date table will filter table2 and table will filter table1, this is a circular dependency.
Regards,
Lin