Forum Discussion
CoreyL
6 years agoFrequent Visitor
calculating two measures
Hi, I have a measure e.g. measuresTable[Pool_Total] which calculates sales for a country. the result is something like 1743.49 here's measure: Pool_Total = CALCULATE ( SUMX ( FILTE...
kentyler
6 years agoSolution Sage
Is there a relationship between myTable and salesTable ?
the two measures may be executing in a different context
it looks like Pool_total is operating in a row that has an item defined... are there different items that all have different totals ?
without knowing how salesTable relates to myTable it's hard to say much
could you post and past in some sample data for both tables ?