Is there a possible way to build following case metrics using Google Analytics ?
ID Name Action
1 A Test
2 B Test1
3 C Test2
4 D Test
5 E Test3
6 F Test1
Here, Id, Name and Actions are three different custom dimensions data collected form a page. Can we filter them using the action custom dimension? Like, If we choose to filter "Test" Action, it should display its corresponding Name and ID as well like below:
ID Name Action
1 A Test
4 D Test
PS: I have placed the table in code snippet to avoid de-formation after submission.
Thank you.