Hi there,
I have a dataset with columns Area, District and Sales. I need to get top 10 Area by Sales for all the N Districts. I could solve this using partition in SQL but this data is got by joining 2 tables and I need to set it up through Alteryx.
Thanks in advance