Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
How to keep the font color of inside (overflow text) data labels in a pie chart as default (white) and the outside data labels can be changed as required?
For instance, in the image, I want "0%" to be shown as it is in white but the other data labels I want a different font color. Please help.
Solved! Go to Solution.
Hi @Anonymous ,
First, 0% wion't be shown in the visual.
If you want to format other data labels with a different color, please try the following steps.
This is my test table:
Create a measure:
Measure = IF(MAX('Table'[Percentage]) <= 0.1,"red","green")
Select conditional formatting in data labels:
Field value - Measure just created:
Last, you can set different colors for data labels:
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
First, 0% wion't be shown in the visual.
If you want to format other data labels with a different color, please try the following steps.
This is my test table:
Create a measure:
Measure = IF(MAX('Table'[Percentage]) <= 0.1,"red","green")
Select conditional formatting in data labels:
Field value - Measure just created:
Last, you can set different colors for data labels:
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 45 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 119 | |
| 116 | |
| 38 | |
| 36 | |
| 27 |