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

Pivot Table similiar to excel

dattina2287
8 - Asteroid

Hi,

 

I am trying to create a pivot table that is similar to what i would do in excel that looks like the following. What would be the best way to do this in Alteryx? 

dattina2287_0-1757956944729.png

 

7 REPLIES 7
alexnajm
18 - Pollux
18 - Pollux

Summarize tool is your best bet! Group by Investor Indicator, Sum by Market Value, and Sum by Annualized Fee

dattina2287
8 - Asteroid

Thanks but it doesn't let me group "Annualized Fee Revenue" by sum. Sum is greyed out for some reason.

alexnajm
18 - Pollux
18 - Pollux

Make sure it is a number then by converting it to a Double using a Select tool before the Summarize

dreldrel
8 - Asteroid

Hi, you can consider the tools below:

  • Summarize: this is the core equivalent of excel’s pivot table
  • Cross Tab: this takes the “grouped” data and spreads one field out into columns

If this helps, please like the post and mark it as the solution. Thank you!

alexnajm
18 - Pollux
18 - Pollux

@dreldrel this has been resolved!

 

also the Crosstab option would not work since you can only have one values column summarized - you’d have to do two crosstabs then a join whereas the summarize by itself is the best option :)

dreldrel
8 - Asteroid

@alexnajm Thanks for sharing your insights. Agreed with your thoughts :)

alexnajm
18 - Pollux
18 - Pollux

No worries @dreldrel !

Labels
Top Solution Authors