Forum Discussion

ttankka's avatar
ttankka
Frequent Visitor
5 years ago
Solved

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...
  • mahoneypat's avatar
    5 years ago

    Have you tried this expression?

     

    NewMeasure = SUMX(VALUES(Sheet1[Customer]), [mRevPrev])

     

    Pat