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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ChristianAP
Regular Visitor

CONDITIONAL COLOR FORMATTING

 

Hi,

I have troubles with conditional formatting. I create a measure called ColorKPI, like this:

 

ColorKPI = SWITCH (
TRUE();
AVERAGE('fabrication productioncontrolitemstationsummary'[% Avance]) = 0; "red";
AVERAGE('fabrication productioncontrolitemstationsummary'[% Avance]) < 1; "yellow";
AVERAGE('fabrication productioncontrolitemstationsummary'[% Avance]) = 1; "green"
)
 

Conditional Color Formatting 2.JPG

 

This supose to colorize red when 0%, green when 100% and yellow when is less than 100%; but when i apply this measure, some values colorize yellow instead of green or red.

 

Does anyone can help me to solve this please?

0 REPLIES 0

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.