Table Calculation

How can I count the number of instances in a column and then have it all on one visual

Currently using sum function to count all instance of a particular field

sum(if(${job_custom}=“New Position”,1,0))

Which is creatin a new column for each calculation

Is there a way to merge all the calculations on one?

So it looks something like :

New position- 20

Conversion- 20

Termination-20