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 diff --git a/website/docs/docs/cloud-integrations/semantic-layer/gsheets.md b/website/docs/docs/cloud-integrations/semantic-layer/gsheets.md index b3931f0f528..f215bee9671 100644 --- a/website/docs/docs/cloud-integrations/semantic-layer/gsheets.md +++ b/website/docs/docs/cloud-integrations/semantic-layer/gsheets.md @@ -40,13 +40,15 @@ import Tools from '/snippets/_sl-excel-gsheets.md'; type="Google Sheets" bullet_1="The custom menu operation has a timeout limit of six (6) minutes." bullet_2="If you're using this extension, make sure you're signed into Chrome with the same Google profile you used to set up the Add-On. Log in with one Google profile at a time as using multiple Google profiles at once might cause issues." -queryBuilder="/img/docs/dbt-cloud/semantic-layer/gsheets-query-builder.jpg" +queryBuilder="/img/docs/dbt-cloud/semantic-layer/query-builder.png" +PrivateSelections="You can also make these selections private or public. Public selections mean your inputs are available in the menu to everyone on the sheet. +Private selections mean your inputs are only visible to you. Note that anyone added to the sheet can still see the data from these private selections, but they won't be able to interact with the selection in the menu or benefit from the automatic refresh." /> - + **Limited use policy disclosure** diff --git a/website/snippets/_sl-excel-gsheets.md b/website/snippets/_sl-excel-gsheets.md index 5179b4be2dc..f6d4678bf6e 100644 --- a/website/snippets/_sl-excel-gsheets.md +++ b/website/snippets/_sl-excel-gsheets.md @@ -65,26 +65,24 @@
  • For time dimensions, you can use the time range selector to filter on presets or custom options. The time range selector applies only to the primary time dimension (metric_time). For all other time dimensions that aren't metric_time, you can use the "Where" option to apply filters.
  • -#### Other settings +#### Other settings -

    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