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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
EshaanG
Helper I
Helper I

Multiple Conditional Formatting using Arrows

Hello,

 

I need help to apply multiple conditional formatting rules to the same column values and show red/green up & down arrows. My table is like the one below. I have used rules and I can negative values with red down arrow & positive values with green up arrows

 

But I don't understand how I can reverse the colors for up/down arrows for certain metrics where increase is worse/decrease is better. Please help 

 

Metric            Q/Q         Formatting Required

Revenue         -10%       Red Down Arrow 

Escalation       -5%         Green Down Arrow

Profit              10%         Green Up Arrow 

TAT                  5%          Red Up Arrow

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @EshaanG ,

Here are the steps you can follow:

1. Create measure.

Measure =
SWITCH(
    TRUE(),
    MAX('Table'[Metric])="Revenue",UNICHAR ( 128315 ),
    MAX('Table'[Metric])="Escalation",UNICHAR ( 9660 ),
    MAX('Table'[Metric])="Profit",UNICHAR ( 9650 ),
    MAX('Table'[Metric])="TAT",UNICHAR ( 128314 ))

2. Select Format – Field formatting – [Measure]—Font color is green

vyangliumsft_0-1635385897828.png

3. Result:

vyangliumsft_1-1635385897833.png

 

Best Regards,

Liu Yang

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

2 REPLIES 2
Anonymous
Not applicable

Hi  @EshaanG ,

Here are the steps you can follow:

1. Create measure.

Measure =
SWITCH(
    TRUE(),
    MAX('Table'[Metric])="Revenue",UNICHAR ( 128315 ),
    MAX('Table'[Metric])="Escalation",UNICHAR ( 9660 ),
    MAX('Table'[Metric])="Profit",UNICHAR ( 9650 ),
    MAX('Table'[Metric])="TAT",UNICHAR ( 128314 ))

2. Select Format – Field formatting – [Measure]—Font color is green

vyangliumsft_0-1635385897828.png

3. Result:

vyangliumsft_1-1635385897833.png

 

Best Regards,

Liu Yang

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

Anonymous
Not applicable

@EshaanG You choose for each rule different icon:

Marik_0-1635158697879.png

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.