I need to show three columns in a chart in SSRS, however one of the columns should only show as either a marker or a line. I am attaching an example of what I need to do.

|
I need to show three columns in a chart in SSRS, however one of the columns should only show as either a marker or a line. I am attaching an example of what I need to do.
|
|||
|
|
This can be achieved by adding 3rd data column as "Range column", this is done by changing its chart type. Firstly I created a new report, added a bar chart to it using the following query to give me some data to play with:
Added "value1" and "value3" as data values to the chart, and the "group" column as category. The Important Bit: Next added "value2" as third data value, then changed its chart type to be a Range Column, found under the Range of chart types. Then update the Series Properties adding the Bottom value as:
Final Solution Preview:
|
||||
|
|