Forum Discussion
Anonymous
5 years agoNot applicable
Two Legends on Scatter chart
Hi there, I'm looking for a way to add a second legend to my scatter chart. Currently I have my X-Axis: TimeStamp Y-Axis: Stats (Saving time) My legend right now is set to be the...
- 5 years ago
Anonymous - What about using the Size field? You could set N = 1 and Y = 2 for example in a measure
Anonymous
5 years agoNot applicable
Greg_Deckler,amitchandak thanks for the reply guys. For example, below is a very simple data set:
| TIMESTAMP | NetworkDrive | Saving speed (in sec) | OfficeVersion |
| 2020-09-03 | N | 2 | 1902 |
| 2020-09-05 | Y | 5 | 1908 |
| 2020-09-07 | N | 1 | 1908 |
TimeSTAMP is unique for each entry.
I have my Y axis as saving speed, X axis as timestamp.
The legend is OfficeVersion, but I also like to show networkDrive on the chart. So the ideal graph would be like:
Red dot for row1, Yellow triangle for row 2, Yellow dot for row 3.
If that makes sense.
Greg_Deckler
5 years agoCommunity Champion
Anonymous - What about using the Size field? You could set N = 1 and Y = 2 for example in a measure