Forum Discussion
Anonymous
7 years agoNot applicable
2 relationships between 2 fact tables
Hi. I need 2 relationships between 2 tables. (Sales Table, Budget Table) One Relationship is to connect the customer nr. The other is to connect the dates. I can activate only one relations...
- 7 years ago
u can't activate link between dates and Budged because u should use only one way to filtering tables
for example, filter Sales cube 2 way dates->sales cube and dates->budget->customer->Sales cube
use one direction link between customer and Budget tables
or use dax function USERELATIONSHIP() when u create a measure
ps sorry for my eng
petrovnikitamai
Resolver V
7 years agoin pivot tables in report use column Customer from Customer table, not from Budget or Sales
Anonymous
7 years agoNot applicable
thx alot. It works now as intended. now one more question:
If I want to use another dimesion from the sales table, for example customer group, it won't slice the budget.
do I have to make a new table with this dimensions and connect it to the customer table or how can I do that best?