Two chart types (bar and line) in same SSRS chart - reporting-services

How can SSRS 2005 represent two chart types (i.e., bar and line) on the same chart?
I am trying to create a graph that looks like the professionally crafted image below:
The chart would have one series represented as bar graphs and then two other series represented as overlapping line graphs.
I have the line graphs working as two independent series and I can write my SQL query to return empty values for the months of the bar graph series and empty values for the years on the two line series to prevent overlapping, but I don't see how to specify a chart type per series.
Realistically, can this be done using SSRS? Or simulated visually?

Select the Chart, make sure it is highlighted and the Chart Data box appears to the right of the graph, both of your series should be listed inside the "Values" section. Click the drop down arrow to the right of your Series' value, use the 'Change Chart type' option from here (per series). This will affect only the series you clicked the drop down for :)

Related

MS Access Modern chart - plot series on secondary Y Axis

I have an MS Access Modern Chart in a Form. It contains two series of data; one with values up in the thousands, and the other with most values below 10. I therefore need to put one of those series onto a secondary Y axis on the chart.
Previously I have edited modern charts using the 'Chart settings' window that appears on the right when a modern chart is selected. However, in this case the Row source is entered by VBA (rather than basing the chart on a query) so no Series formatting options show in the chart settings window.
I cannot base the chart on a query as I need it to respond to changes in a combobox on the same form (the chart's row source is manipulated by VBA linked to On_change event of the combo box).
How do I move one of my chart's series to the secondary axis? Is there a chart property I've missed? Is it something I can do within the chart's Row Source property/sql?

aligning chart and tablix in parallell

I have two chart and tablix in my SSRS report. Degin page looks as follows
The second chart in the report is shown after the tablix data. I need to show the data in parallel. The second chart should be available immediately following the first chart.
Put the table in a rectangle then simply put it under the bar chart. Make sure there are no overlaps on the objects.

Duplicate bar chart from Excell into an SSRS report

I'm having a very rough time trying to group this SSRS chart correctly. It's easy as pie in Excel. So I'm wondering what I need to do in SSRS to duplicate it.
There are no hard errors to report other than the data is not being displayed the way I want it to be displayed.
One image shows the Chart Data I am passing into the chart, the other shows the visual appearance.
The final image is taken from Excell and shows what I am trying to do inside SSRS. The Excel chart displays it just about perfectly to what I am looking for.
The next two images are from excell. One displays just about perfectly how I am trying to get it to look on SSRS. The other one is how I am passing the data into SSRS.
Any idea how I need to group the data within the SSRS chart to display it the way I am looking for?
i don't think you can create the exact copy of that graph, but
try making the graph larger (taller) and also change vertical axis interval to 1
(right click on vertical axis go into properties>> axis options >> interval 1)
you can get something like this

Possible to create a combo graph containing line and bar [duplicate]

How can SSRS 2005 represent two chart types (i.e., bar and line) on the same chart?
I am trying to create a graph that looks like the professionally crafted image below:
The chart would have one series represented as bar graphs and then two other series represented as overlapping line graphs.
I have the line graphs working as two independent series and I can write my SQL query to return empty values for the months of the bar graph series and empty values for the years on the two line series to prevent overlapping, but I don't see how to specify a chart type per series.
Realistically, can this be done using SSRS? Or simulated visually?
Select the Chart, make sure it is highlighted and the Chart Data box appears to the right of the graph, both of your series should be listed inside the "Values" section. Click the drop down arrow to the right of your Series' value, use the 'Change Chart type' option from here (per series). This will affect only the series you clicked the drop down for :)

How to add moving average to Report Builder 2.0 chart

This is driving me nuts. I've looked at all the relevant MSDN tutorials but they talk about 'data field drop zones' and how a 'Add Calculated Series' menu option should be there but it's not, and no screenshot is provided to show what a 'data field drop zone' is. This is the menu I get when I "right-click on a field in the data field drop zone":
The frustrating thing is I know I've seen this calculated series stuff before, but I can't find it again, it's not in the 'Series Properties' dialog that I can see, and I can't find a tutorial showing how to find this feature. I'm guessing you can only have a calculated series on certain chart types, or I don't have some flag turned on or something, but I didn't see that mentioned anywhere.
Can you tell me how I can add a line showing the median of my data to a chart in Report Builder 2.0? I think I can do this by adding a 'Moving Average' via a 'Calculated Series', but I can't find how to add that.
Edit: on a different chart, the 'Add Calculated Series' menu option was available. It was a stacked column chart and the series I right-clicked on was an expression that used RunningValue.
I had to remove the series group (from the 'data field drop zone' on the right side of the chart) so that all I had was 1) a category group (bottom of the chart) and 2) a data series (top of the chart). Then I could right-click on the data series at the top of the chart and 'Add Calculated Series' was a menu option.
I solved it by making the groups as individual series and then a combined series that i set to hidden. I was then able to make the calculated series from the hidden series.