Forum Discussion
ttankka
5 years agoFrequent Visitor
Total measure - need help
Hi All, I am having an issue with measure totals and like many others I am not able to make it work. I have a revenue table joined with dates. Here is a table and a matrix with curren...
- 5 years ago
Have you tried this expression?
NewMeasure = SUMX(VALUES(Sheet1[Customer]), [mRevPrev])
Pat
mahoneypat
5 years agoMicrosoft Employee
Have you tried this expression?
NewMeasure = SUMX(VALUES(Sheet1[Customer]), [mRevPrev])
Pat
ttankka
5 years agoFrequent Visitor
Hi Pat,
Yes, it works at this level. Thank you! I still need to apply this measure to other calculations and I hope to get expected results.
Tim