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,
Can adding the Y to the legend solve this requirement? Please refer to the snapshot below.
Best Regards,
Dale
- Anonymous7 years agoNot applicable
Thankyou Dale that Worked,
One more thing,
is there a way to have a diffrent or added legend to the graph without changing the data.
the graph looks good but would like the legend to catagorize diffrently.
thanks for the help.
- Collin
- v-jiascu-msft7 years agoMicrosoft Employee
Hi Collin,
So what's the result you expect?
Best Regards,
Dale- Anonymous7 years agoNot applicable
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


