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.
SOLVED

Take Max of One Column & Create New Column w/ All Rows Reading Max Value

DataUser
7 - Meteor

I have a Summarize function giving me the max of one column "27" and I want to create a new column in my data set and have all rows show "27". Is there a way to easily do this? Thank you

1 REPLY 1
KaneG
Alteryx Alumni (Retired)

Append the result of the Summarize back on to the dataset. If you have a group By on the Max, then you will need to join it back on via the Group By variable.

Labels
Top Solution Authors