-
Two dynamic tables were created by power query to obtain tables (total cases and total deaths)
-
Total cases table contains accumulated number of covid-19 cases till the current day, the last day and the change between the two, which highlights number of new cases at the current day. The table presents these numbers for all the different countries, and states or provinces when applicable.
- Table population and continents is derived from the total cases table.
- MS Excel’s geography data type tool was used to obtain population count for each country.
- An xlookup function was created to import the continent to which each country belongs.
- From this table, we can obtain covid-19 cases rate per population in each country or continent and the total cases in each continent. Note, that Russia has been included in Europe in this data.
- Charts were derived from the two tables “total cases” and “population and continent”, that show accumulated cases and rate of cases per selected countries, which are changeable through filter selection as well as accumulated cases per continent.
-
Total deaths table shows accumulated number of deaths caused by covid-19 until today and the difference between today and yesterday, which present deaths for today. The table presents numbers for different countries and states.
- Table “population and continents” is imported from the “total death” table.
- The accumulated death column is obtained from the “total deaths” table.
- MS Excel’s geography data type tool was used to import population for each country.
- Using xlookup function specifies each country's continent from table where it shows each country and its continent. Note, that Russia has been included in Europe in this data.
- From “Mortality rate” table, we can obtain covid-19 mortality rate in each country or continent and the total cases in each continent.
- From pivot tables, charts are obtained to present accumulated deaths and mortality rate of cases per selected countries and accumulated cases per continent.
- Below is the excel file used, and an example dashboard picture (pdf).
covid-19.xlsx
Dashboard:
covid-dashboard.pdf