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.
SOLVED

How to calculate ratios of a series of variables

Tom
5 - Atom

I have a set of 5 variables which respresent different streams of revenues for a group of 6 companies, what I want to do is turn each variable into a ratio by dividing it by total revenue to make them comparable between firms but I am not sure the simplest way to do this.

 

I have each variable and the value of total revenue per firm, but dont know how best to approach this in Alteryx.

 

If anyone has any advice or tips it would be greatly appreciated.

 

2 REPLIES 2
clmc9601
13 - Pulsar
13 - Pulsar

Hi @Tom,

 

Have you considered using Multi-Field formula? The expression would go something like this, applied to the five different variables:

[_CurrentField_]/[Total Revenue]

 

clmc9601
13 - Pulsar
13 - Pulsar

and welcome to the Alteryx community! I see you joined today 🎉

Labels