Hi Community,
I would like to ask if there is a way to apply a conditional formatting if the label contains a symbol like "-" (negative sign), I added the next formula into the Color property of the label, but it change to red off all the labels
If('lbl_UsoTotal_*'.Text = "-", Color.Blue, Color.Red)


I just need to only applied the color if the value of the label contains the next symbol "-"
Thanks in advance 👋