Creating Calculated Field with SUM and COUNT of Fields Pivot Table

前端 未结 1 1461
无人及你
无人及你 2021-01-16 10:31

Here\'s a snapshot of my pivot table.

I want to create a calculated field that displays the percentage from the Responded column (C) over

相关标签:
1条回答
  • 2021-01-16 10:54

    From my experience and what another SO member posted, COUNT doesn't seem to work well in pivot table field calculations. I managed to count the distinct tickets by creating a helper column of 1's and 0's in my data source. (Thanks to this response from Siddarth Rout.)

    Once you have 1's associated with each distinct tickets, I simply created the calculated with Responded/Ticket #.

    0 讨论(0)
提交回复
热议问题