Muskan Manwani

🌦️ Weather & Air Quality Dashboard

Overview

This Power BI dashboard provides a real-time view of weather conditions and air quality for multiple cities. It combines environmental indicators with forecast trends, offering an interactive way to monitor climate and pollution data.

Features

Data Sources

Key Metrics

DAX Queries (Samples)

AQI Category = 
SWITCH(
    TRUE(),
    'air_quality'[AQI] <= 50, "Good",
    'air_quality'[AQI] <= 100, "Moderate",
    'air_quality'[AQI] <= 150, "Unhealthy for Sensitive",
    'air_quality'[AQI] <= 200, "Unhealthy",
    'air_quality'[AQI] <= 300, "Very Unhealthy",
    "Hazardous"
)

FeelsLikeTemp = 
'weather_data'[Temperature] - 
( (100 - 'weather_data'[Humidity]) / 5 )

Project Insights

Screenshots

Dashboard Overview

Dashboard Overview

Download

Download the Power BI report

Contact

For any questions or collaboration, please contact Muskan Manwani.