Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Counting the amount of rows that have the same value

aishagaldo
5 - Atom

Hello. I have a data set that looks like this. How would I count how many X Y and Z rows there are?

 

X                  

X

X

Y

Z

Z

 

I want the output to be (space indicating new column)

 

X 3

Y 1

Z 2

 

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Hi @aishagaldo 

 

You can use summarize tool groupby the column and count the rows.

 

Workflow:

atcodedog05_0-1643827216742.png

 

Hope this helps : )

 

Labels
Top Solution Authors