Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

matrix subtotal formatting

Does anyone know a way to have the column and row values in a matrix be formatted without decimals and have the subtotal values with a decimal?   My original values are all whole numbers but the me...
  • AlB's avatar
    AlB
    7 years ago

    Anonymous

     

    That's not a problem. What field are you using in rows of your matrix visual? That is the one you have to use in ISFILTERED( ). That's what I meant by

    ISFILTERED ( Table1[ColumnInRowsOfTheMatrix] )

    Using it like that, the ISFILTERED tells you where you are in the matrix visual, Total or not Total.

    If you share the pbix or at least show the structure of your table(s), the code of your measure and how you build the matrix visual where you use the measure (i.e. what fields go where) I will be able to help you further.