<?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: Facing Data Truncation Issues in Databricks Dashboards in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/facing-data-truncation-issues-in-databricks-dashboards/m-p/71313#M1362</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88335"&gt;@Akshay_Petkar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is simple in Databricks SQL, just uncheck LIMIT 1000 in the drop down.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.databricks.com/en/sql/get-started/visualize-data-tutorial.html" target="_blank"&gt;https://docs.databricks.com/en/sql/get-started/visualize-data-tutorial.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Limit 1000&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is selected by default for all queries to ensure that the query returns at most 1000 rows. If a query is saved with the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Limit 1000&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;setting, this setting applies to all executions of the query (including within dashboards). If you want to return all rows for this query, you can unselect&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;LIMIT 1000&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;by clicking the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Run (1000)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;drop-down. If you want to specify a different limit on the number of rows, you can add a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;LIMIT&lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;clause in your query with a value of your choice.&lt;/P&gt;
&lt;P&gt;The query result displays in the Results tab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same way in notebook you can click on download full results.&lt;/P&gt;
&lt;P&gt;But it won't preview the entire data on the UI.&lt;/P&gt;</description>
    <pubDate>Sat, 01 Jun 2024 11:51:23 GMT</pubDate>
    <dc:creator>NandiniN</dc:creator>
    <dc:date>2024-06-01T11:51:23Z</dc:date>
    <item>
      <title>Facing Data Truncation Issues in Databricks Dashboards</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/facing-data-truncation-issues-in-databricks-dashboards/m-p/71181#M1361</link>
      <description>&lt;P&gt;I'm encountering data truncation in my Databricks dashboards. I'm working with a large dataset, and the dashboard only displays a limited number of&amp;nbsp;(truncated) rows.&lt;BR /&gt;let's take a dataset containing 1 million sales records. The dashboard currently only displays a limited number of rows, which affects the accuracy of important metrics such as total sales. Is there a way to configure the dashboards to handle larger datasets and ensure that they display the complete picture, including all 1 million records in visualizations?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 10:44:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/facing-data-truncation-issues-in-databricks-dashboards/m-p/71181#M1361</guid>
      <dc:creator>Akshay_Petkar</dc:creator>
      <dc:date>2024-05-31T10:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Data Truncation Issues in Databricks Dashboards</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/facing-data-truncation-issues-in-databricks-dashboards/m-p/71313#M1362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88335"&gt;@Akshay_Petkar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is simple in Databricks SQL, just uncheck LIMIT 1000 in the drop down.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.databricks.com/en/sql/get-started/visualize-data-tutorial.html" target="_blank"&gt;https://docs.databricks.com/en/sql/get-started/visualize-data-tutorial.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Limit 1000&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is selected by default for all queries to ensure that the query returns at most 1000 rows. If a query is saved with the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Limit 1000&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;setting, this setting applies to all executions of the query (including within dashboards). If you want to return all rows for this query, you can unselect&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;LIMIT 1000&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;by clicking the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Run (1000)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;drop-down. If you want to specify a different limit on the number of rows, you can add a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;LIMIT&lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;clause in your query with a value of your choice.&lt;/P&gt;
&lt;P&gt;The query result displays in the Results tab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same way in notebook you can click on download full results.&lt;/P&gt;
&lt;P&gt;But it won't preview the entire data on the UI.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2024 11:51:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/facing-data-truncation-issues-in-databricks-dashboards/m-p/71313#M1362</guid>
      <dc:creator>NandiniN</dc:creator>
      <dc:date>2024-06-01T11:51:23Z</dc:date>
    </item>
  </channel>
</rss>

