I’m facing an issue with getting a distinct count of clients in my dashboard and wanted to check if there’s a workaround.
In my setup, “Client” is an embedded data field (e.g., ABC, DEF, GHI). Each client has multiple contacts/respondents. For example:
- ABC → 12 contacts, 6 responses
- DEF → 10 contacts, 5 responses
- GHI → 6 contacts, 2 responses
Currently, the dashboard shows the total number of responses (6 + 5 + 2 = 13), which is expected. However, what I need is a way to show the number of distinct clients that have at least one response (in this case, 3 clients: ABC, DEF, GHI).
The data is managed through XM Directory, and the survey is already live with responses coming in.
Is there any workaround to achieve this—perhaps using a custom metric, table, or by counting distinct embedded data values where responses exist?
Any guidance would be really helpful. Thanks in advance!
