Forum Discussion
custom limit lines using line graph
- 7 years ago
Hi Collin,
So how can we or the graph know which dots should be connected and which dots shouldn't be connected?
Maybe there is a workaround that adds a new column to group these dots. Please download the demo and give it a try.
1. Create a column.
Column = if([X] <= 600, 1, 2)
2. Add it to the legend.
Best Regards,
Dale
Hi Collin,
So what's the result you expect?
Best Regards,
Dale
The x and y values line up with a units column, so if you had:
y-axis x-axis
units #amount amount
1 15 100
1 15 600
2 30 1,200
2 30 1,400
id like the legend to show the 1s and 2s not the Y vaules.
Thanks for replying, -Collin
- v-jiascu-msft7 years agoMicrosoft Employee
- Anonymous7 years agoNot applicable
Hello dale, so this is what i have for data now . i would like to be able to have these dots connect but not continuous .
origonal - what i have
what i want
thanks,
-Collin
- v-jiascu-msft7 years agoMicrosoft Employee
Hi Collin,
So how can we or the graph know which dots should be connected and which dots shouldn't be connected?
Maybe there is a workaround that adds a new column to group these dots. Please download the demo and give it a try.
1. Create a column.
Column = if([X] <= 600, 1, 2)
2. Add it to the legend.
Best Regards,
Dale