I created a Pivot Table and added a total column. I only need some of the row totals to populate in this column. Is there a way to exclude some of the totals from reporting?
Unfortunately, there isn't. The closest thing is at the subtotal level and the option to suppress single item subtotals. Another option is to create a beast mode for your value field and replace values with null on items you don't want totaled and use that field as your value instead.