Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Count of Unique Field

nihou
8 - Asteroid

Hello, I am trying to count the number of reports using a key field.  I want to count how many unique reports.  I have tried, running total and then the summarize (group by and count), but it does not get me the results that I would like.

 

Source Data.pngWanted Results.png

2 REPLIES 2
phottovy
13 - Pulsar
13 - Pulsar

@nihou 

 

You should be able to use the summarize tool for this with a "Group by" on record type and "Count Distinct" on Fed/Lease No:

 

Summarize.PNG

nihou
8 - Asteroid

That worked, thank you!

Labels
Top Solution Authors