Forum Discussion
hideakisuzuki01
3 years agoHelper II
Need help understanding Context Transition
Hi, I have below two tables (Fact and ProductDim) Fact ProductDim Product Sales Product SalesPerson A 100 A James A 200 B Chris B 300 C Steve B...
hideakisuzuki01
3 years agoHelper II
Thanks jd !
Can you also tell me if I understand this correctly regarding "TotalSales2" ?
"TotalSales2" works correctly, because there is a CALCULATE function, so it follows relationship between the two tables.
And it follows the relationship because of context transition.
Is this correct ?
Or Context transition has nothing to do with following the relationship, and CALCULATE forces the table relationship active ?