Dataset Formula to Calculate Percentage

Yup.

Columns:

formula in take up
((total)*100)/target

Appearance tab in ticker
[target|190] | [total|191] - [take up|192]%

Result with some example values:

Well actually the formula should probably be:
ROUND(((total)*100)/target, 2)

as it will look better this way

Hope that helps.