Compute value based on selected item

Hello,
i have a list of persons (name, country, age). I made a filter on name and I want to show the mean age of the persons who belongs to the same country of the selected person.
Could you help me to do this please?
regards

@adel_safi - Thank you for posting your query. Please create a calculated field with the following expression. Hope this helps!

avgOver(age, [country], PRE_FILTER)

Providing a sample snapshot where I tried to replicate the scenario below.

Sample Dataset:

image

Sample Output:

Did my suggestion help you in resolving your query? If yes, would request you to mark the post as “Solution”. This will help the community to find guidance and answers to similar question. Thank you!

2 Likes

Hi @adel_safi, we recently work on a feature called “nested filter” which is exactly targeting on your use case. Basically it uses one filter (in your case name) to find the set of country to further filter on the visual calculation. @Rushabh_Vora is the PM of the feature, we can enable preview for you if you are interested. Also cc @mahak_garg

1 Like