Hi there @Ryan_Gilbert ![]()
I’m not sure if this will solve your problem but could you try to create another Text field and add this formula :
thisRow.[Sprint].ToText()
or
Concatenate(thisRow.[Sprint])
Then use that new text field for the horizontal axis instead of your field [Sprint] ? ![]()
I got the inspiration in this post below
:
Apparently, even though your [Sprint] field is already a Text field, the numbers in it are still interpreted as numbers so the charts creates a scale instead of keeping the text.