Forum Discussion
nicolast29
Helper V
3 years agohiglight 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
- Ritaf1983
Super User
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.
- nicolast29
Helper V
thanks it works !!!
- Ritaf1983
Super User
I was happy to assist 🙂