Item Recommendations
A Power BI model that projects demand from historical sales patterns and generates replenishment recommendations (reorder point, min/max inventory, and order quantities).
Summary
Business impact
Gallery
Screenshots and artifacts from the build (sanitized where needed).
I started by defining a stable way to estimate next-year demand using historical years and trend direction, so partial-year distortions didn’t overwhelm the forecast.
Sales frequency and gap-day measures (average/median/last gap) were used to detect how consistently an item sells and how “late” it is relative to its typical cadence.
- Calculated reorder point guidance using cadence + coverage logic.
- Calculated minimum order quantity with rounding rules (order multiples when applicable).
- Calculated max inventory recommendations to cap excess stocking while still supporting demand.
- Added trend labels (increasing / decreasing / mixed / no history) to guide review and confidence.
I included a calculation legend so users can audit the logic quickly and understand why the model recommended a value— making it easier to build trust and tune assumptions over time.