Hello,
I don't know if it's because it's Monday, but I can't find a way to do something which I feel should be very basic.
I have a data table (containing survey results) which I base many pivots on.
In one of the pivots, I need to compute / calculate averages or counts of responses only when companies do not contain some combination of characters (e.g. company does not contain "abc" with combination of dash (-) or space and upper / lower case).
Example:
If I have 4 responses (values: 5, 5, 4, 3 and companies: "OneCompany", "A bc inc", "Another Company", "Rehab-c"), then I expect my pivot data showing average of responses to output 4.5 (average of values for responses 1 and 3), if I am able to filter out as described above.
Company is part of the raw data, but is not shown in the pivot table, I just want the pivot table filtered on company.
Whether I try to put a slicer or a filter on that company field, I cannot find a way to make a filter rule.
I'm just able to manually select what companies I want to include in pivot calculation, which is not practical at all: each time my dataset changes and a new company appears, I have to parse again the list and check or uncheck companies.
I know how to use filter labels, but this works if the filtered field is in the pivot report - which is not my case.
Is what I'm looking for impossible, or am I just dumb this morning?
Any help welcome!
I don't know if it's because it's Monday, but I can't find a way to do something which I feel should be very basic.
I have a data table (containing survey results) which I base many pivots on.
In one of the pivots, I need to compute / calculate averages or counts of responses only when companies do not contain some combination of characters (e.g. company does not contain "abc" with combination of dash (-) or space and upper / lower case).
Example:
If I have 4 responses (values: 5, 5, 4, 3 and companies: "OneCompany", "A bc inc", "Another Company", "Rehab-c"), then I expect my pivot data showing average of responses to output 4.5 (average of values for responses 1 and 3), if I am able to filter out as described above.
Company is part of the raw data, but is not shown in the pivot table, I just want the pivot table filtered on company.
Whether I try to put a slicer or a filter on that company field, I cannot find a way to make a filter rule.
I'm just able to manually select what companies I want to include in pivot calculation, which is not practical at all: each time my dataset changes and a new company appears, I have to parse again the list and check or uncheck companies.
I know how to use filter labels, but this works if the filtered field is in the pivot report - which is not my case.
Is what I'm looking for impossible, or am I just dumb this morning?
Any help welcome!