<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Warehousing &amp; Analytics topics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/bd-p/warehousing-and-analytics</link>
    <description>Warehousing &amp; Analytics topics</description>
    <pubDate>Fri, 07 Aug 2026 12:54:05 GMT</pubDate>
    <dc:creator>warehousing-and-analytics</dc:creator>
    <dc:date>2026-08-07T12:54:05Z</dc:date>
    <item>
      <title>NetSuite connector (Lakeflow Connect) — transactionline refresh takes 3.5–4.8 hrs regardless</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/netsuite-connector-lakeflow-connect-transactionline-refresh/m-p/164953#M2667</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Setup&lt;/STRONG&gt;: Lakeflow Connect Netsuite pipeline (UC Connection, deployed via UI), Azure Databricks. Target table is netsuite.transactionline, currently about 13.8M rows, 395 columns, CDC ingestion type (I know I know but there aren't that many rows changing per day and I want that history)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Symptom&lt;/STRONG&gt;: every refresh of this table takes 3.5 to 4.8 hours regardless of how much data actually changed&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Examples&lt;/STRONG&gt;:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Run Date&lt;/TD&gt;&lt;TD&gt;Source Rows (insert + Update)&lt;/TD&gt;&lt;TD&gt;executionTimeMs&lt;/TD&gt;&lt;TD&gt;materializedSourceTimeMs&lt;/TD&gt;&lt;TD&gt;scanTimeMs&lt;/TD&gt;&lt;TD&gt;rewriteTimeMs&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%"&gt;2026-07-24 (initial backfill)&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;13,678,242&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;13,458,451 (3.7h)&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;13,374,368&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;24,581&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;59,462&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%"&gt;2026-07-30&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;76,634&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;12,662,653 (3.52h)&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;12,644,040&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2,864&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;15,735&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%"&gt;2026-07-31&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;13,016&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;17,162,963 (4.77h)&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;17,150, 004&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2,458&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;10,489&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%"&gt;2026-08-01&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;11,869&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;12,739,450 (3.54h)&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;12,726,862&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2,200&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;10,376&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%"&gt;2026-08-03&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;8,257&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;13,023,688 (3.62h)&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;13,010,720&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;3,168&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;9,788&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%"&gt;2026-08-04&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;21,030&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;13,562,017&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;13,547,921&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;2,450&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;11,634&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;The actual Delta merge/write mechanics are consistently seconds. Essentially 100% of executionTimeMs is materializeSourceImtMs and that number is flat at 3.5+ hours whether the run is picking up 8k changed rows or the full 13.68M initial backfill&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;: Sice runtime isn't scaling with rows actually written,, it looks like the connector's extraction step is doing a full scan on all the Netsuite transactionlines to comute the incremental diff rather than using a standard "modified since" pull. Has anyone else noticed this behavior? Is there a way to configure or tune the way this connector filters its source query? Or is this expected behavior for this table given limitations on Netsuite's end?&lt;/P&gt;&lt;P&gt;Happy to share pipeline config or more output history if useful for troubleshooting.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 15:09:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/netsuite-connector-lakeflow-connect-transactionline-refresh/m-p/164953#M2667</guid>
      <dc:creator>tcranoratmcgee</dc:creator>
      <dc:date>2026-08-05T15:09:23Z</dc:date>
    </item>
    <item>
      <title>Apps proxy returning 502 despite healthy app runtime</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/apps-proxy-returning-502-despite-healthy-app-runtime/m-p/164886#M2665</link>
      <description>&lt;P&gt;I have two Databricks Apps that show RUNNING status and clean deployment logs, but both return 502 Bad Gateway when accessing their public URLs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Error: &lt;/SPAN&gt;&lt;SPAN&gt;Both&lt;/SPAN&gt;&lt;SPAN&gt; apps &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;"502 Bad Gateway"&lt;/SPAN&gt; &lt;SPAN&gt;when&lt;/SPAN&gt;&lt;SPAN&gt; accessed via their public URLs.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Troubleshooting Attempted:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; Stop&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;start&lt;/SPAN&gt;&lt;SPAN&gt; cycle &lt;/SPAN&gt;&lt;SPAN&gt;on&lt;/SPAN&gt; &lt;SPAN&gt;both&lt;/SPAN&gt;&lt;SPAN&gt; apps&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; Created fresh app &lt;/SPAN&gt;&lt;SPAN&gt;with&lt;/SPAN&gt;&lt;SPAN&gt; new &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt; &lt;SPAN&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; OAuth configuration&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; Verified deployment logs &lt;/SPAN&gt;&lt;SPAN&gt;show&lt;/SPAN&gt; &lt;SPAN&gt;"Deployment successful"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; Verified Streamlit servers running &lt;/SPAN&gt;&lt;SPAN&gt;on&lt;/SPAN&gt;&lt;SPAN&gt; port &lt;/SPAN&gt;&lt;SPAN&gt;8080&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;SPAN&gt;Both&lt;/SPAN&gt;&lt;SPAN&gt; apps exhibit identical &lt;/SPAN&gt;&lt;SPAN&gt;502&lt;/SPAN&gt;&lt;SPAN&gt; behavior&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any thoughts on this would be appreciated!&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Aug 2026 18:43:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/apps-proxy-returning-502-despite-healthy-app-runtime/m-p/164886#M2665</guid>
      <dc:creator>julieglass</dc:creator>
      <dc:date>2026-08-04T18:43:58Z</dc:date>
    </item>
    <item>
      <title>How to export clean values from ai/bi dashboard table that uses html formatted columns</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-to-export-clean-values-from-ai-bi-dashboard-table-that-uses/m-p/164658#M2660</link>
      <description>&lt;P&gt;I'm working on Databricks AI/BI dashboard containing a native visualization; to achieve custom styling such as progress bars, the dataset SQL Generates HTML strings using expressions similar to:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CONCAT( '&amp;lt;div style="..."&amp;gt;', CAST(value AS STRING), '&amp;lt;/div&amp;gt;' ) AS formatted_value&lt;/LI-CODE&gt;&lt;P&gt;The HTML renders correctly within dashboard table but when the data is exported the HTML tags are also exported along with it. Is it possible to export data without HTML tags?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anmolhhns_0-1785592434957.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/29667i7207D90D02749340/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anmolhhns_0-1785592434957.png" alt="anmolhhns_0-1785592434957.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2026 13:55:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-to-export-clean-values-from-ai-bi-dashboard-table-that-uses/m-p/164658#M2660</guid>
      <dc:creator>anmolhhns</dc:creator>
      <dc:date>2026-08-01T13:55:20Z</dc:date>
    </item>
    <item>
      <title>Visual Data Prep - Missing rows when loading tables</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/visual-data-prep-missing-rows-when-loading-tables/m-p/164600#M2658</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm experiencing an issue with Visual Data Prep where some source tables appear to contain fewer rows than expected.&lt;/P&gt;&lt;P&gt;When I query the same tables directly using SQL, I can see all records. However, when loading certain tables into Visual Data Prep through a Source operator, the row count appears to be much lower.&lt;/P&gt;&lt;P&gt;What makes this confusing is that the issue only happens for some tables.&lt;/P&gt;&lt;P&gt;For other tables, when I set &lt;STRONG&gt;Rows scanned = Max&lt;/STRONG&gt;, all rows appear to be available as expected.&lt;/P&gt;&lt;P&gt;For the affected tables, the lower row count is already visible immediately after the &lt;STRONG&gt;Source&lt;/STRONG&gt; step, before I perform any joins, filters, or transformations.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I've included two screenshots:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A SQL count showing the table contains &lt;STRONG&gt;4,168 rows&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The same table loaded into Visual Data Prep, where the Source operator only shows approximately &lt;STRONG&gt;2,692 rows&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This difference is visible before any transformations are applied.&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Does Visual Data Prep automatically sample data for certain tables?&lt;/LI&gt;&lt;LI&gt;Can "Truncated data" affect the displayed row count?&lt;/LI&gt;&lt;LI&gt;Is there any known limitation that would cause some source tables to show fewer rows than are available in SQL?&lt;/LI&gt;&lt;LI&gt;Has anyone experienced different row counts between a SQL query and the Source operator in Visual Data Prep?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any suggestions on how to troubleshoot this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 31 Jul 2026 10:02:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/visual-data-prep-missing-rows-when-loading-tables/m-p/164600#M2658</guid>
      <dc:creator>dax60</dc:creator>
      <dc:date>2026-07-31T10:02:33Z</dc:date>
    </item>
    <item>
      <title>Can {{input}} from a For Each task be used as a dashboard subscription destination_id</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/can-input-from-a-for-each-task-be-used-as-a-dashboard/m-p/164306#M2653</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am using a DAB to send a dashboard snapshots to notification destinations.&lt;/P&gt;&lt;P&gt;The intended design is to use a For each task for multiple team/destination pairs. As a minimal test, I am iterating over an array containing one notification destination ID:&lt;/P&gt;&lt;PRE&gt;variables:
  destination_1_nonprod:
    lookup:
      notification_destination: destination_1_nonprod

  team_subscriptions:
    description: JSON array of notification destination IDs
    default: '["${var.destination_1_nonprod}"]'&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;resources:
  jobs:
    job1:
      ...

      parameters:
        - name: team_subscriptions
          default: ${var.team_subscriptions}

      tasks:
        - task_key: send_team_reports
          for_each_task:
            inputs: "{{job.parameters.team_subscriptions}}"
            concurrency: 5

            task:
              task_key: send_team_report
              dashboard_task:
                dashboard_id: ${resources.dashboards.my_dashboard.id}
                warehouse_id: ${var.warehouse_id}
                subscription:
                  subscribers:
                    - destination_id: "{{input}}"&lt;/PRE&gt;&lt;P&gt;The bundle correctly resolves team_subscriptions to a JSON array containing the notification destination UUID and I can see that in the UI inside the task "job parameters".&lt;/P&gt;&lt;P&gt;The job succeeds but no notification is delivered, silently ignoring the issue.&lt;/P&gt;&lt;P&gt;As a control test, replacing the dynamic reference with the bundle lookup works correctly:&lt;/P&gt;&lt;PRE&gt;subscription:
  subscribers:
    - destination_id: ${var.destination_1_nonprod}&lt;/PRE&gt;&lt;P&gt;I also&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also considered using a json object with key:value and iterating over it using:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;destination_id: "{{input.destination_id}}"&lt;/PRE&gt;&lt;P&gt;but it still silently fail the delivery&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does dashboard_task.subscription.subscribers[].destination_id support Lakeflow dynamic value references such as {{input}} or {{input.destination_id}}?&lt;/P&gt;&lt;P&gt;If it does, what is the correct syntax or configuration?&lt;/P&gt;&lt;P&gt;Thank you for your attention&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2026 15:53:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/can-input-from-a-for-each-task-be-used-as-a-dashboard/m-p/164306#M2653</guid>
      <dc:creator>dario66952</dc:creator>
      <dc:date>2026-07-28T15:53:32Z</dc:date>
    </item>
    <item>
      <title>Data Quality Dashbaord - I have a requirement to build a custom designed quality dashboard in dbx</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/data-quality-dashbaord-i-have-a-requirement-to-build-a-custom/m-p/163848#M2651</link>
      <description>&lt;P&gt;I have a requirement to build a custom designed quality dashboard in dbx. The requirement is like user have to view the quality of data metrics in a single dahsboard for many tables, irrespective of viewing it via inbuilt data quality option available in every table. what is the best design approcah .please explain.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 05:54:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/data-quality-dashbaord-i-have-a-requirement-to-build-a-custom/m-p/163848#M2651</guid>
      <dc:creator>Databricks2206</dc:creator>
      <dc:date>2026-07-23T05:54:52Z</dc:date>
    </item>
    <item>
      <title>AI BI Dashboard Table filtering</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/ai-bi-dashboard-table-filtering/m-p/163057#M2647</link>
      <description>&lt;P&gt;Hello community of Databricks&lt;/P&gt;&lt;P&gt;I need some help over a specific issue in AI/BI Dashboard filtering&lt;/P&gt;&lt;P&gt;My current dashboard has 2 widgets:&lt;/P&gt;&lt;P&gt;- A map containing the shopID and it's current GPS location&lt;/P&gt;&lt;P&gt;- A table showing all the available shopID with some metadatas&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if it is possible to click on a specific row of the table to filter the specific shop in the map, but right now it returns me "&lt;SPAN&gt;Unable to render visualization" when clicking on a specific row of the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The filter widget is available but i would not say it is the most intuitive way since i can't even copy the shopID from the table (the default is selecting a specific row)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Let me know if additional infos are required to solve my doubt!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2026 07:31:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/ai-bi-dashboard-table-filtering/m-p/163057#M2647</guid>
      <dc:creator>JZhang</dc:creator>
      <dc:date>2026-07-15T07:31:33Z</dc:date>
    </item>
    <item>
      <title>Is it possible to configure the evaluation runs overview?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/is-it-possible-to-configure-the-evaluation-runs-overview/m-p/162922#M2644</link>
      <description>&lt;P&gt;I would like to be able to add columns to this overview, if possible. For example, the latency of the model is available, when I click on a run, but I would like to see the average latency, similarly to, how the score is shown. Of course, I could add a new score, which is latency, but I'd like to know if I can use the already existing data.&lt;/P&gt;&lt;P&gt;Along with this, I would like to be able to configure it such, that I can see the percentiles and medians of my score. Is any of this possible to do in the overview?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lkt1_0-1784015901227.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/28962i69484DD564380165/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lkt1_0-1784015901227.png" alt="lkt1_0-1784015901227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 08:06:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/is-it-possible-to-configure-the-evaluation-runs-overview/m-p/162922#M2644</guid>
      <dc:creator>lkt1</dc:creator>
      <dc:date>2026-07-14T08:06:15Z</dc:date>
    </item>
    <item>
      <title>Genie One – Unable to Extract Usage Details</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/genie-one-unable-to-extract-usage-details/m-p/162892#M2643</link>
      <description>&lt;P&gt;We are looking to create a Genie usage report covering natural language querying activity across three channels — the Genie One web app, Genie One Teams app, and Genie One mobile app. The report is intended to surface insights around user activity, question types, query patterns, feedback, and session behaviour.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What we are currently able to extract via system tables (across all channels)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- User email&lt;BR /&gt;- Number of questions asked&lt;BR /&gt;- Source breakdown by channel (Web App / Teams / Mobile) with question counts&lt;BR /&gt;- First and last active date&lt;BR /&gt;- Feedback count&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What we are unable to extract&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For questions asked across all three channels (web app, Teams, and mobile), we are currently unable to retrieve:&lt;/P&gt;&lt;P&gt;- Actual question text asked by the user&lt;BR /&gt;- SQL queries executed in response to the question&lt;BR /&gt;- Tables and assets queried&lt;BR /&gt;- Feedback type (thumbs up / thumbs down) and associated feedback text where provided&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Is there a system table that currently stores this information, or a mapping that would allow us to extract it?&lt;BR /&gt;2. If not, is there an alternative approach recommended by Databricks to access this data?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 02:52:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/genie-one-unable-to-extract-usage-details/m-p/162892#M2643</guid>
      <dc:creator>devyani_k</dc:creator>
      <dc:date>2026-07-14T02:52:54Z</dc:date>
    </item>
    <item>
      <title>Dashboard Creation Requiring Workspace Access Entitlement?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/dashboard-creation-requiring-workspace-access-entitlement/m-p/162286#M2635</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Team,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have analysts set up in Databricks with the "Databricks SQL access" entitlement who are no longer able to create a new Dashboard on their own and just getting a blank page when they try. The API response to their create dashboard request is: "User does not have the workspace-access entitlement", and it seems that only users with the "Workspace access" entitlement are still able to create a new dashboard.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is this an intentional change to Databricks entitlements? The latest documentation on Databricks entitlements makes no mention of this.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this is intentional, I would strongly disagree with this change. These are analysts that primarily focus on report creation and ad-hoc queries; they shouldn't have to be granted all the capabilities that come with the "Workspace access" entitlement if they're just making Dashboards.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&amp;nbsp;&lt;BR /&gt;Matthew&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 20:41:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/dashboard-creation-requiring-workspace-access-entitlement/m-p/162286#M2635</guid>
      <dc:creator>mkjun</dc:creator>
      <dc:date>2026-07-08T20:41:36Z</dc:date>
    </item>
    <item>
      <title>Dashboard Variable Display name</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/dashboard-variable-display-name/m-p/162128#M2634</link>
      <description>&lt;P&gt;In databricks documentation it says that there's a display name when creating dashboard variables but I'm not seeing it in the dashboard settings. Does anyone know where to find them?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="amekojc_0-1783436090635.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/28715iA9E866A94DBFE2DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amekojc_0-1783436090635.png" alt="amekojc_0-1783436090635.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="amekojc_1-1783436224891.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/28716iCFA802E9EE0E4510/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amekojc_1-1783436224891.png" alt="amekojc_1-1783436224891.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 14:57:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/dashboard-variable-display-name/m-p/162128#M2634</guid>
      <dc:creator>amekojc</dc:creator>
      <dc:date>2026-07-07T14:57:40Z</dc:date>
    </item>
    <item>
      <title>Asset Bundles Setup</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/asset-bundles-setup/m-p/161090#M2632</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have a question about the best practice for organizing Databricks Asset Bundles.&lt;/P&gt;&lt;P&gt;I have multiple projects, and each project has its own notebooks and jobs.&lt;/P&gt;&lt;P&gt;Is it recommended to:&lt;/P&gt;&lt;P&gt;create a single bundle that includes all projects, or&lt;BR /&gt;create a separate bundle for each project?&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Also, my understanding is that the Databricks UI doesn't support deploying only selected resources from a bundle, while the Databricks CLI allows this (for example, using &lt;/SPAN&gt;&lt;SPAN&gt;bundle deploy --select&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does this limitation influence how you structure your bundles? What approach has worked best for your team?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 13:27:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/asset-bundles-setup/m-p/161090#M2632</guid>
      <dc:creator>Cristian17</dc:creator>
      <dc:date>2026-07-01T13:27:42Z</dc:date>
    </item>
    <item>
      <title>Network time-out</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/network-time-out/m-p/160076#M2625</link>
      <description>&lt;P&gt;When trying to download the public domain seismic data of Equinor’s Volve field (&lt;A href="https://www.equinor.com/energy/volve-data-sharing" rel="noreferrer" target="_blank"&gt;https://www.equinor.com/energy/volve-data-sharing&lt;/A&gt;) using a browser (Edge or Chrome) this fails after 2 hours due to network errors. Resuming only provides once off relieve until it fails again. Laptop, Lenivo running Win11, settings are such to keep system active (never sleep). Network speed is 600+ Mbps download and 100+ Mbps upload. Browser downloads only at 8-9 Mbps. With 2.1 and 1.2 Tb for the two files, download time is initially estimated between 2-5 days!&lt;/P&gt;&lt;P&gt;Any suggestions how to resolve?&lt;/P&gt;&lt;P&gt;Is there an FTP option with faster downloads (perhaps not for personal free databricks account)?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2026 10:22:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/network-time-out/m-p/160076#M2625</guid>
      <dc:creator>GJL-Geophysics</dc:creator>
      <dc:date>2026-06-22T10:22:16Z</dc:date>
    </item>
    <item>
      <title>AI/BI Dashboard Navigation: Nested Tabs, Page Structure, and Reusable Visuals</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/ai-bi-dashboard-navigation-nested-tabs-page-structure-and/m-p/159118#M2622</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;I have a few questions about AI/BI Dashboards:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Is there a way to create nested tabs (tabs within tabs), or are dashboards limited to a single level of page navigation?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;For dashboards with many visualizations, what is the recommended approach to improve navigation and avoid excessive scrolling? Need hyperlinking solutions&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Can users jump directly to a specific section/page within a dashboard?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Can visualizations/widgets be copied and reused across different dashboards, and are there any limitations to doing so?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;I'd appreciate any guidance, best practices, or documentation references.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2026 06:53:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/ai-bi-dashboard-navigation-nested-tabs-page-structure-and/m-p/159118#M2622</guid>
      <dc:creator>sheeetal</dc:creator>
      <dc:date>2026-06-16T06:53:46Z</dc:date>
    </item>
    <item>
      <title>Does combo chart have group by color function ?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/does-combo-chart-have-group-by-color-function/m-p/158829#M2619</link>
      <description>&lt;P&gt;Does combo chart have group by color function by specific field (type)?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Line Chart:&lt;/STRONG&gt;&amp;nbsp;the line will perfectly split into multiple lines of different colors, with each line representing a distinct Type.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bar Chart:&lt;/STRONG&gt; The original single bar will also automatically transform into a Stacked Bar chart using different colored blocks to represent for each Type.&lt;BR /&gt;like what we have in tableau&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 19:29:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/does-combo-chart-have-group-by-color-function/m-p/158829#M2619</guid>
      <dc:creator>emily02</dc:creator>
      <dc:date>2026-06-11T19:29:51Z</dc:date>
    </item>
    <item>
      <title>How to show percent of total that recognizes global filter selections</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-to-show-percent-of-total-that-recognizes-global-filter/m-p/158332#M2613</link>
      <description>&lt;P&gt;I'm trying to implement a percent of total measure in pivot table. I succeeded in creating a measure using the below formula.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="amekojc_0-1780606456716.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/27558iB77307404B812DD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amekojc_0-1780606456716.png" alt="amekojc_0-1780606456716.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I want this measure to recognize global filter selections.&amp;nbsp;For example, I want to show emissions share by category. But if I remove 1 or 2 values from category global filter, I'd like the total share to recalculate the share with the remaining categories.&lt;/P&gt;&lt;P&gt;Was anyone able to achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 20:54:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-to-show-percent-of-total-that-recognizes-global-filter/m-p/158332#M2613</guid>
      <dc:creator>amekojc</dc:creator>
      <dc:date>2026-06-04T20:54:26Z</dc:date>
    </item>
    <item>
      <title>How to avoid excel automatic data formatting when loading from excel plugin</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-to-avoid-excel-automatic-data-formatting-when-loading-from/m-p/158259#M2611</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Excel suddenly started automatically formatting data (convert everything to text) when loading from the new Azure Databricks Excel plug-in. I can still see my default formatting in the Databricks sideload.&amp;nbsp; Just wondering if this behaviour was caused by some recent Excel update or&amp;nbsp;Azure Databricks plug-in update.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 22:36:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-to-avoid-excel-automatic-data-formatting-when-loading-from/m-p/158259#M2611</guid>
      <dc:creator>weerasa</dc:creator>
      <dc:date>2026-06-03T22:36:30Z</dc:date>
    </item>
    <item>
      <title>Embedding a dashboard in Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/embedding-a-dashboard-in-databricks/m-p/157809#M2608</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to embed my dashboard in Databricks Notebook as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;some_html = """
&amp;lt;iframe
  src="...."
  width="100%"
  height="600"
  frameborder="0"&amp;gt;
&amp;lt;/iframe&amp;gt;
"""

displayHTML(some_html)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then I get an error of the form:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;This dashboard is unavailable&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Please try again later.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://dbc-32e2a8b7-339b.cloud.databricks.com/embed/dashboardsv3/01f15a9c4d6e1428a521c0af8be6b2dd?o=163957098038127#" target="_blank" rel="noopener"&gt;Show details&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;And the details says:&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;"""&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;H2 id="modal-a83f9ba9-d1f9-489f-9647-2d2e6e172b6b"&gt;Details&lt;/H2&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;RPC has already been initialized in the current window. To minimize the opportunities for incompatible changes, only one RPC host can be initialized inside a global context&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;"""&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;How can I embed the dashboard? The above is not making sense to me.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 14:47:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/embedding-a-dashboard-in-databricks/m-p/157809#M2608</guid>
      <dc:creator>vvanag</dc:creator>
      <dc:date>2026-05-28T14:47:06Z</dc:date>
    </item>
    <item>
      <title>Problem rendering HTML in IPywidgets</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/problem-rendering-html-in-ipywidgets/m-p/157767#M2605</link>
      <description>&lt;P&gt;The below code works fine in Colab/VSCodium/JupyterNotebook&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import ipywidgets as widgets
from IPython.display import display, HTML

output = widgets.Output()

with output:
    display(HTML(some_html))

output&lt;/LI-CODE&gt;&lt;P&gt;But it does not work in Databricks&lt;/P&gt;&lt;P&gt;&lt;A title="Tabulator based file" href="https://drive.google.com/file/d/1LXqhEDFA5LwRqrhWXGJntitPqv66lCza/view?usp=drive_link" target="_self"&gt;testme.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 07:38:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/problem-rendering-html-in-ipywidgets/m-p/157767#M2605</guid>
      <dc:creator>vvanag</dc:creator>
      <dc:date>2026-05-28T07:38:03Z</dc:date>
    </item>
    <item>
      <title>Databricks excel plugin error</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/databricks-excel-plugin-error/m-p/157483#M2597</link>
      <description>&lt;P&gt;Hi, i have an error with the excel pluging.&lt;/P&gt;&lt;P&gt;It was working fine until today. I can login and browse the catalog but I get an error when trying to query any data. It seems like its sending in a blank warehouse id. I have choosen a warehouse and its running.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Anyone who knows what the reason can be?&lt;/P&gt;&lt;P&gt;Error message:&lt;BR /&gt;&lt;SPAN&gt;Excel operation failed in TableSelector: {"ok":false,"status":400,"statusText":"","json":{"error_code":"&lt;STRONG&gt;INVALID_PARAMETER_VALUE","message":"INVALID_PARAMETER_VALUE: is not a valid endpoint id."&lt;/STRONG&gt;},"body":{},"statement":"SELECT `report_concept_id`, `code`, `name_no`, `name_en` FROM `tower-cs_dev_base`.`heartbeat`.`report_concept` LIMIT 1000",&lt;STRONG&gt;"warehouseId":""&lt;/STRONG&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2026 10:57:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/databricks-excel-plugin-error/m-p/157483#M2597</guid>
      <dc:creator>oyslan</dc:creator>
      <dc:date>2026-05-22T10:57:55Z</dc:date>
    </item>
  </channel>
</rss>

