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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
smather
Helper III
Helper III

Conditional Format Rules Doesn't Work When Filtered

Hi there

 

I have some conditional formatting on the totals (I'd like them to be on both values and totals, took values off because it didn't work when filtered only to find out it doesn't work when filtered for totals either). 

 

It's a 3 pronged rule and each is different for every column. 

 

First rule - if it's >= 0 and < 25 then red

Second rule - if it's >=25 but < 55 then yellow

Third rule - if it's >=55 and < 100 then green

 

Each col has a variation of that rule. And when nothing is filtered, it colours the total correctly. If I filter the months, then they're all green when they shouldn't be. Any ideas?

1 ACCEPTED SOLUTION
v-eqin-msft
Community Support
Community Support

Hi @smather ,

 

Please try to create a measure for conditional formatting:

Color Measure = SWITCH(TRUE(),
[10Secs %]>=0 && [10Secs %]<0.25 ,"Red",[10Secs %]>=0.25 && [10Secs %]<=0.55, "Yellow", [10Secs %]>=0.55 && [10Secs %]<1,"Green")

Eyelyn9_0-1643333070854.png

conditional formatting.gif

 

Best Regards,
Eyelyn Qin
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

6 REPLIES 6
v-eqin-msft
Community Support
Community Support

Hi @smather ,

 

Please try to create a measure for conditional formatting:

Color Measure = SWITCH(TRUE(),
[10Secs %]>=0 && [10Secs %]<0.25 ,"Red",[10Secs %]>=0.25 && [10Secs %]<=0.55, "Yellow", [10Secs %]>=0.55 && [10Secs %]<1,"Green")

Eyelyn9_0-1643333070854.png

conditional formatting.gif

 

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

@mh2587 that's absolutely perfect, thank you!

mh2587
Super User
Super User

can you share the screenshots 


Did I answer your question? If so, please mark my post as a solution!


Proud to be a Super User!




LinkedIn Icon
Muhammad Hasnain



@mh2587  sure!

 

smather_0-1643117866728.png

 

smather_1-1643117943377.png

 

Apologies, I should've said "it didn't do what it was meant to". The top picture is perfect, until I filter it by month:

 

smather_2-1643118054383.png

 

mh2587
Super User
Super User

If the values in percentage then put 0.25 , 0.55 and 1 for hundred 


Did I answer your question? If so, please mark my post as a solution!


Proud to be a Super User!




LinkedIn Icon
Muhammad Hasnain



Hi @mh2587  - just tried this, and it doesn't format anything 😞

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.