How to add both % and absolute values under the same cell in the Pivot Table Chart

Here is a similar case: Replace blank/NULL values by 0 - Question & Answer - Amazon QuickSight Community.
You would need something like: concat(tostring(sum(value)),’ ', tostring(percentoftotal*100), ‘%’)
Hope that helps you