Forum Discussion

p1ngu1n's avatar
p1ngu1n
Frequent Visitor
6 years ago
Solved

Line graph or comparable with string values

Hi all, I have a column where the data is stored as string, lets assume "LOW", "MIDDLE" and "HIGH". What I want to do is to visualize this in a kind of state diagram, I thought of a line chart with...
  • p1ngu1n's avatar
    p1ngu1n
    6 years ago

    dax Thank you for you idea.

    The way I worked around now is to create a column with integer values and use the column with text values as legend. Might be too complicated but works for me 🙂