diff --git a/website/docs/docs/cloud-integrations/semantic-layer/excel.md b/website/docs/docs/cloud-integrations/semantic-layer/excel.md
index 4f76bfc5c97..e666bda0e58 100644
--- a/website/docs/docs/cloud-integrations/semantic-layer/excel.md
+++ b/website/docs/docs/cloud-integrations/semantic-layer/excel.md
@@ -39,9 +39,9 @@ import Tools from '/snippets/_sl-excel-gsheets.md';
type="Microsoft Excel"
bullet_1="There's a timeout of 1 minute for queries."
bullet_2="If you're using this extension, make sure you're signed into Microsoft with the same Excel profile you used to set up the Add-In. Log in with one profile at a time as using multiple profiles at once might cause issues."
+queryBuilder="/img/docs/dbt-cloud/semantic-layer/query-builder.png"
/>
-
## FAQs
metric_time
). For all other time dimensions that aren't metric_time
, you can use the "Where" option to apply filters.If you would like to just query the data values without the headers, you can optionally select the Exclude Column Names box.
-To return your results and keep any previously selected data below it intact, un-select the Exclude Column Names box. By default, we'll clear all trailing rows if there's stale data.
+If you would like to just query the data values without the headers, you can optionally select the Exclude column names box.
+To return your results and keep any previously selected data below it intact, un-select the Clear trailing rows box. By default, we'll clear all trailing rows if there's stale data.
- - - diff --git a/website/static/img/docs/dbt-cloud/semantic-layer/gsheets-query-builder.jpg b/website/static/img/docs/dbt-cloud/semantic-layer/gsheets-query-builder.jpg deleted file mode 100644 index ef9c5d63c9f..00000000000 Binary files a/website/static/img/docs/dbt-cloud/semantic-layer/gsheets-query-builder.jpg and /dev/null differ diff --git a/website/static/img/docs/dbt-cloud/semantic-layer/query-builder.png b/website/static/img/docs/dbt-cloud/semantic-layer/query-builder.png new file mode 100644 index 00000000000..ae98c0a6c63 Binary files /dev/null and b/website/static/img/docs/dbt-cloud/semantic-layer/query-builder.png differ