Grab publisher_id, publisher_name, course_id from dim_publisher_course table where published_date > DATEADD(month, -24, GETDATE())
? Join courses_performance on course_id and sum for certs_price & adsense_revenue.
? group by by publisher id, name