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

Alteryx Designer Desktop Discussions

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

How to perform row aggregation in Alteryx

jkibazo
6 - Meteoroid

Hello,

 

I have a dataset where I'm trying to filter out transactions whose row sum is greater than 20 million. I want to group the transactions by Name and Date and sum the total amount. My dataset can be seen below:

Aggregation of transactions.PNG

 

 

I want the following output:

Final aggregated transactions.PNG

 

I will greatly appreciate your assistance

4 REPLIES 4
cjaneczko
13 - Pulsar

This should work.

 

Remove the Union tool if you don't want to see Null values (those under 10,000). I included them just incase you wanted to do something with them.

 

image.pngimage.png

jkibazo
6 - Meteoroid

Could you share the workflow so that I can see the configurations you used?

flying008
15 - Aurora

Hi, @jkibazo 

 

FYI.

 

录制_2024_03_15_12_42_27_150.gif

 

Dev73
8 - Asteroid

Hi @jkibazo try this way. 

 

row aggregation.jpg

Labels
Top Solution Authors