Forum Discussion
timazarj
Helper II
5 years agoTable relationships
Hi, in my model I have a Date table, using it a slicer, Employee table, using it for usercode. there are 2 different tables for Sales and Returns. I created the relationship between the Date to S...
PaulDBrown
Community Champion
5 years agoYou should set up the Employee table to have a one-to-many relationships with both fact tables instead of many-to-many.
Also, can you post the measures you are using in the visuals?
timazarj
Helper II
5 years agoUpsells = CALCULATE(COUNT('Sales'[ActivityCode]), FILTER('Sales','XDAT-Upsell'[ActivityCode]= "UPSE"))