How do I drill down by value in a pivot table?












0















I have a pivot table that sums a boolean column (so 1 = yes, 0 = no). I want to be able to double-click in a cell and get just those rows that have a value of 1 for the column. Instead, when I double-click, I get all rows. I've tried updating the column so that null = no, but I get the same result. Is there a way to do what I'm looking for? I want to avoid a VBA solution.



Here's the source data for the pivot table



Here's option 1 for the pivot table. Department and Month are row filters. Sum of Reportable Boolean is the value. There are no column filters.
For option 1, when I drill down into, say Department A+October, I get records 1, 3, and 4, but I only want to get record 1 (since that's the only one where Reportable Boolean= 1).



Here's option 2 for the pivot table. Department and Month are still row filters, but now Reportable Boolean is a Column filter and Count of ID is the value. When I drill down into Department A + October + Reportable, I get just record 1, as I'd expect.



So option 2 should work, but it looks really messy once I have multiple columns (example).



I've tried slicers, but I'm getting the same results when I drill down.



What I really want is something that looks like this, where I can double-click in a cell and get just the records that count towards that metric.










share|improve this question

























  • How about inserting a Slicer? Could you provide a screenshot about the PivotTable and the result you want?

    – Lee
    Nov 8 '18 at 1:44











  • So far slicers haven't helped. I added screenshots which should hopefully clarify what I'm working with.

    – Avyncentia
    Nov 12 '18 at 17:14
















0















I have a pivot table that sums a boolean column (so 1 = yes, 0 = no). I want to be able to double-click in a cell and get just those rows that have a value of 1 for the column. Instead, when I double-click, I get all rows. I've tried updating the column so that null = no, but I get the same result. Is there a way to do what I'm looking for? I want to avoid a VBA solution.



Here's the source data for the pivot table



Here's option 1 for the pivot table. Department and Month are row filters. Sum of Reportable Boolean is the value. There are no column filters.
For option 1, when I drill down into, say Department A+October, I get records 1, 3, and 4, but I only want to get record 1 (since that's the only one where Reportable Boolean= 1).



Here's option 2 for the pivot table. Department and Month are still row filters, but now Reportable Boolean is a Column filter and Count of ID is the value. When I drill down into Department A + October + Reportable, I get just record 1, as I'd expect.



So option 2 should work, but it looks really messy once I have multiple columns (example).



I've tried slicers, but I'm getting the same results when I drill down.



What I really want is something that looks like this, where I can double-click in a cell and get just the records that count towards that metric.










share|improve this question

























  • How about inserting a Slicer? Could you provide a screenshot about the PivotTable and the result you want?

    – Lee
    Nov 8 '18 at 1:44











  • So far slicers haven't helped. I added screenshots which should hopefully clarify what I'm working with.

    – Avyncentia
    Nov 12 '18 at 17:14














0












0








0








I have a pivot table that sums a boolean column (so 1 = yes, 0 = no). I want to be able to double-click in a cell and get just those rows that have a value of 1 for the column. Instead, when I double-click, I get all rows. I've tried updating the column so that null = no, but I get the same result. Is there a way to do what I'm looking for? I want to avoid a VBA solution.



Here's the source data for the pivot table



Here's option 1 for the pivot table. Department and Month are row filters. Sum of Reportable Boolean is the value. There are no column filters.
For option 1, when I drill down into, say Department A+October, I get records 1, 3, and 4, but I only want to get record 1 (since that's the only one where Reportable Boolean= 1).



Here's option 2 for the pivot table. Department and Month are still row filters, but now Reportable Boolean is a Column filter and Count of ID is the value. When I drill down into Department A + October + Reportable, I get just record 1, as I'd expect.



So option 2 should work, but it looks really messy once I have multiple columns (example).



I've tried slicers, but I'm getting the same results when I drill down.



What I really want is something that looks like this, where I can double-click in a cell and get just the records that count towards that metric.










share|improve this question
















I have a pivot table that sums a boolean column (so 1 = yes, 0 = no). I want to be able to double-click in a cell and get just those rows that have a value of 1 for the column. Instead, when I double-click, I get all rows. I've tried updating the column so that null = no, but I get the same result. Is there a way to do what I'm looking for? I want to avoid a VBA solution.



Here's the source data for the pivot table



Here's option 1 for the pivot table. Department and Month are row filters. Sum of Reportable Boolean is the value. There are no column filters.
For option 1, when I drill down into, say Department A+October, I get records 1, 3, and 4, but I only want to get record 1 (since that's the only one where Reportable Boolean= 1).



Here's option 2 for the pivot table. Department and Month are still row filters, but now Reportable Boolean is a Column filter and Count of ID is the value. When I drill down into Department A + October + Reportable, I get just record 1, as I'd expect.



So option 2 should work, but it looks really messy once I have multiple columns (example).



I've tried slicers, but I'm getting the same results when I drill down.



What I really want is something that looks like this, where I can double-click in a cell and get just the records that count towards that metric.







microsoft-excel microsoft-excel-2016 pivot-table






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 12 '18 at 17:19







Avyncentia

















asked Nov 6 '18 at 15:41









AvyncentiaAvyncentia

11




11













  • How about inserting a Slicer? Could you provide a screenshot about the PivotTable and the result you want?

    – Lee
    Nov 8 '18 at 1:44











  • So far slicers haven't helped. I added screenshots which should hopefully clarify what I'm working with.

    – Avyncentia
    Nov 12 '18 at 17:14



















  • How about inserting a Slicer? Could you provide a screenshot about the PivotTable and the result you want?

    – Lee
    Nov 8 '18 at 1:44











  • So far slicers haven't helped. I added screenshots which should hopefully clarify what I'm working with.

    – Avyncentia
    Nov 12 '18 at 17:14

















How about inserting a Slicer? Could you provide a screenshot about the PivotTable and the result you want?

– Lee
Nov 8 '18 at 1:44





How about inserting a Slicer? Could you provide a screenshot about the PivotTable and the result you want?

– Lee
Nov 8 '18 at 1:44













So far slicers haven't helped. I added screenshots which should hopefully clarify what I'm working with.

– Avyncentia
Nov 12 '18 at 17:14





So far slicers haven't helped. I added screenshots which should hopefully clarify what I'm working with.

– Avyncentia
Nov 12 '18 at 17:14










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1373171%2fhow-do-i-drill-down-by-value-in-a-pivot-table%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1373171%2fhow-do-i-drill-down-by-value-in-a-pivot-table%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to make a Squid Proxy server?

第一次世界大戦

Touch on Surface Book