This page documents the Exploratory Data Analysis (EDA) and analytical layout created for the Superstore Sales dataset. The primary objective is to transform raw sales records into structured operational insights.
Data Modeling & Architecture (Star Schema)
To ensure optimal calculation speeds and clean filtering, the flat dataset was broken down into a structured Star Schema within Power Query and the Model View:
Dim_Customers, Dim_Products, and Dim_Locations as separate queries. Removed all duplicate primary keys to build clean reference attributes.Fact_Orders but hid the raw columns from the report view to force clean, dimension-driven filtering.Dim_Calendar table to support multi-level time intelligence.Superstore Sales & Analysis Performance Dashboard.pdf

Fig. Superstore Sales & Analysis Performance Dashboard