Moving from static spreadsheets to interactive intelligence dashboards.
Your Excel model from Module 1 was a massive success at Nova Capital. However, Sara (the Managing Director) just received a 300-page PDF from a competitor detailing every launch from 1957.
"I can't read this," she says, gesturing to the stack. "The Partners need to see the BIG PICTURE. I want a 'Mission Control' screen that shows us which country is currently leading the launch cadence and how the $/kg has changed over time. If I click on 'SpaceX', I want the whole dashboard to show me only their stats."
During the Cold War, data was a state secret. Today, it’s a commodity. In this module, we shift from calculating numbers to communicating them. A good dashboard is a story that updates automatically when new data arrives.
Get Data > Excel Workbook, find your saved Excel file from Module 1, and select the LaunchMarket table. Click Load.FirstLaunchYear column has a calendar icon next to it and your Cost_Per_KG is formatted as a Decimal number. BI tools need to know if a column is a word, a date, or a number!AvgEfficiency = DIVIDE(SUM(LaunchMarket[CostPerLaunch_USD]), SUM(LaunchMarket[PayloadToLEO_kg]))
Insert > Pivot Table on a New Sheet. Drag 'Country' to Rows and 'Cost_Per_KG' to Values. Change the summarize by from 'SUM' to 'AVERAGE'.Data > Add a Slicer. Choose 'Country' as the column. Now, anyone viewing the sheet can click the Slicer dropdown to filter the charts without touching the raw data!=SPARKLINE(B2:B30, {"charttype","line", "color", "blue"})
Your dashboard must include these three "Gold Standard" visualizations:
A Treemap of Payload Mass by Country. Instantly shows who owns the most LEO real estate.
A Combo Chart: Line chart for $/kg over time, Bar chart for total launch volume.
A static chart is a lecture. An interactive chart is a conversation. In Power BI, drag 'SuccessRate' into the Tooltips bucket of your visual. Now, when Sarah hovers her mouse block over a specific rocket on the chart, a small pop-up appears revealing its Success Rate and Country of Origin!
Your final Business Intelligence dashboard should be consolidated onto a single page and include: