Hi @Lela Keller ,
Please refer to: SSRS overlapping column chart.
You could get more creative with the following example: Overlapping Charts in SSRS using Range Charts.
I tested locally:
Based on the dataset query, I have a table like this:
Insert a Colum Chart, set as follows:
Set Category Group Properties:
Change the expression of Target Series Properties and change the background color to gray::
=Sum(Fields!Target.Value,"Company")
Change the Chart Type of the Actual Series to Range Column, and change the Custom Attributes to PointWidth=0.6:
Preview:
If your dataset structure is different from mine, please refer to the link to change the dataset structure using pivot.
Best Regards,
Joy
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.