Forum Discussion

vazmor's avatar
vazmor
Helper II
8 years ago
Solved

Matrix multiple columns and different value

Hello I need to do the following table, with the first column must be the total brand, but in the following columns that works as a matrix and calculate each brand individually, what I have so far i...
  • v-jiascu-msft's avatar
    8 years ago

    Hi vazmor,

     

    The workaround is using a calculated column instead of a measure. Please give it a try.

    All Brand column =
    CALCULATE ( SUM ( Hoja3[Sale_Value] ), ALLEXCEPT ( Hoja3, Hoja3[Store] ) )

    Matrix_multiple_columns_and_different_value

     

    Best Regards,

    Dale