Hi Everyone,
I am trying to arrive weighted average, but got struck in arriving the same.my dataset have data like

wants to arrive summary like

based on the logic
can anyone help me in achieving this task
Hi Everyone,
I am trying to arrive weighted average, but got struck in arriving the same.my dataset have data like

wants to arrive summary like

based on the logic
can anyone help me in achieving this task
Hi @sbaskax
so (A) and (B) are exiting fields?!
For (C) i would try:
percentOfTotal
(
sum(B),
[Country]
)
For (D)
It sould be a simple (B)*(C), right?
BR
Thank you for your reply,