Stack: MySQL · Excel · Power BI
An end-to-end event media intelligence project analysing the 17th Pravasi Bharatiya Divas (PBD) Convention held in Indore, January 8–10, 2023 — India's largest diaspora convention, organised by the Government of India for Non-Resident Indians (NRIs) and Persons of Indian Origin (PIOs) from across the world.
This project builds a complete Event Media Intelligence Dashboard analysing media accreditation, coverage reach, Ad Value Equivalency (AVE), sentiment, session-wise attendance, and international media impact across 15 countries.
🎯 Personal Note: I worked on-ground at the 17th PBD Convention 2023 as part of the media management team under the Madhya Pradesh Public Relations (MPPR) Department. My responsibilities included issuing entry passes to journalists, coordinating broadcast setup requests, and managing journalist movement and arrival schedules across venue zones. This project is built on a data framework that mirrors that exact real-world experience.
PBD_Event_Media_Analytics/
├── event_accreditations.csv ← 400 journalist accreditation records
├── event_media_coverage.csv ← 600 media coverage pieces across 3 days
├── event_sessions.csv ← 42 sessions with attendance & media data
├── PBD_Event_SQL.sql ← 10 SQL scripts
├── PBD_Event_Media_Analytics.xlsx ← 7-sheet Excel workbook
├── PBD_Event_Media_Analytics_NiteshJangid.pbix ← Power BI dashboard file
└── README.md
| Table | Records | Key Columns |
|---|---|---|
| event_accreditations | 400 | journalist_type, media_organization, country_of_media, entry_pass_issued, day_assigned, zone_access, broadcast_setup_requested, accreditation_status |
| event_media_coverage | 600 | session_covered, journalist_type, coverage_type, headline_sentiment, estimated_reach, ad_value_equivalency, online_shares, is_international_media |
| event_sessions | 42 | session_type, event_day, venue_zone, capacity, attended_delegates, attendance_rate_pct, media_personnel_present, live_broadcast, estimated_tv_reach |
- Event: 17th Pravasi Bharatiya Divas Convention
- Location: Indore, Madhya Pradesh, India
- Dates: January 8, 9, and 10, 2023
- Organised by: Government of India
- Nature: International Government Diaspora Convention
Media Accreditation
- 400 journalists accredited across 6 journalist types (Print, TV, Digital, Radio, International, Photographer)
- 358 entry passes issued (89.5% pass issuance rate)
- 86.0% accreditation approval rate across all applications
- 15 countries represented in media accreditation
- 204 broadcast setup requests processed for TV and International media teams
Media Coverage
- 600 coverage pieces published across all 3 event days
- Total estimated reach: 924.4 Million across all media and countries
- Total Ad Value Equivalency (AVE): ₹256.36 Crore
- 68.7% positive coverage — strong sentiment outcome for a government event
- 7.36 Million online shares generated across all coverage pieces
- 121 live broadcast pieces produced across TV and digital channels
- 92.7% of coverage came from international or cross-border media organisations
Sessions & Operations
- 42 sessions held across 3 days and 6 venue zones
- Average attendance rate: 75.1% across all session types
- 1,901 media personnel deployed across all sessions
- 20 sessions had live broadcast coverage
- Average TV reach per live session: 6.79 Million viewers
| Sheet | Contents |
|---|---|
| Accreditation_Data | Full 400-record journalist accreditation database |
| Media_Coverage_Data | 600 coverage records with reach, AVE, sentiment |
| Session_Data | 42 sessions with attendance and media deployment |
| Event_Intelligence_Dashboard | KPI summary + journalist type + day-by-day coverage |
| Media_Operations_Tracker | Pass management tracker with colour-coded pass status |
| Session_Analytics | Attendance rates and media deployment by session type |
| International_Media_Impact | Country-wise reach, AVE, sentiment breakdown |
| Step | What It Does |
|---|---|
| 1 | Database and table creation (3 tables) |
| 2 | Event KPI executive summary |
| 3 | Day-by-day coverage analytics (Jan 8, 9, 10) |
| 4 | Media accreditation management report by journalist type |
| 5 | Coverage intelligence by journalist type and sentiment |
| 6 | Session attendance and media analytics |
| 7 | International media impact ranked by country reach |
| 8 | Accreditation vs coverage linkage (LEFT JOIN analysis) |
| 9 | Process improvement flags — operational discrepancies |
| 10 | Zone-wise media deployment analysis |
SQL techniques used: Multi-table LEFT JOINs · Window Functions (RANK) · Conditional aggregation with CASE WHEN · Safe division (NULLIF) · GROUP BY across multiple dimensions.
| Page | Focus | Key Visuals |
|---|---|---|
| 01 — Event Overview | Overall event media intelligence | 6 KPI cards, day-wise bar chart, sentiment donut, journalist type grouped bar |
| 02 — Accreditation Report | Pass management and journalist tracking | Stacked bar by status, pass tracker table with traffic-light formatting |
| 03 — Coverage Intelligence | Reach, AVE, and coverage type breakdown | Session coverage bar, coverage type donut, reach treemap, AVE bar |
| 04 — Session & Operations | Attendance rates and media deployment | Attendance rate bar with 80% benchmark, media deployment line, zone map |
| 05 — International Impact | Country-wise coverage and global reach | Filled map by country, top 10 countries bar, India vs International donut |
- Prioritise international media relations for future PBD editions — 92.7% of reach came from international media, confirming their outsized impact
- Begin accreditation processing 7 days before the event — the pre-event timeline shows a last-minute surge; earlier processing reduces operational pressure
- Cultural Program and Inaugural Ceremony drive the most online shares — prioritise these for social media amplification in future editions
- Sessions below 75% attendance need capacity rebalancing — either reduce registered seats or improve delegate communication
- Pre-confirm TV broadcast setups 48 hours in advance — 204 broadcast setup requests across 3 days creates significant logistics pressure
This project is directly inspired by the analyst's on-ground experience at the 17th PBD Convention, Indore 2023, working under the MPPR (Madhya Pradesh Public Relations) Department.
| Real Task Performed On-ground | Analytics Mirror in This Project |
|---|---|
| Issuing and tracking entry passes for 350+ journalists | Media_Operations_Tracker sheet + Pass Status KPI card |
| Coordinating broadcast setup requests for TV crews | Broadcast Setups measure + SQL Step 4 |
| Managing journalist arrival times across venue zones | Zone-wise deployment analysis — SQL Step 10 |
| Liaising with journalists and releasing event schedules | Accreditation Timeline chart — Page 2 Power BI |
| Monitoring media coverage across 3 event days | Day-by-day coverage analytics — SQL Step 3 + Page 1 chart |
SQL
- Open MySQL Workbench
- Use Table Data Import Wizard to load all 3 CSV files
- Run
PBD_Event_SQL.sql— scripts are numbered Step 1 to Step 10 and should be run in order
Excel
- Open
PBD_Event_Media_Analytics.xlsx— all 7 sheets are pre-built and formatted - The
Media_Operations_Trackersheet mirrors the real pass management process from the event
Power BI
- Open Power BI Desktop → Home → Get Data → Excel Workbook → select
PBD_Event_Media_Analytics.xlsx - Load
Accreditation_Data,Media_Coverage_Data, andSession_Datasheets
| JD Requirement | How Demonstrated |
|---|---|
| Analyse data to identify trends, gaps, growth opportunities | SQL Steps 3, 5, 7 — day-wise trends, coverage intelligence, country ranking |
| Build dashboards and trackers | 5-page Power BI dashboard + Media_Operations_Tracker Excel sheet |
| Generate business reports for leadership | Event_Intelligence_Dashboard sheet + Page 1 Power BI overview |
| CRM data management and reporting accuracy | 400-record accreditation database with pass status tracking |
| Market research and brand analysis | International_Media_Impact sheet — reach and sentiment by country |
| Process improvement and operational solutions | SQL Step 9 — operational flags for accreditation discrepancies |
| High-quality presentations for stakeholders | 5 custom Power BI background templates (saffron-gold government theme) |
| Structured and accurate databases | 3-table relational schema with LEFT JOIN linkage between accreditations and coverage |
| Cross-functional collaboration | Project mirrors real coordination between media teams, PR department, and venue operations |
The dataset is a synthetic reconstruction built to industry-realistic benchmarks, modelled on the operational structure of the real 17th PBD Convention 2023 where the author served as an on-ground media management team member. The objective is to demonstrate the end-to-end analytical methodology (data modelling, SQL, dashboarding, business recommendations) that a Business Analyst applies to real event and media data.
Nitesh Jangid Business Analyst · Advertising & PR Analytics Indore, India
Part of a portfolio targeting Business Analyst roles in Advertising, PR, and Events industries. The PBD Convention project carries particular significance as it is built on direct professional experience from the event itself.




