Hi all,
I have this data, where all the rows with "Response" as "Distributed" have only blank cells next to it:
And I have created a pivot table summarizing the Count of Response in which I see:
Where Distributed should actually be: 451 and Grand Total: 994. However the row is empty as there are empty cells next to it.
I have a relationship in the Data Model where I relate the Following "Response" Table with my main Table "Response":
I would like to show 451 for distributed and then if I filter to a point where Distributed does not exist then I would like to show 0 or blank.
Thank you.
I have this data, where all the rows with "Response" as "Distributed" have only blank cells next to it:
Role | Experience | Response | Index |
Distributed | 1 | ||
Engineer | ≤ 10 Years | Complete | 2 |
Engineer | ≤ 10 Years | Complete | 3 |
Technician | > 10 Years | Complete | 4 |
Technician | ≤ 10 Years | Complete | 5 |
Engineer | ≤ 10 Years | Complete | 6 |
Distributed | 7 | ||
Manager | > 10 Years | Complete | 8 |
Engineer | ≤ 10 Years | Complete | 9 |
Engineer | ≤ 10 Years | Complete | 10 |
Technician | ≤ 10 Years | Partially Complete | 11 |
Distributed | 12 | ||
Distributed | 13 | ||
And I have created a pivot table summarizing the Count of Response in which I see:
Row Labels | Count of Response |
Distributed | |
Partially Complete | 74 |
Complete | 469 |
Grand Total | 543 |
Where Distributed should actually be: 451 and Grand Total: 994. However the row is empty as there are empty cells next to it.
I have a relationship in the Data Model where I relate the Following "Response" Table with my main Table "Response":
Response |
Distributed |
Partially Complete |
Complete |
I would like to show 451 for distributed and then if I filter to a point where Distributed does not exist then I would like to show 0 or blank.
Thank you.