done! :)
it is very helpful for the practice
Solution for Practice Exercise 1
v
Load the Data: Use the Input Data tool to load your data into Alteryx.
Drop Unnecessary Columns: Use the Select tool to deselect the “Weekly Sales” and “Store Volume” columns. This will remove these columns from your data.
Filter the Data: Use the Filter tool to keep only the records where the “Region” is “South”.
Sort the Data: Use the Sort tool to sort the data in descending order based on the “Trans In Year” column. This will bring the customers with the highest average transactions to the top.
Select Top Records: Use the Sample tool to select the first 5 records. This will give you the 5 customers with the highest average transactions in the “South” region (Configure the Sample Tool: Click on the Sample tool to view its configuration options. Under Sample Method, choose First N Rows. In the N field, enter 5. This will tell Alteryx to select the first 5 records from your sorted data.)
Output the Data: Finally, use the Output Data tool to save your results.