We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.

Alteryx Designer Desktop Discussions

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

working out percentage of a total

MarkoJemo
5 - Atom

Hello,

 

I'm wanting to work out the percentage of the activities vs total time taken from the dataset attached. Ideally I would have a column to the right of Sum of hours which looks at the total time and works out the percentage of each activity against the total time. I have had a play around with the formula tool but can't for the life of me solve this problem. Thanks in advance!!

 

MarkoJemo_0-1667238073498.png

 

3 REPLIES 3
Luke_C
17 - Castor
17 - Castor

Hi @MarkoJemo 

 

Isolate and append the total to your dataset, then you can use a simple formula to identify the %

 

Luke_C_0-1667238350130.png

 

 

Felipe_Ribeir0
16 - Nebula

Hi @MarkoJemo 

 

two ways of doing this:

 

Felipe_Ribeir0_0-1667238649916.png

 

binuacs
21 - Polaris

@MarkoJemo One way of doing this with the Transpose and the Cross tab tool

 

binuacs_0-1667257988368.png

 

Labels
Top Solution Authors