Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Sum Column with two conditions

Hello all, I would like to calculate the sum of the respective plants via the customer in PowerBI. (Plant A1 => Customer 2 = 250) Unfortunately, I am still quite new to PowerBI and need help, as I ...
  • Greg_Deckler's avatar
    Greg_Deckler
    3 years ago

    Anonymous Well, you could create a calculated table like:

    Table = SUMMARIZE('Table',[Plant],[Customer],"Sales",SUM('Table'[Sales]))