Reputation: 6738
I have a bigquery dataset containing leads (names, email addresses, a ton of info gleaned from different sources). I have a looker studio dashboard that shows rows from this datasets, sorted by a score column. It works well but I want it to be that when you click on one of the rows in this table, you get a "long form" view of all the info associated with this record. Due to the large number of fields, this would need to be displayed vertically; something like this (from airtable):
This would be displayed when you click on a row in the summary table.
Is there any way I can set up something like this in Looker Studio? I am trying to use looker studio for this because all my other dashboards are in looker studio.
Upvotes: 0
Views: 31
Reputation: 151
A simple idea would be to have a second vertical table limited to one record, which displays all the fields you want to show. The main drawback is it won't disappear when no record is selected (it will display the top one). For what it's worth, I searched briefly for other options, but only found the same suggestion.
I made an example here with the dataset here.
Upvotes: 2