When to use a Dumbbell Chart
You have exactly two values per category
Before and after, actual against target, two years, two groups. Two is what the form is built for, and it does that case better than anything else.
The gap is what you want noticed
Sorting by the size of the gap turns the chart into a ranked answer to "where did the most change happen", which is usually the real question.
You have many categories
Thirty rows of dumbbells stay readable where sixty grouped bars would not. It is the most space-efficient two-value comparison there is.
The values do not need a zero baseline
Dots encode position, not length, so the axis can start where the data does. That makes small differences in large numbers visible without lying.