The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.
User | Count |
---|---|
60 | |
55 | |
53 | |
49 | |
30 |
User | Count |
---|---|
179 | |
87 | |
70 | |
48 | |
45 |