Forum Discussion
Conditional Format a Measure
- Anonymous4 years ago
Hi natasha519
Add a color measure .
Y1SS Color = if(COUNTROWS(FILTER(od2a_SuccessStory,od2a_SuccessStory[Year]="Year 1")),"#24FF10 ", "#FF470F")Then choose the measure [Y1SS] you created before , click the drop-down box and select Conditional formatting => Font color , then in Font color pane , select Field value in Format style , Values only in Apply to , the measure which you want to apply color in What field should we base this on .
The final result is as shown :
I have attached my pbix file , you can refer to it .
Best Regard
Community Support Team _ Ailsa Tao
Thank you! If I Know the hex code of the green color, how can I incorporate that into the formula? The green is much darker than I thought it would be
- ValtteriN4 years agoCommunity Champion
Hi,
You can place the hex code where the "green" or "red" values would be so for example:
Y1SS Color = if(COUNTROWS(FILTER(od2a_SuccessStory,od2a_SuccessStory[Year]="Year 1")),"#24FF10", "#FF470F") - VahidDM4 years agoSuper User
Hi natasha519
Use this link to find the HEX code; https://htmlcolorcodes.com/
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/