Hello, Community Members!
A solution to last week’s challenge can be found here.
Financial analysts often need to consolidate data from various sources. This week's challenge focuses on using Alteryx functions in financial planning and analysis (FP&A) projects.
The first dataset includes sales information for various countries and business segments for the years 2022 and 2023, with the sales figures recorded in each country’s local currency. The second dataset provides the conversion rates from the countries’ currencies to euros.
Your first task is to create a final table that includes the segment, region, and total sales in euros for both 2022 and 2023. (Tip: Remove any columns where the sale price is null.)
For the second part of the challenge, calculate the year-over-year variation per segment (2022–2023 in euros) and identify the segments that experienced negative variations across all three regions: Europe, Asia Pacific (APAC), and the USA.
Need a refresher? Review the following lessons in Academy to gear up:
Happy solving!
The Academy Team