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










![[PowerBI][DAX] – Comment compter le nombre de ligne d’une table ?](https://i2.wp.com/mybicoach.bwabwanet.fr/wp-content/uploads/2020/01/powerbi-dax-countrows-logo-1.png?resize=100%2C70)