I'm new to report builder and having trouble overcoming what I hope is a simple problem. We have a sql table holding error codes reported by a web application. These codes are logged along with a timestamp. My goal is to plot the number of errors in a line graph for the previous 30 minutes.
I've got it to work using the datetimestamp field for the x-axis, however if no errors are logged for a specific minute, it doesn't show 0. Also if there hasn't been any errors for 20 minutes, the graph will only show the 10 minutes that have values and not the 20 that should be 0.
You need to structure your data to give SSRS those data points. Set up your data set to have the time increments you want with their proper labels, then SSRS should be able to report it just fine.
Here's some code to explain what I'm talking about. Hopefully this example gives you some insight on how to structure your data.
The result set should look like this: