Follow these steps to create a pie chart with staggered labels:
1. Create a new pie chart.
2. Add your dimension.
3. On the Expressions tab, add the following expression:
Dual(
Dimension & ‘-‘ &
Num(Measure, ‘#,##0’) &
Repeat(chr(13)&chr(10), rank(Measure)-6),
Measure
)
4. Select the Values on Data Points option.
5. On the Sort tab, select the Y-Value option. Confirm Descending as
the direction.
6. On the Presentation tab, deselect the Show Legend option