Forum Discussion
How do user a SLICER on a count?
- 8 years ago
Hi steambucky
Sorry for releying late, please look at my file.
calculated column
count of email address = CALCULATE(DISTINCTCOUNT(Sheet2[email address]),ALLEXCEPT(Sheet2,Sheet2[data download]))
select "don't summarize", instead of any aggreation.
Best Regards
Maggie
- 7 years ago
How would I add a count as an additional field in a slicer?
I have a map report with properties in US states. My current slicer is STATE.
I want to add the count of properties in each STATE on my slicer for my users. I need guidance on how to do this.
Example:[check box] AK 4
[check box] AL 7
[check box] AZ 2
[check box] CA 9
Thanks.
Hi steambucky
Sorry for releying late, please look at my file.
calculated column
count of email address = CALCULATE(DISTINCTCOUNT(Sheet2[email address]),ALLEXCEPT(Sheet2,Sheet2[data download]))
select "don't summarize", instead of any aggreation.
Best Regards
Maggie
How would I add a count as an additional field in a slicer?
I have a map report with properties in US states. My current slicer is STATE.
I want to add the count of properties in each STATE on my slicer for my users. I need guidance on how to do this.
Example:
[check box] AK 4
[check box] AL 7
[check box] AZ 2
[check box] CA 9
Thanks.