Forum Discussion
ajdm2007
1 year agoHelper III
Table conditional formatting
Hello everyone, I’ve developed a dashboard to evaluate the performance of my team of specialists. As you can see, the "score" column shows the result of the following metric: agent_r...
- 1 year ago
Hi ajdm2007
Create a measure that performs the above calculation and returns a colour for the highlighted value.
Format top 2 =var sel = SELECTEDVALUE('table'[specialist])RETURNIf( sel IN SELECTCOLUMNS( topn(2,all('table'), [score],DESC),[specialist]), "Green")
ajdm2007
1 year agoHelper III
Hello SamWiseOwl
I figure it out by my self, but I have given you the solution mark.
I'm missing the answer for the second question, how can I set bold the Specialist column?
Thank you so much,
SamWiseOwl
1 year agoSuper User
Hi ajdm2007
I'm not 100% sure what you would like to do.
If you mean the header without conditional formatting then you can do it under specific column by choosing header:
If you want to do it via conditional formatting that currently isn't avilable.
There is a custom visual by Inforiver that can do this.