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.
Solved! Go to Solution.
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]
and welcome to the Alteryx community! I see you joined today 🎉