I am looking to create a geographic distribution like the example I have included. I need to display states with principal balances over 5% of the total. How do I do this with Alteryx and display it like in the attachment. In the end, I will have more than just these two columns grouped by the state, but for now I will simplify.
Solved! Go to Solution.
Attached workflow demonstrates how this can be achieved. That first Summarize tool is the key to making this work. once you have that value, append it back to your data so it's a value available for all your records. from there, is just applying your formula.