Files
nexus/wiki/concepts/KPI卡片.md

31 lines
970 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "KPI 卡片"
type: concept
tags: [kpi, bi, 可视化, 指标]
sources: []
last_updated: 2025-03-14
---
## Definition
Dashboard 顶部的一组数字指标看板,每个卡片展示一个关键业务指标的最新值,用于快速判断业务整体健康度。
## TikTok Shop 场景标准 KPI
| KPI | 计算方式 | 意义 |
|-----|---------|------|
| 总产品数 | COUNT(*) | 市场体量 |
| 热卖产品数 | COUNT(sold > X) | 爆品数量 |
| 平均评分 | AVG(rating) | 整体质量 |
| 平均最终价格 | AVG(final_price) | 价格带定位 |
| 总 GMV | SUM(final_price × sold) | 整体交易额 |
| 折扣商品占比 | COUNT(discount > 0) / COUNT(*) | 促销密度 |
## 设计规范
- 放置在 Dashboard 第一行
- 双行排列3+3 或 4+2
- Big Number Chart 类型,只显示数字和同比变化
## Related Concepts
- [[Superset Dashboard]]:载体
- [[电商选品分析]]:应用场景
- [[选品评分模型]]:关联指标