I have a pivot table grouped by slicers. I want to exclude 0 amounts in the groups. However, I've found that when I use filters to exclude 0's, the rows with the 0's in them are hidden, so when I click on a different slicer, the row is still hidden and anything that would have been displayed on that line is hidden. For example, one of the groups is 15 rows long, and 4 rows have 0's. If I filter to not show balances of 0, then when I choose a different group from the slicer, those rows are still hidden, so the data that would have been displayed (non-zero balances) is hidden. Is there another way to not display 0 balances and not hide the rows? I can't change the data source as it comes from a SQL query & updates when the workbook is opened.