Forum Discussion

cyclist007's avatar
cyclist007
Responsive Resident
6 years ago
Solved

Conditional formatting not working for custom value = 0

Hi I am trying to implement simple conditional formatting for background color for a field 'Alerts' with the value ranging 0 to Max value (which could be 10 or 200 or any positive integer). The color should range from white (for value zero) to bright red (for max value) as seen below:

 

The issue is when there are absolutely no alerts (alerts = 0 for all rows, records hence max value = 0) ... the conditional formatting picks the max value color and shows the background color as red, while what was expected was white. 

 

 

 

Is there something being done wrong, or is it normal to pick the max value conditional formatting when max & min values are the same?

And any suggestions to better implement this?

 
 

 

  • cyclist007's avatar
    cyclist007
    6 years ago

    Thanks @v-juanli-msft for the solution, but then I can't show the count value of '0'.

    I'm using another solution for now – using 'Diverging' and then defining it as shown below. But I haven't fully checked if this would break for some reason.

    image.png

6 Replies

    • cyclist007's avatar
      cyclist007
      Responsive Resident

      Thanks @v-juanli-msft for the solution, but then I can't show the count value of '0'.

      I'm using another solution for now – using 'Diverging' and then defining it as shown below. But I haven't fully checked if this would break for some reason.

      image.png

      • v-juanli-msft's avatar
        v-juanli-msft
        Community Support

        Hi cyclist007 

        but then i cannot show the count value of '0'.

        I don't understand your problem here.

        Can you create measure as i shown above?

         

        Best Regards

        Maggie

         

    • cyclist007's avatar
      cyclist007
      Responsive Resident

      Greg_Deckler wrote:

      Perhaps enter a Highest Value of 1 or something like that?


      That would not allow for agradient background color  ... maybe 1 alert is not as bad as 10 so i would like to show the gradient which is determined by the max value.