Forum Discussion
SparkDataGuru
3 years agoFrequent Visitor
Incorrect Sum on Matrix Table - Need Top Summary Line to Sum Instead.
Currently been running into an issue with this Matrix table below. We have a store and it's subdepartments. The formula to 'Recalculated New Leads' is taken by adding the Raw Leads + Partial Un...
- 3 years ago
Hi,
Does this measure work?
Measure1 = SUMX(VALUES(Data[Sub-departments]),[Recalculated new leads])
SparkDataGuru
3 years agoFrequent Visitor
Thanks Ashish, looks like that revised measure works!
Ashish_Mathur
3 years agoSuper User
You are welcome.