Forum Discussion

nicolast29's avatar
nicolast29
Icon for Helper V rankHelper V
3 years ago
Solved

higlight only one cells

Hi

I have a matrix on which i succeeded in higlight base on a condition

 

 

 

but it highlight all the column

I s there a way to change the color for only one cell ? (in my example file the UVC vendu"

https://1drv.ms/u/s!AoqtZHsX4BzvhLMZwOirWtiNvfvwVA?e=3oLQdB

 

  • Hi nicolast29 
    You need to modify your condition measure for this for :

    Arrow_Format Var H vs UVC = if([ratio]>100 && SELECTEDVALUE('Matrice'[Titre])="UVC Vendues",1,0)

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



3 Replies

  • Hi nicolast29 
    You need to modify your condition measure for this for :

    Arrow_Format Var H vs UVC = if([ratio]>100 && SELECTEDVALUE('Matrice'[Titre])="UVC Vendues",1,0)

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