This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Your file has been submitted successfully. We’re processing it now - please check back in a few minutes to view your report.
03-26-2026 09:57 AM - last edited 03-26-2026 10:32 AM
Demonstrates how to build an analytical e‑commerce dashboard using Power BI with R for advanced analytics.
Created for the November 2025 DataDNA Challenge, winning both overall and accessibility categories.
Uses auto.arima from R’s forecast package.
Accounts for seasonality and trends.
Forecasts revenue across country, category, and channel.
Integrated into Power BI with smooth cross-filtering.
ABC: ranks products by revenue contribution.
XYZ: classifies products by demand variability.
Combined ABC/XYZ matrix supports inventory and marketing decisions.
Based on Recency, Frequency, Monetary.
Defines 9 intuitive customer segments (e.g., Champions, At Risk, Hibernating).
Used to guide retention and engagement strategies.
Majority done via R scripts in Power Query.
Includes EDA, preprocessing, forecasting, and an attempted refund prediction model.
Power BI model follows a star schema for performance and clarity.
Mostly standard Power BI visuals.
Some custom charts built with Deneb using Vega‑Lite.
Summary – Key KPIs at a glance.
Loyalty – Repeat buyers, LTV, purchase frequency.
Products – ABC/XYZ, revenue by category/vendor, top products.
Pricing – Discount metrics, revenue lift, discount time series.
Customers – RFM segments and revenue contribution.
Current dataset ends on 2025‑10‑21.
Dashboard locked to 2025; needs a relative date slicer for real‑world use.
No web analytics or marketing data, limiting behavioral and campaign analysis.
Synthetic dataset too random for meaningful causal inference.
Real data required for deeper insights.
The project outlines a full end‑to‑end workflow — from data cleaning to modeling to dashboard design — showcasing how R and Power BI can be combined to build a sophisticated, award‑winning e‑commerce analytics tool.
Read this article if you're interested in the details of building this dashboard: Building an E-Commerce Dashboard with Power BI and R – Frequentist.org
eyJrIjoiNzY5NjZhMDAtZjNjNS00NmYxLTkzNWUtNGJkZWZlNWMzOWIxIiwidCI6ImZmYzg3OTVlLTAxODUtNDg5Yi05ZGE2LTQ5MDI0MTJmMDNhMCIsImMiOjl9
Here are my other dashboards combining visualization, forecasting, and causal analysis:
Credit Risk Simulation Dashboard (Power BI + R)