After searching for a week, I finally decided to put my question here. My aim is to create a ssrs chart Y-Axis which contains three different scales like in the following screenshot:
Is this possible? I have a Datasource with different Series Groups, and for each of them I want a different scale in the chart. At the moment it looks like this:
For anyone with the same Struggle, I made it with chart areas. In the series of the chart i made three series for every diffrent value.
Related
I have a chart composed with vconcat and layer. The layered plot is one of the blocks in the vertical concatenation, it plots two different datasets. There are two more blocks in the vconcat: one that has a different (third) dataset, and another that is a smaller version of one of the layers (used for brushing / zoom). The x scales of all the charts follow the selection via brush signal; the bottom chart sets the signal value via user interaction.
I would like to align the x-axes on all the vconcat chunks. The dataset of the mis-aligned one does not cover as much as the timeseries line (it starts and ends around where the vertical dashed lines are).
When zooming / brushing with the bottom chart, the axes align. When the chart first loads, each x-axis covers the extent of the matching dataset. I'd like the axes to cover the largest extent of all the layers / concat blocks.
I've tried using the resolve config, "shared" vs "independent" etc, with no success.
Not really an answer, but a hack to get the desired result. An accepted answer should be a vega-lite config solution.
I modified the mis-matched dataset to have the same first and last timestamp, which causes the scales to naturally align.
I have created a combination chart in excel which I am attempting to replicate within SSRS.
The chart shows three versions of 'success' plus the percentage 'failed'. (Please see image for more detail)
For one of the segments, i.e. success v2, I would like to then break this data down by how long it took to achieve success, as a percentage.
I've attempted changing my chart type a few times within SSRS and exploring the chart 'General Custom Attributes' however I haven't been able to get very far with figuring out how to link two pie/donut charts...your help would be invaluable!
Thanks
Charlotte
Welcome to SO!
This isn't really an answer but a list of things to look at/consider and too long to fit in a comment.
You need to look at the Chart Series properties, in particular the Custom Attributes related to 'Collected...'
This allows you to explode a section but as far as I know it only allows you to use values or a % lower than a specified threshold, not a particular section as you want. This migh work if the section you want to explode out is always the smallest but I guess you cannot guarantee that.
You might be able to get round this by adding another column to your dataset that always shows a high number for 'failure' and 'success x1' and a small number for 'success x2' but i'm not sure if you can define which field to explode on and visualise a different field, otherwise your main pie would look incorrect.
Alternatively you could just show two charts.
I am new to SSRS report. I'm trying do make a report like the following snapshot.
I'd like to represent the grouping data in 3x3 format.
I've already making the red rectangle one, but I've tried some ways to make it shows as 3x3 in one page, but still in vain.
I was wondering if anyone can give some suggestions? Thanks.
If you are sure that each time, you know 3x3 columns and rows, why don't you just replicate the columns and tablix?
For example, instead of 5 columns, use 15 columns and replicate the data columns labels to display.
And, instead of 1 tablix, copy the same tablix with 15 column and 3 times to cover the replicating rows. Does that make sense?
It's been a couple of years since I've done reporting. I have an existing chart with some data/columns, and i want to overlay two other lines along the chart to show a score, and a guess. Here is a picture of what i want, need to add the blue and red lines. This might be really simple in SSRS and VS2008, but I am just getting back into it, and not finding anything in the forums.
I have the data there in the queries, so i just need to know how to put it on the chart/axis/whatever.
Okay, I have a report with multiple charts in it. I have tried a few different ways to get these charts to format the legend the same way, but i have failed. My goal is to make the legends have the same color scheme and ordering across the different charts.
Example, my chart show the count of projects in each of the following funding statuses - not funded, funded, and unknown. No matter what I do, the different charts that I am creating, display the different funding statuses in different order with dfferent colors attached to them. I am using one data source for all charts. Also, the first chart includes all data in the set while the other 3 apply different filters to the data.
Thanks for any help!
That link is no longer up, take a look at this blog post: http://blog.hoegaerden.be/2009/10/25/pie-chart-techniques/
He basically stores the colors in the database and overrides the palette.
I answered a similar question here in more detail: Want to show legend just once for repeating charts in single page in ssrs