You can display clickable links in your data using a table. You can create links in two ways:
- Directly from your dataset, using the URL field type
- Generating the link using the
HYPERLINK
function
URL field type
When you create a data source, Looker Studio will detect valid URLs in the dataset and assign the URL field type to that dimension. (If Looker Studio doesn't detect the URLs automatically, you can set the field type to URL manually.)
URL fields display the full link in charts. In tables, this link is clickable.
HYPERLINK
function
The HYPERLINK
function lets you construct links in calculated fields. The HYPERLINK
function takes a URL and a link label as input. The output is a clickable link when displayed in a table (in other charts, the link text is not clickable).
Only certain protocols are supported in both URL fields and the HYPERLIN
function. See the HYPERLINK
documentation page for details.