Hi @TONYSTORM ,
I did a test for you.
1\ This is my table
ClearCollect(Col,{Value:"A"},{Value:"A"},{Value:"B"},{Value:"A"},{Value:"C"},{Value:"C"},{Value:"A"})
2\ Add a label control and set its Text property to:
First(SortByColumns(ForAll(Distinct(Col,Value) As A,{Number:CountIf(Col,Value=A.Result),Vaule:A.Result}),"Number",Descending)).Vaule
3\ The result is as follows:

Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.