
Contributor II
2019-02-11
10:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Count of Distinct When Two Conditions met
Friends,
See the attached Excel - super small representation of my data. My task is to get a COUNT of DISTINCT report #s (Column A), filtered by category (Column B) and Topic (Column C).
For example, using the attached, I'm trying to get a count of unique report #s in category A on topic X. Answer should be 3.
Please help. I'm so novice.
Thanks.
1,160 Views
1 Solution
Accepted Solutions

Creator III
2019-02-11
02:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Expression should be like:
count({<CATEGORY={'A'},TOPIC={'X'}>}distinct REPORT)
Hope it helps..
1,116 Views
3 Replies

MVP
2019-02-11
10:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use a bar chart, or a pivot table or a table or any chart u want:
as dimension :
1)Category
2) Topic
a measure:
count(distinct Report)

Contributor II
2019-02-11
10:58 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
THanks! What would the expression look like in set analysis?
1,148 Views

Creator III
2019-02-11
02:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Expression should be like:
count({<CATEGORY={'A'},TOPIC={'X'}>}distinct REPORT)
Hope it helps..
1,117 Views
