Forum Discussion
Anno2019
4 years agoHelper IV
Weight Average using subtotal
Dear Communitiy I am trying to calculate a weighted average using a Sales Persons results only. In the image below I explain what I am trying to achieve. The columns in greens should be = [Appl...
- 4 years ago
HI Anno2019
I will assume that Apple Sales is a measure
Then for the total per sales person = CALCULATE ( [Apple Sales], ALLEXCEPT ( Sales, Sales[Sales Person] ) )ofcourse you need first to decide if the sales person sells to different countries what should be the logic? Would you consider each country seperately or as a whole?
tamerj1
4 years agoCommunity Champion
HI Anno2019
I will assume that Apple Sales is a measure
Then for the total per sales person = CALCULATE ( [Apple Sales], ALLEXCEPT ( Sales, Sales[Sales Person] ) )
ofcourse you need first to decide if the sales person sells to different countries what should be the logic? Would you consider each country seperately or as a whole?