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
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 311 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3.8K Transform
- 656 Datasets
- 115 SQL DataFlows
- 2.2K Magic ETL
- 813 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 81 App Studio
- 45 Variables
- 771 Automate
- 190 Apps
- 481 APIs & Domo Developer
- 77 Workflows
- 23 Code Engine
- 36 AI and Machine Learning
- 19 AI Chat
- AI Playground
- AI Projects and Models
- 17 Jupyter Workspaces
- 410 Distribute
- 120 Domo Everywhere
- 280 Scheduled Reports
- 10 Software Integrations
- 142 Manage
- 138 Governance & Security
- 8 Domo Community Gallery
- 48 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 114 Community Announcements
- 4.8K Archive