Forum Discussion

mmills2018's avatar
mmills2018
Helper IV
5 years ago
Solved

Grandtotals

Is it possible to move the Grandtotals of a matrix table to the top of the table?

  • Anonymous's avatar
    Anonymous
    5 years ago

    HI mmills2018 

    You can try creating a Dummy column (Total = "Total" ). This will act as a parent level hierarchy for any categorical column present in same table.

    Now, create a matrix with this dummy column and your actual categorical column in "Rows" and measue in "values"

      

    Set the metric to lowest level of data by clicking icon as show below:-

    Go to "Format" for Matrix visual -> Go to "Subtotals" section

    Set

    Row Subtotals = On

    Row Subtotal Position = Top

    Per Row Level = On

    More options would appear

    Set Total = Offand rest all = On

     

    Got to  "Format" for Matrix visual -> Go to "Row Headers" section

    Set 

    Stepped Layout indentaion = 0 

     

    and you table should look like below:-

     

     

3 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    mmills2018 - Nothing by default that I know of. You could potentially get there creating your own "hierarchy" and a custom measure but it would be messy

  • Anonymous's avatar
    Anonymous
    Not applicable

    HI mmills2018 

    You can try creating a Dummy column (Total = "Total" ). This will act as a parent level hierarchy for any categorical column present in same table.

    Now, create a matrix with this dummy column and your actual categorical column in "Rows" and measue in "values"

      

    Set the metric to lowest level of data by clicking icon as show below:-

    Go to "Format" for Matrix visual -> Go to "Subtotals" section

    Set

    Row Subtotals = On

    Row Subtotal Position = Top

    Per Row Level = On

    More options would appear

    Set Total = Offand rest all = On

     

    Got to  "Format" for Matrix visual -> Go to "Row Headers" section

    Set 

    Stepped Layout indentaion = 0 

     

    and you table should look like below:-

     

     

    • mmills2018's avatar
      mmills2018
      Helper IV

      Amazing! worked perfectly, thank you!!!