TL;DR
- You can connect any BigQuery table or view (including
sm_transformed_v2tables) to Looker Studio using the BigQuery connector. - If you start from a SourceMedium Looker Studio template, it’s usually already connected to your BigQuery project—adding more data is just adding another data source.
- If you don’t see data, it’s almost always a permissions or credentials mode issue.
Connect a BigQuery table (fast)
1
Open your report in Edit mode
In Looker Studio, open your report and click Edit.
2
Add a BigQuery data source
Go to Resource → Manage added data sources → Add a data source, then choose BigQuery.
3
Pick the table (or use Custom Query)
Select your Google Cloud project, dataset (commonly
sm_transformed_v2), and the table you want (for example, obt_orders), then click Add.Add more tables to an existing SourceMedium template
When you copy a SourceMedium template, the existing charts are already wired to existing data sources. To use additional tables:- Create a new data source pointing at the table/view you want in BigQuery
- Update a chart to use it: select the chart → Data panel → Data source → choose your new data source
Common gotchas
I can’t find my project or dataset
I can’t find my project or dataset
Make sure you’re signed into the same Google account that has access to your BigQuery project, and that you have permission to view datasets and tables.
Viewers see 'No data'
Viewers see 'No data'
Check the data source credential mode (Owner vs Viewer). SourceMedium dashboards typically work best with Owner’s credentials so viewers don’t need direct BigQuery access.
Google’s official walkthrough: BigQuery + Looker Studio

