I'm having some difficulty getting a sparkline chart to display correctly and the Microsoft documentation is focused on Report Builder.
I have a collection of items that can be placed in one of a number of bins. I'm trying to show the frequency of occurrence for each item/bin number combination. While I could sum the items by bin number in SQL, I'm letting SSRS do it for now.
For the purposes of explanation, assume the dataset looks something like this:
Item,Bin
-----------
A,1
A,2
A,5
A,2
B,1
B,5
I've got the item bit down -- the table containing the sparkline has a row group that groups on the appropriate variable (Item). For the horizontal axis, I've selected the bin # as the property being graphed. I'm not sure what to use to get the vertical axis though.