Duplicate bar chart from Excell into an SSRS report - reporting-services

I'm having a very rough time trying to group this SSRS chart correctly. It's easy as pie in Excel. So I'm wondering what I need to do in SSRS to duplicate it.
There are no hard errors to report other than the data is not being displayed the way I want it to be displayed.
One image shows the Chart Data I am passing into the chart, the other shows the visual appearance.
The final image is taken from Excell and shows what I am trying to do inside SSRS. The Excel chart displays it just about perfectly to what I am looking for.
The next two images are from excell. One displays just about perfectly how I am trying to get it to look on SSRS. The other one is how I am passing the data into SSRS.
Any idea how I need to group the data within the SSRS chart to display it the way I am looking for?

i don't think you can create the exact copy of that graph, but
try making the graph larger (taller) and also change vertical axis interval to 1
(right click on vertical axis go into properties>> axis options >> interval 1)
you can get something like this

Related

SSRS Grouping Rectangle by Excel Tab

I may have an interesting conundrum and would appreciate your guidance.
So as you can see in my report image, I am creating a report that has multiple tabs (See 1). Each tab in area denoted by 1, is linked to a grouping rectangle denoted by 2 and 3.
Each rectangle may have 1 to 5 datasets and when we click the corresponding button up top, it navigates to the respect page by the rectangle definition, essentially I did this:
For Rectange,
Visibility expression: iff(parameter!.Tab=X, False, True) **Replace X with the Tab name up there)
For button, I assigned the tab value as the corresponding number.
When viewing the report in the standard view on a webpage, everything works as expected. By when I export the same report to excel, I get one tab, with all the data in one page.
So I attempted to follow the design instructions as described here:
How to get named excel sheets while exporting from SSRS
and here:
https://www.youtube.com/watch?v=MAKslN6Ezuo&ab_channel=MandarGogate
but I don't get the same results. I get one page with all the results at the same time.
What I asking for help with is the following:
When exporting the report to excel, can we:
Assign a rectangle to its own excel tab
Name the respective excel tab
I would sincerely appreciate your help with this.

3D Area Chart SSRS Report 3rd Axis

I would like to have a 3D Area Chart in my SSRS Report, which contains 3 Dimensions like in Excel to display the month, volume and categories, the data of these three columns.
It should look like this example below (Pic just an example, taken from Google):
The problem now is,I seem not to be able to add the third axis to display month in ssrs. Does anybody here have a solution for that?
Thanks!
I'm not sure that you can achieve your example without buying some additional chart types.
The closest I could get (in the 10 minutes I had spare) was to setup a 3d Area chart as follows... (note: my dataset only contains year, month and amount for simplicity)
Which, based on some sample data I had... gives the following..

SSRS Excel Export, Chart image shown compacted

Some days ago I had to modify a SSRS Report in order to add another group. That Report contains a Chart which before this change was properly shown, but now, In the Web Report Viewer It looks ok.
But when exporting to Excel (xls), The Chart looks like to be compacted:
And the user has to expand at least the groups that are aligned with the chart in order to see It well.
I tried to create a Subreport with only the chart embedded, also tried to put the chart inside a rectangle but none of those solutions worked.
In Excel there is a property for the images to indicate not moving nor sizing with cells and It does the trick but I cannot see the property in the Chart stuff.
Do you know how to have the graph displayed properly without having to expand the groups?
I'm working with SSRS 2008 R2.
Just put a rectangle on your report then cut the chart, click in the rectangle and paste it in. That will stop it trying to align with the table.
It's important that you don't just drag the chart onto the rectangle. You must cut and paste it in.

Drilldown on category group for stacked chart - ssrs 2008?

Is it possible to include drill down or link to report functionality in the category group (x-axis) for a stacked bar chart report?
OK, based on the comments above it's not exactly possible to do what you're asking. You can certainly apply drillthrough actions at a data level, which would mean users could click on the chart area:
So you would to set the Action up to pass a parameter based the series/category of the area thats clicked, which would effectively accomplish the same result, just in a slightly different way. But clicking directly on the axis is not possible.

add a textbox to a column chart in report builder 3.0

I am using report builder 3.0. I created a column chart. I want to place words(Requirements <= 700ms) on top of the chart defining a dashed line that I placed on the chart. I added a textbox, tried to set all the right values to display it on top of the chart but it gets put below the chart. I tried creating a list, dropping the textbox into the list, still displays the word below the chart and not on top of the chart. Does anyone know how to do this?
Placing textboxes over charts can produce unpredictable behavior.
What you might be able to do is create multiple titles and manually position them using the Custom Position property.
It's a pain, but it's much more organized than trying to manually place textboxes.