Reputation: 515
I have created a table in Google Data Studio with two columns(labels,count). I have 10,000 labels and would like the ability to search by label instead of scrolling through a list of 10,000 labels in alphabetical order to find a specific label. Any solutions for this out of the box?
Upvotes: 3
Views: 1770
Reputation: 96
you can fix this problem by inserting a filter control.
for example,
i had created a table in data studio with two columns (medium and sessions)
then insert a filter control
and Set its dimension as medium and metric as session.
Like this:
if you want set values of the table as ascending, change the metric value as ascending.
see my data studio report it have filter control and a table with two columns (medium and sessions)
finally, you can search the table values of medium by inserting filter control.
I'm going to enter a value (value:banner) in search box of filter control and tables shows only the values of search term "banner".
Upvotes: 6