Forum Discussion
Two Legends on Scatter chart
- 5 years ago
Anonymous - What about using the Size field? You could set N = 1 and Y = 2 for example in a measure
Anonymous No secondary Y axis in Scatter chart. Not sure how that would work. What is the issue you are having? Do you have some sort of scale issue going on? Maybe a third party visual and then there is always R and Python. And SVG.
https://community.powerbi.com/t5/R-Script-Showcase/bd-p/RVisuals
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_Deckler5 years agoCommunity Champion
Anonymous - What about using the Size field? You could set N = 1 and Y = 2 for example in a measure
- amitchandak5 years agoSuper User
Anonymous , A bit different if it can work Saving speed (in a sec) , OfficeVersion as two axis , Date as details, and network as a legend.
If not, Try the Greg_Deckler suggestion.