Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Weighted Average for Total Row

Hi guys,      i have the following table that is not giving me the weighted average of margin as the total maring value:       The Margin (marked in red) should be a weighted value of the ...
  • amitchandak's avatar
    6 years ago

    How is margin % calculated

    It should be ideally

    divide(sum(margin),sum(revenue))

    It should be sumx(table,margin/revenue)

    Can you please share the calculation.

    Appreciate your Kudos.