Data is sourced from Our World in Data via their GitHub repository, connected directly in Power BI using a web connector so the report reflects the latest available figures on each refresh.
The report has three pages:
- Overview: global headline figures with KPI cards and a Deneb chart breaking down case fatality rates by continent
- Continent Trends: infection and mortality rates by continent over time
- Country Rankings: ranked country comparison with a toggle between Mortality Rate and Infection Rate
KPI cards are built with the HTML Content custom visual, allowing fully custom HTML and CSS styling within Power BI. Charts requiring more control than native visuals allow are built with Deneb, using Vega-Lite grammar to define the chart specifications directly.