Forum Discussion
Custom markers in combination column/line chart?
- 5 years ago
Hi teylyn
Download this sample PBIX file
I've created a new column called Injuries_Line to plot as line values.
Turn on Data Labels, turn on Customize series and only show labels for the line series.
Use a Custom Format string for the line series ✔;;; so it only displays positive values and these values will only be 1 (or whatever value you choose to plot)
Regards
Phil
Hi teylyn
Download this sample PBIX file
I've created a new column called Injuries_Line to plot as line values.
Turn on Data Labels, turn on Customize series and only show labels for the line series.
Use a Custom Format string for the line series ✔;;; so it only displays positive values and these values will only be 1 (or whatever value you choose to plot)
Regards
Phil
PhilipTreacy That is so cool!