Drill down from chart view
Is there a way to drill down from a bar chart view without only clicking one of the x axis chart values? For ex: I have an inbound vs outbound bar chart - If I click inbound or outbound bar graph the drill path will take me to a view of each (inbound or outbound) by account - But i am trying to see BOTH Inbound/outbound by account when I drill down, similar to what you would see when clicking a number value card. The last screenshot only shows the inbound calls by account.
Best Answer
-
@Stu5677 If your card is set up with a measure for Call Count in the Y Axis and a dimension for Inbound/Outbound in the Series & X-Axis, you can separate prevent the drill from filtering by switching to two beast mode measures (no series) instead like this:
Outbound:
count(case when `Direction` = 'Outbound' then `Call ID` end)
Inbound:
count(case when `Direction` = 'Inbound' then `Call ID` end)
When you use a dimension in the Series it segments the rows in your dataset according to the value of the dimension, so when you click one of the bars it drills to just rows with that value (Inbound/Outbound). On the other hand, the beast modes above both include all available rows in the dataset but only count the ones that meet the conditions in the case statement. So when you click on one of those bars it does not exclude any rows in the drill, allowing you to include both bars.
0
Answers
-
@ColinHaze - I appreciate your response, but even adding the date wont work as I am trying to still separate the 2 call types. So the column just puts NH over Existing and I have to click on one or the other to drill down, but I am trying to find a way to click on "both" essentially.
0 -
@Stu5677 If your card is set up with a measure for Call Count in the Y Axis and a dimension for Inbound/Outbound in the Series & X-Axis, you can separate prevent the drill from filtering by switching to two beast mode measures (no series) instead like this:
Outbound:
count(case when `Direction` = 'Outbound' then `Call ID` end)
Inbound:
count(case when `Direction` = 'Inbound' then `Call ID` end)
When you use a dimension in the Series it segments the rows in your dataset according to the value of the dimension, so when you click one of the bars it drills to just rows with that value (Inbound/Outbound). On the other hand, the beast modes above both include all available rows in the dataset but only count the ones that meet the conditions in the case statement. So when you click on one of those bars it does not exclude any rows in the drill, allowing you to include both bars.
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 738 Beast Mode
- 56 App Studio
- 40 Variables
- 684 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 35 Predict
- 14 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 123 Manage
- 120 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive