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.

Pivot Table Creation similar to Excel Pivot tyable

VijayAnaparthi
8 - Asteroid

Can anyone please help me to replicate Below Excel Pivot table in Alteryx. Pivot_table.JPG

2 REPLIES 2
BRRLL99
11 - Bolide

need sample Dataset

DawnDuong
13 - Pulsar
13 - Pulsar

hi @VijayAnaparthi 

You can use the Crosstab tool 

DawnDuong_0-1670151158275.png

DawnDuong_2-1670151253256.png

 

 

The "Rows" in Pivot table are corresponding to the Group by (in your case, tick columns "Country" and "Item")

The "Columns" in Pivot table corresponds to the "change column headers" (in your case, use column "Season")

The computation values in Pivot table correspond to the "Values for new columns" (in your case, use column "Sales" and select "Sum" as the aggregating method".

 

I highly recommend that you check out the interactive lessons for Excel user https://community.alteryx.com/t5/Interactive-Lessons/tkb-p/interactive-lessons which are super useful.

Dawn.

 

Labels
Top Solution Authors