Drill Through
Configure Drill Through so that selecting a value on one chart updates another chart (for example, pick a slice/bar and the Column chart changes to reflect that selection).
Prerequisites:
Access to the Designer.
Two data connections are prepared for the driver and target charts (see steps below).
Creating Data Source Connections for Charts
Click the Data source icon on the right side of the canvas to view data connectivity options (e.g., CSV, Excel, etc.).
Click the Create New Connection icon and create an Excel Data Connection (repeat for each source you need).
Fill in the details:
Name: Name the connection.
Browse: Navigate to the Excel file you wish to use.
Sheet Name: Select the worksheet.
Load at Start: Enable to refresh the data source before opening the charts.
Create two connections—one for the Bar (driver) and one for the Column (target).
Adding Charts to the Canvas
Click the Charts icon on the right side of the canvas.
Drag and drop the Column chart component onto the canvas.
Drag and drop the Bar chart component (or Pie chart if that’s your driver).
Connect Each Chart to Its Data
Column chart (target)
Click the Dataset that appears next to the Column chart.
From Available Connections, select the Column connection.
Drag and drop fields to their respective series and categories.
Bar chart (driver)
Click the Dataset that appears next to the Bar chart.
From Available Connections, select the Bar connection.
Drag and drop fields to their respective series and categories.
Enabling Drilldown Option
Apply Auto Reload
Click the Script on Load tab (for the driver component, e.g., Bar/Pie).
Apply the Auto Reload function (use the built-in helper so the target updates when the selection changes).
Add a filter Condition on the target data source
Click the Data Connectors icon.
Under Excel, select the Column data source (the target).
Open the Condition tab and, in the Conditions text area, type the field name to filter by (this should match the field emitted from the driver’s selection).
Select the condition from the dropdown list (e.g., Equal).
Enable the Action checkbox.
Preview
Click the Preview button.
Select a bar (or pie slice) on the driver chart.
Verify the Column chart updates (drill-through behavior).
Troubleshooting
Target doesn’t change: Confirm the Action checkbox is enabled on the Column connection’s Condition tab and that the field names match.
No data after selecting: Check the condition operator (e.g., Equal) and confirm the driver’s selected value exists in the target dataset.
Auto Reload not firing: Ensure the Script on Load tab’s Auto Reload is applied to the driver component (and that any required selection events are enabled in that component).
Wrong chart updates: Verify you’re reloading the target connection ID, not the driver.