<?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: Power BI Premium Accessing Trino Datasets (2 Billion Rows × 3 Columns / 3 Million Rows × 800 Col in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Premium-Accessing-Trino-Datasets-2-Billion-Rows-3/m-p/5143853#M64830</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1249375"&gt;@Rita2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Checking in to see if your issue has been resolved. let us know if you still need any assistance.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Apr 2026 03:29:31 GMT</pubDate>
    <dc:creator>v-saisrao-msft</dc:creator>
    <dc:date>2026-04-06T03:29:31Z</dc:date>
    <item>
      <title>Power BI Premium Accessing Trino Datasets (2 Billion Rows × 3 Columns / 3 Million Rows × 800 Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Premium-Accessing-Trino-Datasets-2-Billion-Rows-3/m-p/5140887#M64793</link>
      <description>&lt;DIV&gt;&lt;DIV class=""&gt;We use Power BI Premium Gen2, connect to Trino data source via DirectQuery/Import modes, and need to access two types of data for report development. We kindly request official confirmation on the following:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;Dataset ①: 2 Billion Rows × 3 Columns (Narrow Table); Dataset ②: 3 Million Rows × 800 Columns (Ultra-Wide Table&lt;/LI&gt;&lt;LI&gt;Does Power BI Premium officially support the access of these two datasets?&lt;/LI&gt;&lt;LI&gt;Performance impacts, official risk thresholds and recommended solutions under DirectQuery/Import modes.&lt;/LI&gt;&lt;LI&gt;2 Billion Rows × 3 Columns: DirectQuery supportability, whether Import mode exceeds upper limit, and performance impacts.&lt;/LI&gt;&lt;LI&gt;3 Million Rows × 800 Columns: Whether 800 columns are supported, performance impacts, official safe column count and optimization solutions.&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;Clarify support conclusion, performance risks, scenario-specific best practices and whether preprocessing is needed on Trino side.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Mar 2026 07:16:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Premium-Accessing-Trino-Datasets-2-Billion-Rows-3/m-p/5140887#M64793</guid>
      <dc:creator>Rita2</dc:creator>
      <dc:date>2026-03-30T07:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Premium Accessing Trino Datasets (2 Billion Rows × 3 Columns / 3 Million Rows × 800 Col</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Premium-Accessing-Trino-Datasets-2-Billion-Rows-3/m-p/5140977#M64796</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1249375"&gt;@Rita2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Power BI can handle large datasets, but Import mode is not suitable if data exceeds memory or refresh limits. For scenarios with very large datasets, such as 2 billion rows, DirectQuery or Hybrid mode is recommended. DirectQuery has a 1 million row limit per query and requires data aggregation, with performance depending on the source, so optimizing Trino is important. Microsoft recommends doing transformations, indexing, and pre-aggregation at the source for better performance. Wide tables with around 800 columns are supported, but visuals are limited to about 125 columns for large results, which can impact performance, so reducing columns and proper modeling are necessary. In Premium, some limits like row set size can be increased, but they must be managed according to the datasource and capacity to avoid performance issues.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-directquery-about#power-bi-data-connectivity-modes" target="_blank"&gt;DirectQuery in Power BI: When to Use, Limitations, Alternatives - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-use-directquery#directquery-benefits" target="_blank"&gt;Use DirectQuery in Power BI Desktop - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/guidance/directquery-model-guidance#optimize-data-source-performance" target="_blank"&gt;DirectQuery model guidance in Power BI Desktop - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/enterprise/powerbi/service-admin-premium-workloads#power-bi-settings" target="_blank"&gt;How to configure workloads in Power BI Premium - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 09:31:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Premium-Accessing-Trino-Datasets-2-Billion-Rows-3/m-p/5140977#M64796</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-03-30T09:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Premium Accessing Trino Datasets (2 Billion Rows × 3 Columns / 3 Million Rows × 800 Col</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Premium-Accessing-Trino-Datasets-2-Billion-Rows-3/m-p/5142778#M64816</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1249375"&gt;@Rita2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 04:18:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Premium-Accessing-Trino-Datasets-2-Billion-Rows-3/m-p/5142778#M64816</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-04-02T04:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Premium Accessing Trino Datasets (2 Billion Rows × 3 Columns / 3 Million Rows × 800 Col</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Premium-Accessing-Trino-Datasets-2-Billion-Rows-3/m-p/5143853#M64830</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1249375"&gt;@Rita2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Checking in to see if your issue has been resolved. let us know if you still need any assistance.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 03:29:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Premium-Accessing-Trino-Datasets-2-Billion-Rows-3/m-p/5143853#M64830</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-04-06T03:29:31Z</dc:date>
    </item>
  </channel>
</rss>

