I have data about Covid 19 per city, per day.
Some of the measures are calculation of sick percentage of all population, percent of positive tests and so on.
For example: pctSick = sick / population
I need to calculate these measures in other levels then cities, like region and all country.
The right calculation should be sum(sick) / sum(population), while the data is filtered by the city/region/country.
The only option I see in dashboard is calculating avg(pctSick) which is not correct.
How can I define the right calculation, and use is in indicators and graphs?
Thanks in advance
Ofra