(monthly_sales - LAG(monthly_sales) OVER (ORDER BY order_month)) / LAG(monthly_sales) OVER (ORDER BY order_month) AS growth_rate ...
End-to-End Sales analysis using Excel, SQL, and Power BI. - Ganeshl54/Superstore-Sales-Analysis ...