The issue : If a column value equals specific value then count powerapps string text
1. Add a label
2. In the Text enter
"Your Text Description: " & CountIf('Your SharePoint List', YourColumnOrField.Value = "String Value you want to Count")
The results: (I changed the color too)