SSRS icon for displaying column columns

I am trying to get the labels of this chat in columns so that they appear in the column base, as in the second image below. However, this solution does not fully work, because it distorts the rest of the information.

Does anyone know a suitable way to do this, it’s crazy that it’s not straightforward.

enter image description here

+4
source share
1 answer

I use the following data:

enter image description here

Take the standard chart:

enter image description here

The first series of charts is our data series with the chart type of the standard column, and the second chart-based chart has the line chart type based on the target value to get the desired row in the chart area.

, , , , , . , , , :

enter image description here

enter image description here

? .

:

enter image description here

, Y. 0.

.

Stacked Column:

enter image description here

. " " . , , :

= Sum (Fields! val.Value, "CategoryGroup" )

, , , .

CategoryGroup - :

enter image description here

:

enter image description here

- , :

enter image description here

, , .

, , Y , , , Chart Series, !

, , , .

, :

enter image description here

. =Min(Fields!val.Value)

Dummy Chart Series , , :

=Min(Fields!val.Value, "DataSet1")

, :

enter image description here

, :

=Min(Fields!val.Value) - 1

, .

, .. 2008 , , .

, , , , .

+10

All Articles