Drilldowns are a powerful feature to facilitate data exploration. It allows building an interface to let users dive deeper into visualizations and data tables. SeeDocumentation Index
Fetch the complete documentation index at: https://cubed3-docs-cub-2416-update-semantic-snowflake-semantic-vie.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ResultSet.drillDown()
on how to use this feature on the client side.
A drilldown is defined on the measure level in your
data model. It’s defined as a list of dimensions called drill members. Once
defined, these drill members will always be used to show underlying data when
drilling into that measure.
Let’s consider the following example of our imaginary e-commerce store. We have
the orders cube, which describes orders in our store. It’s connected to
users and products.