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'
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman1
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 467 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 193 Visualize
- 252 Beast Mode
- 2.1K Charting
- 11 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 246 Distribute
- 62 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 173 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive