Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Matrix Table: Average in Row and Sum in Column Header

Hi everyone, I have a matrix table, where I calculate the average per row using a measure. But in the column header, I need to sum the average values.  Here is an example of what I would like to ac...
  • v-kelly-msft's avatar
    5 years ago

    Hi Anonymous,

     

    Create a measure as below;

    Measure = IF(ISINSCOPE('Table'[Date]),'Table'[M_SUMOEE],SUMX(VALUES('Table'[Machine]),'Table'[M_SUMOEE]))

    And you will see:

    For the related .pbix file,pls see attached.

     

    Best Regards,
    Kelly
    Did I answer your question? Mark my post as a solution!