<?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>topic Re: AI/BI Dashboard pivot export: Excel in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/ai-bi-dashboard-pivot-export-excel/m-p/165373#M2679</link>
    <description>&lt;P&gt;&lt;FONT size="3"&gt;Hi Anmolhhns,&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;AIBI generally exports the underlying dataset tied to that visual across all defined hierarchy fields ignoring whether row or column groups are currently collapsed in it. You can follow below&lt;/FONT&gt;&lt;/DIV&gt;&lt;H3&gt;&lt;FONT size="3"&gt;Parameter-Driven Aggregation&lt;/FONT&gt;&lt;/H3&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;You can shift the aggregation logic upstream into your dataset definition using a single-value dashboard parameter&amp;nbsp;to preserve a single pivot visual while controlling the export granularity.&lt;/FONT&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;You attach a single-select dropdown parameter (controlling depth between Outlet, Date, or Day) to the dashboard and pass it directly into the dataset SQL. Inside the query, conditional grouping logic evaluates the selected parameter value and dynamically groups the data only by the dimensions required for that specific detail level.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;When a user selects a granularity level from the dashboard filter, the query re-aggregates and returns a dataset strictly at that depth. Because the pivot table's underlying result set now only contains data for the active level exporting to Excel outputs the exact aggregation displayed on the visual.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;Its &lt;STRONG&gt;recommended&lt;/STRONG&gt; as it keeps the dashboard canvas clean with a single visual avoiding client-side rendering bottlenecks on big collapsed datasets and guarantees export consistency.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT size="3"&gt;Multiple Dedicated Widgets&lt;/FONT&gt;&lt;/H3&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;You can create distinct dataset queries pre-aggregated at each individual hierarchy level and surface them through separate pivot widgets on the canvas&amp;nbsp;if requiring users to toggle a parameter dropdown prior to exporting isn't feasible for you.&lt;/FONT&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;You display side-by-side pivot tables (Widget 1 for top-level Outlet, Widget 2 for Outlet + Date, Widget 3 for full detail). Users navigate to the visual that matches their target detail level and click export on that specific widget.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;While it eliminates parameter selection steps before downloading, it takes up significantly more dashboard complexity and multiplies widget maintenance if underlying schema definitions change.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;If maintaining a single, unified pivot visual is the primary need, setting up &lt;STRONG&gt;parameter-driven aggregation&lt;/STRONG&gt; at the dataset level is the &lt;STRONG&gt;robust&lt;/STRONG&gt; approach.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 11 Aug 2026 13:14:26 GMT</pubDate>
    <dc:creator>balajij8</dc:creator>
    <dc:date>2026-08-11T13:14:26Z</dc:date>
    <item>
      <title>AI/BI Dashboard pivot export: Excel</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/ai-bi-dashboard-pivot-export-excel/m-p/165347#M2676</link>
      <description>&lt;P&gt;Hey, currently we have an AI/BI Dashboard pivot table with a row hierarchy such as: outlet-&amp;gt;date-&amp;gt;day&lt;BR /&gt;In the dashboard, users can expand/collapse the hierarchy and may be viewing only the top-level outlet aggregation.&lt;BR /&gt;However, when downloading the pivot to Excel, the export includes the lower hierarchy levels (date, day) even when those levels are currently collapsed in the dashboard.&lt;BR /&gt;In Power BI, users can export “Data with current layout”, where the export reflects the hierarchy level currently visible in the visual.&lt;BR /&gt;&lt;BR /&gt;Questions:&lt;BR /&gt;1. Is there any native Databricks AI/BI Dashboard option to export a pivot table at the currently expanded/collapsed level?&lt;BR /&gt;2. Is there an equivalent to Power BI’s “Data with current layout”?&lt;BR /&gt;3. If not, is parameter-driven aggregation at the dataset/query level the recommended workaround, or is there another supported approach that preserves a single pivot visual?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 10:59:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/ai-bi-dashboard-pivot-export-excel/m-p/165347#M2676</guid>
      <dc:creator>anmolhhns</dc:creator>
      <dc:date>2026-08-11T10:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: AI/BI Dashboard pivot export: Excel</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/ai-bi-dashboard-pivot-export-excel/m-p/165373#M2679</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;Hi Anmolhhns,&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;AIBI generally exports the underlying dataset tied to that visual across all defined hierarchy fields ignoring whether row or column groups are currently collapsed in it. You can follow below&lt;/FONT&gt;&lt;/DIV&gt;&lt;H3&gt;&lt;FONT size="3"&gt;Parameter-Driven Aggregation&lt;/FONT&gt;&lt;/H3&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;You can shift the aggregation logic upstream into your dataset definition using a single-value dashboard parameter&amp;nbsp;to preserve a single pivot visual while controlling the export granularity.&lt;/FONT&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;You attach a single-select dropdown parameter (controlling depth between Outlet, Date, or Day) to the dashboard and pass it directly into the dataset SQL. Inside the query, conditional grouping logic evaluates the selected parameter value and dynamically groups the data only by the dimensions required for that specific detail level.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;When a user selects a granularity level from the dashboard filter, the query re-aggregates and returns a dataset strictly at that depth. Because the pivot table's underlying result set now only contains data for the active level exporting to Excel outputs the exact aggregation displayed on the visual.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;Its &lt;STRONG&gt;recommended&lt;/STRONG&gt; as it keeps the dashboard canvas clean with a single visual avoiding client-side rendering bottlenecks on big collapsed datasets and guarantees export consistency.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT size="3"&gt;Multiple Dedicated Widgets&lt;/FONT&gt;&lt;/H3&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;You can create distinct dataset queries pre-aggregated at each individual hierarchy level and surface them through separate pivot widgets on the canvas&amp;nbsp;if requiring users to toggle a parameter dropdown prior to exporting isn't feasible for you.&lt;/FONT&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;You display side-by-side pivot tables (Widget 1 for top-level Outlet, Widget 2 for Outlet + Date, Widget 3 for full detail). Users navigate to the visual that matches their target detail level and click export on that specific widget.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;While it eliminates parameter selection steps before downloading, it takes up significantly more dashboard complexity and multiplies widget maintenance if underlying schema definitions change.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;If maintaining a single, unified pivot visual is the primary need, setting up &lt;STRONG&gt;parameter-driven aggregation&lt;/STRONG&gt; at the dataset level is the &lt;STRONG&gt;robust&lt;/STRONG&gt; approach.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Aug 2026 13:14:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/ai-bi-dashboard-pivot-export-excel/m-p/165373#M2679</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-08-11T13:14:26Z</dc:date>
    </item>
  </channel>
</rss>

