Forum Discussion

Promethes_2's avatar
Promethes_2
Helper II
9 years ago
Solved

Matrix Total Question

Hello,   I'm trying to display just the column total in a matrix by a specifc field and can't quite figure out what I need to do diffferently.  Here is what I'm after.  Under each red line I want t...
  • v-chuncz-msft's avatar
    9 years ago

    Promethes_2,

     

    Instead, you could try to add a calculated column.

    transDate           operation =
    FORMAT ( Table1[transDate], "MM/dd/yyyy" ) & REPT ( " ", 10 )
        & Table1[operation]