Forum Discussion
icrishanka
2 years agoFrequent Visitor
Filtering values are not match when using two table and measures
Hi, I use two tables with two measures (need to use, I am using switch method) like following image, Please help 1. Total_Defect = SUM(Ex_Machine_Count[qty])) 2. Total_Defect_L = CALCUL...
ChiragGarg2512
2 years agoSolution Sage
icrishanka , It will not match because total_defect is the sum of qty. So, when a value in L is selected total_defect shows the value for size 7.0. Beacuse for that value of L there is also a value of R for which the value of total_defect is as shown.
Eveything is working as it should.
Thank You