Explore my projects and technical skills
Author: Deepak Annapureddy
Tools Used: Power BI, DAX, Excel, Power Query
Total Sales = SUM(Sales[Total Sales])Total Quantity = SUM(Sales[Quantity])Total Orders = DISTINCTCOUNT(Sales[Order ID])Online Deliveries = CALCULATE(SUM(Sales[Delivery]),
Sales[Channel]= "Online")
Profit Margin % = DIVIDE(SUM(Sales[Profit]), SUM(Sales[Total
Sales]), 0)