Only have one more issue 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