Dataset Formula to Calculate Percentage

Only have one more issue :confused: The actual column names have spaces (so they show correctly in the dataset headers). If I add a space into the column name, it breaks the whole dataset:

CONCAT(ROUND(((Total Orders)*100)/Target, 2), ‘%’)

If “Total Oders” has a space, the dataset goes haywire until I delete that formula column :confused: