Analysis updated 2026-05-18
Explore an interactive Power BI dashboard of global tuberculosis prevalence, incidence, and mortality.
Study the SQL cleaning steps used to prepare WHO health data for analysis.
Compare TB burden and HIV overlap across countries and WHO regions.
Use this project's DAX measures as a template for building similar public health dashboards.
| seunpaul-tech/global-tuberculosis-burden-analysis_1 | 00kaku/gallery-slider-block | 04amanrajj/netwatch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | — | JavaScript | Rust |
| Last pushed | — | 2021-05-19 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | data | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Power BI Desktop to view the dashboard, SQL scripts need a PostgreSQL instance.
This project is a data analysis report on global tuberculosis, not a piece of software to install. It uses country-level data from the World Health Organization to study how tuberculosis affects populations around the world, covering things like how many people catch it, how many die from it, and how it overlaps with HIV in different regions and years. The workflow starts with PostgreSQL, a database system, where the raw WHO data is cleaned up: duplicate checks, standardizing country names, converting region codes into full names, and filling in missing values. From there, the cleaned data is loaded into Power BI, a dashboard and reporting tool, where calculations called DAX measures turn the numbers into an interactive report with filters for year, country, and region. Figma, a design tool, was used beforehand to plan out how the dashboard should look before it was built in Power BI. The analysis is organized around six themes: overall disease burden, how many new cases appear each year, death rates, the relationship between HIV and tuberculosis, how well countries detect cases, and burden adjusted for each country's population size. The README lists specific findings, such as India having the highest number of estimated cases, South-East Asia carrying the largest regional burden, and Namibia having the highest incidence rate relative to population. This project is a portfolio style analysis meant to be explored through its Power BI dashboard rather than run as code. The README does not mention a license, so the terms for reusing the analysis or dashboard are not stated.
A Power BI and SQL analysis of WHO global tuberculosis data, tracking disease burden, mortality, and HIV overlap by country.
No license is stated in the README, so reuse terms are unclear.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly data.
This repo across BitVibe Labs
Verify against the repo before relying on details.