How to calculate running sum percentage of total?

I have a pivot table with a calculated field using runningSum function ( runningSum(sum(cost), [Date ASC], [Field1, Field2])

How do I calculate the running sum percentage of total?

I tried runningSum()/sumOver() suggested but is not working.

Hi,

what error do you get? I tried to use runningSum/sumOver and it worked.

image

1 Like