How do I plot a running total that I’ve calculated using runningSum in a cluster bar combo chart. I can visualize it in a pivot table( as I can place all the partition fields in the rows and hide them). Trying to do this similarly in a bar/ cluster bar combo chart I’m unable to place {marketplace_id},{content_type} in the rows as it requires me to place
Formula: runningSum(sum(revenue), [{Weeks from Release} ASC], [{marketplace_id},{content_type}])
Error: