Three Moons of Revenue Flow

Three Moons of Revenue Flow: Track Supplier Revenue Trends with a 3-Month Rolling Window

Tracking Supplier Revenue with a Rolling 3-Month Total.

Xorthax wants to monitor how each supplier’s sales revenue changes over time. For each supplier and product, calculate the 3-month rolling total revenue in base currency. Use the exchange rate from the Currency table to convert all order amounts to base currency. Include only completed orders and order by SupplierID then ProductID.
Write Your Query
Next Problem →

It models how analysts monitor supplier performance by reviewing rolling revenue trends over recent months to identify growth, seasonality, or declines in sales.

You’ll practice building rolling calculations with window functions, applying frame clauses, and using partitioning and ordering logic to analyze changing revenue patterns over time.

This problem is labeled as Advanced. It’s intended for learners who are already comfortable with common window functions and want to push into more complex analytical patterns. Don’t rush — work through the hints one at a time and study the final query structure carefully.

Yes. Every problem comes with optional hints you can reveal one at a time, plus a fully worked step-by-step solution. You decide how much help you want while practicing.

All problems on PracticeWindowFunctions.com are completely free and can be solved without creating an account. Right now there are over 80 practice problems, with new ones added regularly.
SQL for Data Analysis (O’Reilly)
SQL for Data Analysis (O’Reilly)

SQL techniques tailored for analytics and reporting workflows.

(Affiliate link – as an Amazon Associate I earn from qualifying purchases.)