- Welcome to Looker Studio! (Start here)
- Filter Control Example
- Data coloring example
- Design reports using the layout grid
- Running calculations
- Understand report-level component position
- Reverse Axes
- Data blending example
- Lat, Long, and City Name in Geo charts
- HYPERLINK Example
- Image Link Example
This information is currently only available in English.
Welcome to Looker Studio! (Start here)
Learn how to view, edit and create a Looker Studio report.
Filter Control Example
This report illustrates various styles of filter controls . The data comes from two sources, Google Sheets and Google Analytics. The filter controls at the top of the report show how various filter control configurations work.
Data coloring example
This report demonstrates 2 ways to color your data :
- Color by the dimension value. E.g., "France" is always represented in red. This is the default behavior for new reports.
- Color by the orderof the dimension data. E.g., the first series is always blue.
Design reports using the layout grid
This report illustrates using adjustable grid sizes to achieve a more standardized report design.
The minimum canvas grid size is 10 px. You can adjust this with the Grid Settings options. Increasing the grid size makes it easier to layout your charts, controls, and other components.
This report includes a Google Analytics data control . You can use it as a template for your Analytics data.
Running calculations
Running calculations compute summary results for each record of data, helping you see how each contributes to the whole picture.
Understand report-level component position
Question:
Why do my report-level components disappear?
Solution:
Change Report-level Component Position to "Top."
Reverse Axes
This report demonstrates controlling the X and Y axis direction in Cartesian charts.
Data blending example: classes, students, grades
This demonstration report illustrates how to interpret and visualize your data to answer questions about your business when that data lives in separate data sources. For example, a school administrator might want to look for insights concerning students, the classes they've enrolled in, and the grades those students received.
Lat, Long, and City Name in Geo charts
Question:
How can I use latitude and longitude in a Geo chart to provide maximum resolution in my data, but still see city names in the chart?
Solution :
Use a calculated field to combine latitude and longitude with the city name. Example : CONCAT(Lat Long, "(", City,")")
HYPERLINK Example
This report demonstrates the Hyperlink field. Hyperlinks create clickable links in tables.
To create a Hyperlink field, use the HYPERLINK
function
, and provide a URL as the first parameter, and a Text field, or formula that returns Text, as the second HYPERLINK
parameter.
Image Link Example
This report demonstrates the Image Link field. Image Links create clickable images in tables.
To create an Image Link field, use the HYPERLINK
function, and provide a URL as the first parameter, and an Image field, or an IMAGE function with a valid link to an image, as the second HYPERLINK
parameter.