Dataset Formula to Calculate Percentage

Right, you will want to put your column name between ` characters (ie backticks)

so no ’ ’ but `and it will work ie:

CONCAT(ROUND(((`total orders`)*100)/target, 2), '%')