Rajendra Gupta
individual category

Analyze coronavirus data with Power BI Desktop visualizations

April 6, 2020 by

This article gives you an overview of representing coronavirus spread using Power BI Desktop visualizations.

Introduction

As you know, Coronavirus is a pandemic disease. It is spreading in almost every country, and people are locked down in their houses. Recently, India entered in 21 days total lockdown due to an increase in Coronavirus cases. In the article, Visualize Coronavirus impact using a Power BI Dashboard, we visualized the impact of Coronavirus using Power BI Desktop.

In this article, we will explore a few other ways to represent data in Power BI and focus on the trend of coronavirus cases in Italy. We will also look at how social distancing can help in reducing the cases.

Before we start, let have a quick comparison between COVID-19, FLU, and Cold using the following useful graphics. Image reference: DeZeen

You can look at the symptoms and visit a doctor in case of any issues. Be Safe and take precautions.

symptoms of COVID-19

Italy is one of the most affected countries by the Corona Virus. It has reported 86,498 total cases and 9134 deaths as of 27th March 2020 due to this pandemic. It is interesting to know how this disease increases rapidly using visualization.

  • Note: You should validate data from valid sources such as the World Health Organization (WHO), Centers for Disease Control and Prevention(CDC).

Import data for Power BI Report

In this article, we will use reference data from the Wikipedia page 2020 coronavirus pandemic in Italy.

Launch Power BI Desktop and import data from a web data source using Get Data -> Web.

It shows you a list of tables from the pages. Select the highlighted table and click on Transform Data.

Transform Data

Before we prepare a visual, we need the following changes in the data set.

  • Click on Use first row as a header to use table column headers, as shown below:

    Use first row as a header

  • We do not require regional data in the data set. Select the unwanted columns and remove these. We can also remove the new cases columns data from the imported data set:

    Remove columns

    We have the following columns available after removing unwanted columns. You can also follow the applied steps shown in the below image.

    unwanted columns

  • As we import data from a web data source, it might show you data that is not required for the report:
    • Remove the bottom 5 rows from this data set
    • Remove Top 1 row. It contains NULL values and headers that are not required for visuals in this article

      Remove bottom rows

It is an important aspect the categorize each column with appropriate data types as well. If we do not assign the correct data type, it might create inaccurate charts since it does not recognize correct entries. As you see here, Power BI defined the data column as text. In the text format, it also treats the dates as text instead of dates.

Change data type

Click on Transform and change the data type to Date from a drop-down list.

change the data type to Date

Similarly, change the data type for other columns as the Whole Number. In a few columns(Confirmed, Deaths and Active), once we change the data type to the whole number, it shows error for few rows data.

Eliminate Error

To resolve this, change the data type back to the text and replace the values for the dash (-) with zero.

Replace values

Now, switch to the whole number data type again, and it works fine.

Change data type to whole number

Rename the columns’ names to give a preferred naming convention

Rename the columns

Save the changes (Close & Apply), and we get the data set in Power BI as shown below.

Save the changes

Create an Area Chart visualization in Power BI Desktop

Let’s start creating the visualizations for this article. We want the following area chart for this visual. It is available in the default visualizations.

Create an Area Chart visualization

Use the following steps to prepare this visual.

  • Drag the required field from the data set in the columns area:
    • Axis: Date
    • Values: Deaths, Recoveries and Confirmed cases

Drag the required field

  • Turn on the high-density sampling from the format area:

Turn on the high-density sampling

  • Enable the data labels property. It shows the data labels ( values) on the chart area. Here, we choose display units as None to show actual values in the chart. We can use display units to shows values in thousands, Millions, Billions:

data labels property

  • Enable Show Marker. It shows data points in the chart. We can also change the marker shape if required:

Show Marker

  • Title alignment: Set the tile alignment to left, center or right. Here, we select the center alignment. By default, it shows a title depending upon the selected data fields. You can also modify the default title as per your requirement:

Title alignment

  • Click on the image and import an image in the report. Adjust the image size and move it in the blank area of the chart:

    import an image

It completes the configuration of the visual we showed earlier.

View Power BI visual

We can take the mouse pointer over any data point, and it gives you complete information.

  • Date
  • Total confirmed cases, recoveries and deaths

View details

Here, we can notice that during initial days corona cases increase slowly, but later, we can case get doubled in few days only. For example, on 9th March 2020, we have 9172 confirmed cases in Italy.

View Specific data data

The confirmed cases doubled in just 5 days. On 14th March 2020, it shows 21157 confirmed cases.

Compare data

Visualize Coronavirus impact on the age groups in Italy

Now, we will analyze the confirmed cases in Italy by their age group. For this, we will use the same URL and import the following data table. We do not need to close the report. You can click on the get data in the ribbon bar and use Get Data -> web for it.

Import data

Here, you can transform data, as shown earlier. After transformation, my data looks like below.

Data transformation

Once we save the transformations, it shows an additional data set in the Power BI Report fields section, as shown below.

View data set

Once we have transformed data, drag the Ribbon chart and adjust the size of it in the Power BI Desktop report. In the chart configuration, drag the columns, as shown in the following image. We have not done any formatting in this chart; however, you can go in the format area and do the various configuration such as data color, title, axis, border.

  • Axis: Classification
  • Value: Cases, Deaths

View data as per age classification

Add the PIE chart in the Power BI Report

We can use the PIE chart in Power BI to compare the categories among each other. For example, we want to know the percentage of cases and deaths in each age group. Let’s add a PIE chart from the visualizations and configure them for total cases and deaths, as shown below. Here, we see that Coronavirus mostly affects the old age group (70+ years).

Add the PIE chart in the Power BI Report

We can click on an individual category in the bar chart, and you can see the other data charts changes accordingly.

individual category

Social distance impact on Corona Virus spread

In this last section of the article, I will add an important image showing the impact of social distancing on coronavirus disease from DeZeen. For this, add a new page in the Power BI Desktop report. We add the following items on the new page.

  • Add a text box and write the title of the page
  • Add image

Here, you see that if you take precautions and make collective efforts, we can stop this disease spread and bring the world out of this unprecedented situation.

Social distance impact

Conclusion

In this article, we explored different ways of visualizing coronavirus impact in Italy on a daily basis. It also shows the coronavirus impact on different age groups. In the end, I hope you all doing good and taking all the necessary precautions and safety measures.

Rajendra Gupta
Latest posts by Rajendra Gupta (see all)
PowerBI

About Rajendra Gupta

Hi! I am Rajendra Gupta, Database Specialist and Architect, helping organizations implement Microsoft SQL Server, Azure, Couchbase, AWS solutions fast and efficiently, fix related issues, and Performance Tuning with over 14 years of experience. I am the author of the book "DP-300 Administering Relational Database on Microsoft Azure". I published more than 650 technical articles on MSSQLTips, SQLShack, Quest, CodingSight, and SeveralNines. I am the creator of one of the biggest free online collections of articles on a single topic, with his 50-part series on SQL Server Always On Availability Groups. Based on my contribution to the SQL Server community, I have been recognized as the prestigious Best Author of the Year continuously in 2019, 2020, and 2021 (2nd Rank) at SQLShack and the MSSQLTIPS champions award in 2020. Personal Blog: https://www.dbblogger.com I am always interested in new challenges so if you need consulting help, reach me at rajendra.gupta16@gmail.com View all posts by Rajendra Gupta

168 Views