How do I get chart values to match table values?

Hi there @Ryan_Gilbert :blush:

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] ? :blush:

I got the inspiration in this post below :blush: :

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.