Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Matrix - Use total to calculate a column

Hi, i am new to this and i would appreciate if anyone can help me with the following.   I have used matrix to create a pivot table as shown below and i want to create a column that will be the cell...
  • v-piga-msft's avatar
    7 years ago

    Hi Anonymous,

     

    You could create a measure with the formula below.

     

    Measure = CALCULATE(MAX('Table1'[Value]))/CALCULATE(SUM(Table1[Value]),ALL('Table1'))

    Here is the result.

     

     

    Hope this can help you.

     

    Best  Regards,

    Cherry