-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Supermarket Sales Dashboard: In this project I develop an interactive data dashboard, based on a data set that contains information about the sales of a Supermarket for the year 2023-2024. | ||
The dashboard consists of six main visuals with which you can analyze the evolution of daily, monthly and annual sales. | ||
Sales by product, sales channel or payment method are also obtained. | ||
The dashboard contains four interactive filters with which you can filter the data by time periods, sales channel or payment method. | ||
|
||
Data Model: To design the data model, a fact table has been linked, where purchases are recorded, and a dimension table, where the characteristics of the products in the supermarket are recorded. | ||
|
||
Calculated Measures: It was necessary to create four calculated measures, using DAX language |