Count and filter multiple row values in one column with same unique ID in another column
I am having some difficulty effectively reporting (counting, filtering, etc) on unique IDs that have data listed in multiple rows in another column within a dataset.
Ex, my data is structured like this:
ServiceName EntityID
A 00001
B 00001
C 00001
A 00002
B 00002
C 00002
A 00003
B 00003
A 00004
C 00005
etc...
I need to be able to determine, based on one of the ServiceName values what other service names exist for that entity ID. E.x. If `ServiceName` = 'C' Exists for an EntityID, show all other ServiceNames for those EntityIDs. I would also like to be able to filter on just a few ServiceName criteria like "Show only EntityIDs where BOTH ServiceName 'A' AND 'C' exist".
Example expected output in a filtered table for :
ServiceName EntityID
A 00001
B 00001
C 00001
A 00002
B 00002
C 00002
C 00005
Answers
-
I think that you would need to restructure your data. If you had something like this:
Then you could create some filter cards for each of the ServiceNames. If you wanted only entities with both service A and C, then you would filter for `ServiceName A` = 'x' and `ServiceName C` = 'x'
1
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.6K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 2.9K Transform
- 102 SQL DataFlows
- 626 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 753 Beast Mode
- 61 App Studio
- 41 Variables
- 692 Automate
- 177 Apps
- 456 APIs & Domo Developer
- 49 Workflows
- 10 DomoAI
- 38 Predict
- 16 Jupyter Workspaces
- 22 R & Python Tiles
- 398 Distribute
- 115 Domo Everywhere
- 276 Scheduled Reports
- 7 Software Integrations
- 130 Manage
- 127 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 11 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 110 Community Announcements
- 4.8K Archive