Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.