Interacting with your dashboards
Viewing the underlying data for a point on a chartโ
You can click on any point on a chart and view the records which make up that data point.
For example, I can find out what the underlying data is for the $4,334.0 in my What are the sales stats per partner, per month?
chart, by clicking on the bar for that month, and then clicking View underlying data
in the action menu.
I'd see all of the rows in the underlying table that make up that total.
After viewing the underlying data, I can also:
- Export this data as a CSV
- Explore from this underlying data, which will take me to a new chart with the underlying data as the starting point
Using a chart to filter your dashboard (a.k.a. cross-filtering)โ
When you click on the value in a chart (e.g. a bar in your bar chart), you can choose to filter on that value and update all of the other relevant charts in the dashboard. This type of chart-to-dashboard filtering is sometimes called cross-filtering
.
You can see which tiles had the filter applied by hovering over the dashboard filter applied
text on your chart tile.โ
Once you've clicked on your filter, all of the tiles in your dashboard with the filter field will be filtered to the value you selected.
You can see which tiles had the filter applied by hovering over the tile and then on the funnel icon to see the filter that was applied.
Your cross-filtering will not change the saved chart unless you're in edit
modeโ
The filters you add using cross-filtering won't be saved unless you're in edit
mode (i.e. you've clicked edit
in your dashboard) and you save the filters you applied.
Otherwise, you can cross-filter away without any worry that you'll be changing the chart for everyone else! ๐
Date Zoomโ
When viewing a dashboard, you can change the date granularity (to Week, Year, etc.) of the charts with date dimensions by clicking on the Date Zoom
button.
This is helpful if you want to zoom in to look more closely at something, or zoom out to identify a trend. You're able to quickly view your results at different time granularities without editing the chart. Here's a quick video showing Date Zoom in action:
When the date granularity of a chart is changed, you can hover over the indicator to see the date dimension that was affected:
Any chart with results that have at least one date Dimension will be affected by Date Zoom (even if the date dimension is not explicitly shown on the chart).
If you have more than one date dimension in your results, Date Zoom will be applied to the first date dimension it scans - this is normally the left-most column in your results.
You're only temporarily changing the dates in the tiles on your dashboard. If you refresh the dashboard, the affected tiles will go back to their default saved state.
Drill into a metric in a chart or your results table using Drill into
โ
You can drill into a Metric in your chart or results table to better understand a point in your chart. Selecting Drill into
lets you group your Metric by a Dimension, like revenue segmented by (or grouped by) product type. Note that Drill into
only works for Metrics, not for Dimensions or Table Calculations.
Here's an example of Drill intoโ
I have a chart with Sum of basket total (a Metric) per Partner, per month. As you can see, there's a high spike in sales for one of the partners in the month of May. I want to understand why this spike happened.
To do this, I click on the data point in my chart, then click Drill into
in the action menu:
I then select the Dimension I want to segment my metric by (or "drill into"). In this example, I'm interested to see what Shipping country the orders were coming from, so I select Shipping country:
Once I've selected the Dimension I want to group by, I click Open in new tab
and see a chart with my Metric, grouped by Shipping country
. Now I can uncover where this spike in sales is coming from ๐