Ok the question sounds weird, the case is the following. I have a pivottable that summarizes how many incidents occured on a day. Howwver, when there's no incident, there's no rows in the table. Is there a way I could add the count of zero to a pivottable? This is my current table:
Basically I'd like to add a pivot table row with "2017.10.04 0
" before showing the grand total. Is there a way to do this? I'm currently counting the occurrences of the dates, so I understand this might not be possible.