Pareto Chart with Interactive Chart tool
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have been trying to create a Pareto Chart with Alteryx but have not been successful. This is my data set and I want to create a bar chart with the Count field in the Y axis and the Name field in the X axis, this part works but if I try to add the Frequency field as a separate layer and Line type it is not giving me what I was expecting which is a Pareto Chart. Any ideas on how to solve this?
Solved! Go to Solution.
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Exactly @grossal! That is what I need, when I try to replicate what you did I get the line on top, how were you able to get this? I also see that in your tool configuration in the Axes section you have Axis to Style: X: [object Object], but I don't have that option. Thank you so much for your help! 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am not sure what you mean with "You have Axis to Style: X: [object Object]" - can you explain this or show me a screenshot?
I am using 2020.1, that's why I might actually have options that you don't have. If you tell me your version, I might be able to test it in your version.
My process for the chart is pretty simple:
- Connect Interactive Chart to Input Text
- Run it once to get the data into it
- Interactive Chart configuration:
- Add Layer
- Type: Bar
- X: Name
- Y: Count
- Add Layer:
- Type: Line
- X: Name
- Y: Frequency
- Tick "Use Secondary Y-Axis"
- Add Layer
I think you might miss the last step. Let me know if you can get it to work.
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sorry for my late reply @grossal, I am using 2019.2 maybe that is why. But your solution works. Thank you so much!
