I’m trying to link two dashboards together because it seems like looker doesn’t support dashboards having separate tabs like tableau.
So, one dashboard reports on a summary level, the other reports on a granular level. Ideally what the experience would look like is
- User goes into the summary dashboard and applies all of the necessary filters they need
- Clicks a button that has a hyperlink that leads them to the granular dashboard with all of the filters from the summary level
I can’t seem to properly configure the URL for the granular dashboard to be dynamic
Here’s what the sudo code would be like
https://instance.cloud.looker.com/dashboards/granular?Retailer={{retail.name}}
So if user were to select retailer = ‘Kroger’ in the filter on the summary dashboard and then once they click over into the granular dashboard retailer = ‘Kroger’