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.
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.
Share Improve this question asked Feb 23 at 13:08 Alex FlintAlex Flint 6,78711 gold badges49 silver badges86 bronze badges3 Answers
Reset to default 2A 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.
You can format your data using a community visualization named Templated Record that supports HTML.
Create a table with your leads.
In the table's chart setup enable "Cross filtering".
Click on "Community visualizations and components".
Go to "+ Explore more".
Look for "Template Record", allow it and add it to your report.
Add all dimensions you want to display in your long form view.
In the templated record settings, go to the STYLE TAB.
Use HTML to desing your latyout.
Use {{dimension}} syntax to insert field values.
Here is how it works and an example of the results.