Hey everyone.
I'm trying to figure out how to generate this report in SSRS, and struggling a bit with it.
What I have currently:
I have a data table that contains a record for every 5 minute increments over a 24 hour period.
I can populate this table with whatever is needed from the source data. Right now it contains a StartDateTime field, a status field, and a series field.
And I'm trying to put that data into a stacked horizontal bar chart.
What I'm trying to accomplish:
A stacked horizontal bar chart where each bar represents a 24 hour period for a series of data, with 5 minute intervals color coded by the status field.
X-axis being the DateTime, Y-axis being Series, and the Status field used to control the color of that portion of the bar chart.
Where I seem to be failing:
I can get the bar graphs to come out correct, organization and color...