Loading...
Loading...
Design dashboards, write analytical SQL, define KPIs, and manage stakeholder analytics requirements. Cover chart selection, data storytelling, cohort/funnel analysis, metric definitions, and BI tool patterns (Tableau, Looker, Power BI). Triggers on "build dashboard", "design dashboard", "write analytical SQL", "cohort analysis", "funnel analysis", "define KPI", "define metric", "reporting requirements", "data storytelling", "stakeholder analytics", "retention analysis", or "BI report". For business model canvas, TAM/SAM/SOM, and competitor monetization research, use business-model-researcher—not bi-analyst. For building warehouse marts, dbt models, tests, and lineage—not dashboards—use analytics-data-engineer.
npx skill4agent add daemon-blockint-tech/agentic-enteprises-skill bi-analystdata-architectdata-warehouse-engineeranalytics-data-engineerdata-scientistbusiness-analystbusiness-model-researcher| Question | Chart Type |
|---|---|
| How much/many? | KPI cards, bar charts |
| How does it change over time? | Line charts, area charts |
| How is it distributed? | Histograms, box plots |
| How do parts relate to the whole? | Pie charts (limited), treemaps, stacked bars |
| How do variables relate? | Scatter plots, heatmaps |
| Where is it happening? | Maps, geo charts |
| Analysis | SQL Pattern |
|---|---|
| Month-over-month growth | |
| Running total | |
| Top N per group | |
| Cohort retention | Self-join on first-event date |
| Funnel conversion | |
| Cumulative distinct | |
## [Metric Name]
**Definition:** [Clear, unambiguous description]
**Formula:** [Mathematical formula or SQL pseudocode]
**Numerator:** [What is counted]
**Denominator:** [The population, if a rate/ratio]
**Data source:** [Table(s) used]
**Dimensions:** [How it can be sliced: date, region, product]
**Owner:** [Who maintains this definition]
**Last updated:** [Date]