1. Monthly KPI Dashboard
Operations ManagerBackground
The manager needs to present monthly performance metrics to the leadership team, including Revenue, Gross Margin, CAC, and Churn.
Problem
Manually creating charts and applying color-coded status alerts in Excel is time-consuming and prone to error.
How to use
Input the current month's KPI values and the last three months of trend data into the tool, setting a 10% warning tolerance.
kpisJson: [{"name": "Revenue", "value": 122000, "target": 110000, "direction": "higher", "unit": "$"}], warningTolerancePercent: 10, includeConditional: trueOutcome
A professional Excel workbook is generated with summary cards and a trend table, where metrics deviating by more than 10% from the target are automatically highlighted.