SSRS chart bar together - reporting-services

it's my first ssrs Chart. I made a chart data with 3 values and a date category group. It gives something like
my client would like the same chart but by grouping all 3 bars in an unic bar with 3 existing colors.
any help would be greatly appreciated

Thanks I found it. I had just to change the chart type to stacked column

Related

SSRS single bar-chart

Good day all,
Please am trying to create a SSRS report that looks like the image below
i have my table structure in this manner
Please note the data are not in relation with the chart
But all i could get as a result is a multiple bar chart. that resembles the image below.
Thanks in anticipations of your response
First of all, your "Balance on COC" is negative. That's probably not just a chart visualization issue.
You can format the numbers on the y-axis to be more readable like they are in your first screenshot. Click on the Chart Axis and set the LabelsFormat property to #,0;(#,0).
While numbers in the chart can have up to 16 digits, that is highly unreadable for most people. You might want to consider visualizing the numbers in Billions instead.
To get the labels on the x-axis you'll need to set that field as the Category Group. Then you can delete the legend area from the chart. You can also remove the "Axis Title" areas since they are not needed in this case. This will all make it look more polished like the other image.

Creating Stack bar chart in Spotfire

enter image description hereI want to create a stack bar chart in spotfire with only 1 column of data.
So column name is WORK DONE and the values are YES -10, NO-5, NA - 2
I want to create a stack bar chart in which there will be just one bar colored by different values (yes, no, NA)
But when i am creating the same , i get 3 separate bars ; one for yes, no and NA each.
Is it possible to create such stack bar in spotfire. Please help me in the same.
Thanks in advance.
If not bar chart then maybe some other chart in which i will get a stacked bar?
AP
Go to the 'Appearance' tab of the barchart properties and select 'Stacked bars' under the Layout.
When basing your stacked bar on only one column, clear the 'Columns' field under the 'X-axis' tab. In this case you do not want anything to be depicted in at the X-axis, only one stacked bar with the different values.
Please read this page for more information about stacked bars in Spotfire.
On this page you can find more information about the options on bar charts.

How can I add an average bar to bar chart in SSRS

I have created a report with a bar chart which the boss was so happy with he asked me to add some things to it. One thing I cant seem to figure out is he would like a bar at the end of the report with the average. I suggested adding a calculated series for the average which was promptly shot down. Has anyone created an extra bar at the end of a chart? if so how did you go about doing it?
I am including my query and A screenshot of my chart.
SELECT fcompany, fnnumber, Year, ShipQty, RMAQty, PercentReturned, DPPM
FROM CustomerCalculations
You could add another bar chart on top of the existing chart, off to the right-hand side, using AVG(Fields!DPPM.Value) as the value. This would allow you to make that bar a different color, to differentiate it from the period-grouped bars.

Position Data Series Label to StipLine in SSRS Bar Chart

I have a Bar Chart in an SSRS report that has 2 strplines that represent milestones and column that represents the actual result. There are 2 data values for each stripline that I want to add data series labels to the chart, but can't figure out how to position the labels to the striplines. Any help would be greatly appreciated.

Interactive sort fields display in page header in ssrs

I have a report with 10 columns and all these columns are sortable. my problem is if a used select one or more column i want to show in the report header that column X and y has been sorted and the sort direction
the reason i want to show this is because at the time of printing the report, the sort indicator is not printed
Thanks in advance