Forum Discussion

NPinto's avatar
NPinto
Frequent Visitor
5 years ago
Solved

Divide Line Chart by phases

Hi all! This is my first post here, thanks for welcoming me, I'm looking for some help.


The goal is to analyze the behavior of a variable Speed(rpm) in a line graph.


Is it possible to divide the graph into phases? I have a column with the number of the phase of each timestamp record. I want to achieve somethink like this example: 

 


Thanks!

 

  • NPinto , if you have phase and the numbers available, Put them on axis and sort of these two and then disable concatenate the label

4 Replies

  • NPinto , if you have phase and the numbers available, Put them on axis and sort of these two and then disable concatenate the label

    • NPinto's avatar
      NPinto
      Frequent Visitor

      amitchandak I'm really thankful for your quick reply! 
       I couldn't do it. I've tried to create some hierarchy with phase and time as well. Any help ?

      • NPinto's avatar
        NPinto
        Frequent Visitor

        amitchandak  I was missing the final step:

        - Sort the visual by the axis. 


        Thanks!

         

  • GDUb's avatar
    GDUb
    Advocate I

    Hi, NPinto . Here is a solution that I think meets your requirments. Create a simple line chart with time on the X axis, and your sample value on the Y axis, like so:

    Next, in the visualizations pane, drop your phase ID column into the "Legend" field, like this:

    That should result in your line chart looking like this:

    Finally, on the format tab, under Visual>Lines, format the lines to the same color:

    Result:


     

    Does that meet your needs?