Change Card Color Based on Value

I have a MySQL transform dataset that has these fields:
Item InStock, Ordered, Disbursed, Shrinked, ReorderLevel, Needtoreorder


For the cards that display the Instock values, I want to change the color to red if Needtoreorder is 1

where do I do this and how?

Best Answer

Answers