Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.
SOLVED

How do I just figure out the number of rows in my dataset?

Conner_Tri
Alteryx Alumni (Retired)
 
3 REPLIES 3
Trifacta_Alumni
Alteryx Alumni (Retired)

Hi Jenna,

 

You can figure out the number of row in your dataset by using the count function. Try this: AGGREGATE with COUNT(). This will return the number of rows in your dataset when you run your job. If you are using sampling and would like to know how many rows are in your sample, you can find this in the bottom left of your grid screen.

 

Karli

Conner_Tri
Alteryx Alumni (Retired)

Ah, that makes sense. Thanks!

ccarreras
7 - Meteor

I think you can also see the number of rows in your dataset by running a job with profiling enabled. The job results profile shows you the total number of rows in the output at the top of the screen. So if you have no steps in your recipe, this will basically profile your input.