Forum Discussion
line chart
I am trying to create a line chart using the following data.
Name
Gameweek
Points
Total
Position
I have gameweek on Axis, Name on Legend and Position on Values. When the chart is dispayed the position on the y-axis displays upwards from 1-10. I would like this displayed the other way from 10 up to 1. I cannot find any way of doing this.
I would also like to view on each gameweek, the points for that particular week, and the total. However when I hover over the chart, you get an unreadable pop up that shows a partial list of the 10 people on the chart. I would expect when you hover over a certain line, you should only get that persons info?
7 Replies
- rajulshahResident Rockstar
Hello Smevchenko,
Can you please share your pbix file with the sample data? It would be better for us to resolve your issue.
Also, that popup is a tooltip which power bi provides. Also , there is a 'ToolTip' field where you have plot some fields. This also adds up to the data that was already showing by Power BI.
Hope this helps. Regards.
- SmevchenkoNew Member
- ThejeswarSuper User
You should share using Dropbox or onedrive to PBI Community
- v-chuncz-msftCommunity Support
You may try adding a calculated column and using a slicer. Besides, take a look at Create a report tooltip page.
Column = - Table1[Position]