Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Analyse by dimension and produce report based on threshold

MahmudSaniat
6 - Meteoroid

Hello,

I have employee data in this format:

EmployeeDepartmentCountryDateMovement Type
100ITGermany31/01/2022Hire
100ITGermany28/02/2022Headcount
100ITGermany31/03/2022Promotion
100ITGermany30/04/2022Leaver


From this information, I want to generate an analysis like:

DepartmentPromotion RateHire Rate
IT20%5%
HR10%10%
Commercial30%7%


In the above dataset, I have only two dimensions: Department and Country.

However, in real data, I will have 20+ dimensions, and also will have trend data over multiple years.

I am wishing for a model which will provide a list of spikes (e.g. above or bellow X%) like:

 

1. In Oct 2021, there was a +7% spike in Hires, for Job Level = Vice President, Country = Netherlands.
2. In Sep 2020, there was a -3% spike in Promotions for Department = Commercial.

This means in the background, the model needs to run all the combination of Dimensions against all the Metrics I have throughout the timeline.

I am not expecting anyone to build the model for me, rather asking for advise with some direction.

Thanks.

1 REPLY 1
dougperez
12 - Quasar

Well, that's a good question...

I would create that "by hand" transposing the values ​​and creating one analysis by one, using the multi-field formula... Perhaps there be a "easy" way to do that, but I don't know

Labels