├── Atliq-sales insight project.pbix ├── README.md ├── Screenshots ├── 32504_faded-backgrounds-hd-wallpaper-backgrounds-of-your-choice_1920x1200_h.jpg ├── AIMS grid sales insights.jpg ├── Sales Insight - Page KPI.png ├── Sales Insight - Page Performance Insights.png └── Sales Insight - Page Profit Analysis.png ├── db_dump.sql └── sales_insight.sql /Atliq-sales insight project.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notramm/Sales-Insight-Dashboard-using-Power-BI/HEAD/Atliq-sales insight project.pbix -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notramm/Sales-Insight-Dashboard-using-Power-BI/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/32504_faded-backgrounds-hd-wallpaper-backgrounds-of-your-choice_1920x1200_h.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notramm/Sales-Insight-Dashboard-using-Power-BI/HEAD/Screenshots/32504_faded-backgrounds-hd-wallpaper-backgrounds-of-your-choice_1920x1200_h.jpg -------------------------------------------------------------------------------- /Screenshots/AIMS grid sales insights.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notramm/Sales-Insight-Dashboard-using-Power-BI/HEAD/Screenshots/AIMS grid sales insights.jpg -------------------------------------------------------------------------------- /Screenshots/Sales Insight - Page KPI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notramm/Sales-Insight-Dashboard-using-Power-BI/HEAD/Screenshots/Sales Insight - Page KPI.png -------------------------------------------------------------------------------- /Screenshots/Sales Insight - Page Performance Insights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notramm/Sales-Insight-Dashboard-using-Power-BI/HEAD/Screenshots/Sales Insight - Page Performance Insights.png -------------------------------------------------------------------------------- /Screenshots/Sales Insight - Page Profit Analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notramm/Sales-Insight-Dashboard-using-Power-BI/HEAD/Screenshots/Sales Insight - Page Profit Analysis.png -------------------------------------------------------------------------------- /db_dump.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notramm/Sales-Insight-Dashboard-using-Power-BI/HEAD/db_dump.sql -------------------------------------------------------------------------------- /sales_insight.sql: -------------------------------------------------------------------------------- 1 | SELECT * FROM sales.transactions; --------------------------------------------------------------------------------