Forum Discussion
Lucas_Radebe
2 years agoRegular Visitor
Matrix Total
Hi, I am using a DAX measure to calculate price variance by product : VPM PRICE = SUMX (VALUES ('Product'[Product Group']), <calculation coding in here> When I produce a matrix by country, the ...
- 2 years ago
Hi Lucas_Radebe
What about sumxing your measure over the regions' dimension table country field or something equivalent to that in your specific data model? The measure below will force the summations across countries will be correctly calculated.
Best regards,
DataNinja777
2 years agoSuper User
Hi Lucas_Radebe
What about sumxing your measure over the regions' dimension table country field or something equivalent to that in your specific data model? The measure below will force the summations across countries will be correctly calculated.
Best regards,
- Lucas_Radebe2 years agoRegular Visitor
Yes ! That works perfectly ! Thank you so much !