



I am hoping someone can help me. I have created an SSRS (2012) report plotting multiple series over time. The chart is shown above. Many of the non-connected points are easily 'joined up' by making the empty point value the same color and size as the line itself. I have demonstrated that with MC113. This is all fine - and I have found plenty of helpful information on the web to help me address this. The problem I am having is with the leading (and sometimes it is the lagging) horizontal line (circled). This is where the data, from that series, does not start or end at the same point as the rest of the data (the example above appears to start in 2009, where as the remainder of the data starts in 2005).
The data set is derived from a query and these points are being returned as NULL values. How can I remove this line - so that in this case - the line would start from 2009? I have tried filtering - but that will just truncate the all the series (to 2009) rather than just filtering MC113.
Does anyone have any suggestions? Perhaps I need to work on how present data from my query?
Currently this looks like:

Any help would be most appreciated!