Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
sunil222
Helper II
Helper II

conditional formating for percentages column

conditional formating for percentages column in report

0 to 10 % amber color

10 to 100% Red color

<0% Green color

 

how to achieve this to get this format , please guide me i tried iam unable to get it

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @sunil222 

You can try to create a measure to set the color then put it to conditional formatting.

e.g Sample data 

vxinruzhumsft_0-1709256662567.png

Create a measure 

Measure = SWITCH(TRUE(),SUM('Table'[value])>0&&SUM('Table'[value])<=0.1,"#c36625",SUM('Table'[value])>0.1&&SUM('Table'[value])<=1,"red",SUM('Table'[value])<0,"green")

Then put it to the conditional formatting of the value column.

vxinruzhumsft_1-1709256730921.png

 

vxinruzhumsft_2-1709256738343.png

 

Output

vxinruzhumsft_3-1709256747730.png

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @sunil222 

You can try to create a measure to set the color then put it to conditional formatting.

e.g Sample data 

vxinruzhumsft_0-1709256662567.png

Create a measure 

Measure = SWITCH(TRUE(),SUM('Table'[value])>0&&SUM('Table'[value])<=0.1,"#c36625",SUM('Table'[value])>0.1&&SUM('Table'[value])<=1,"red",SUM('Table'[value])<0,"green")

Then put it to the conditional formatting of the value column.

vxinruzhumsft_1-1709256730921.png

 

vxinruzhumsft_2-1709256738343.png

 

Output

vxinruzhumsft_3-1709256747730.png

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors