I have text in a column created by a calculated field and I want to count
I have text in a column created by a calculated field and I want to count the instances of the category created. Category Column Text1 Text1 Text2 Text2 Text2 Text # 3 So I want in a card: the count of Text1 = 2 the count of Text2 = 3 the count of Text # 3 = 1 How do I get the count in a card?