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.

Alteryx Graph with % in the Y axis

joaoferraz
5 - Atom

Hi,

I have this chart in Alteryx and I'd like to add the values (as %) in the axis on the bottom and in the end of each green bar. Is it possible? As an example 0.05 would be 5% as in the first number of the axis.

joaoferraz_0-1651152763519.png

PS: I Can't show you the other axis. 

 

 

3 REPLIES 3
OllieClarke
16 - Nebula
16 - Nebula

Hey @joaoferraz here's one way of doing it:

 

OllieClarke_0-1651153354428.png

 

Create 2 new fields, X 

([value]*100)


And Label:

Tostring([X])+'%'

 

Then in the chart tool, use X as your X axis, and use Label as Text in the Style Layer option

OllieClarke_1-1651153480242.png

 

joaoferraz
5 - Atom

Hello @OllieClarke ,

Thank you very much for your quick response.

On the second image that you show, I don't see the same options as you.

Maybe you can share the Alteryx document you created for me to spot the diferences.

joaoferraz_0-1651162286150.png

 

OllieClarke
16 - Nebula
16 - Nebula

Hey @joaoferraz 

 

It might be a version issue, what version of Alteryx are you using?

 

I've attached my workflow here

Labels
Top Solution Authors