Forum Discussion
shompy08
4 years agoFrequent Visitor
Progressive bar inside cells
Hi everyone! im having a request and i dont know how to solve it. i have this table Column 1 and column 2 are different real expenses and the column 3 is the budget. I need to apply a p...
v-kkf-msft
4 years agoCommunity Support
Hi shompy08 ,
Please create the measure, then format the background color of the cells.
Color = IF ( [Measure%] < 1, "Green", "Red" )
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.