This project combines Python data collection and Power BI visualization
to explore live music events around the world using the Ticketmaster API.
It provides insights into upcoming concerts, top-performing artists and event distribution across countries, all within a fully interactive dashboard.
The dataset covers nine months of upcoming events (Oct 2025 – Jun 2026) across
Israel, the United States, Great Britain and Canada.
The dashboard includes:
- KPIs: Total Events, Unique Cities, Venues, and Artists
- Line Chart: Event Trends by Date and Country
- Bar Chart: Top 10 Artists by Number of Events
- Data Table: Upcoming Events with Direct Booking Links
- Python - Data extraction and cleaning via Ticketmaster API
- Pandas - Data manipulation and transformation
- Power BI - Interactive data visualization and analysis
- Run the Python script:
world_music_events.py - The script connects to the Ticketmaster API and collects live concert data
- The data is cleaned, structured, and saved as
world_music_events.csv - Load the CSV into Power BI to explore global music trends interactively
