Shahid125238's avatar
Shahid125238
Icon for Advocate III rankAdvocate III
2 years ago

Ecomerce Sales Analysis

Unlocking eCommerce Insights with Power BI! 

I am excited to showcase my latest Power BI project—a deep dive into eCommerce sales data that goes beyond numbers and charts! 

Key Highlights:

  • Sales Performance Dashboard: Visualize sales data to identify top-performing products, customer segments, and sales trends.
  • Customer Behavior Analysis: Explored buying patterns, customer preferences, and factors influencing purchase decisions.
  • Inventory Management: Implemented insights for effective inventory control, reducing stockouts, and optimising supply chain efficiency.

 

6 Replies

  • Nice work! What are the percentage metrics in the cards being compared to? Trying to understand how the trend is being calculated here.

    • Shahid125238's avatar
      Shahid125238
      Icon for Advocate III rankAdvocate III
      Trend= var positive_icon=UNICHAR(9650)
                  var negative_icon=UNICHAR(9660)
                  var result=IF([YOY SALES]>0, positive_icon,negative_icon)
                  RETURN result