Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Customized Matrix & SUM function & Customized Subtotals

Hi All,    This time I have got stucked with customised matrix.    The goal is to to have matrix with custom subtotal  A+C = 8 _____________________________________________________________...
  • Markus_Re's avatar
    Markus_Re
    5 years ago

    Hi Anonymous,

     

    could you try this for A+C:

    A+C = SUMX(FILTER(ALLSELECTED(Input), Input[Letter] = "A" || Input[Letter] = "C"), Input[Value])

    Did this answer your question? Mark my post as a solution!