<?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: DirectQuery with ClickHouse in Power BI Report Server? in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/DirectQuery-with-ClickHouse-in-Power-BI-Report-Server/m-p/4826395#M41902</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="883001" data-lia-user-login="V-yubandi-msft" class="lia-mention lia-mention-user"&gt;V-yubandi-msft&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Right now, trying to&amp;nbsp;&lt;STRONG&gt;Use a Paginated Report (RDL) on PBIRS via ODBC.&lt;BR /&gt;&lt;/STRONG&gt;I will let the community know if it had been successful.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Sep 2025 12:15:40 GMT</pubDate>
    <dc:creator>Dimitri_MM</dc:creator>
    <dc:date>2025-09-15T12:15:40Z</dc:date>
    <item>
      <title>DirectQuery with ClickHouse in Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/DirectQuery-with-ClickHouse-in-Power-BI-Report-Server/m-p/4824324#M41882</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’m trying to use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;DirectQuery&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with a ClickHouse data source in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Power BI Report Server&lt;/STRONG&gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Power BI Desktop&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;the ClickHouse connector lets me work in DirectQuery mode without any issues.&lt;BR /&gt;&lt;img /&gt;&lt;/LI&gt;&lt;LI&gt;However, the same connector is not available in Power BI Report Server.&lt;/LI&gt;&lt;LI&gt;The ClickHouse documentation (see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://clickhouse.com/docs/integrations/powerbi" target="_blank"&gt;https://clickhouse.com/docs/integrations/powerbi&lt;/A&gt;) suggests using an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ODBC&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;connection for the server version, but the ODBC driver only supports&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Import&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;mode.&lt;BR /&gt;&lt;img /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Because I’m dealing with several&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;billions of rows&lt;/STRONG&gt;, Import mode is not feasible for me.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can anyone confirm whether DirectQuery with ClickHouse is possible in Power BI Report Server?&lt;/STRONG&gt;&lt;BR /&gt;If it is supported, could you point me to the required steps or a suitable driver?&lt;BR /&gt;Otherwise, are there any work‑arounds to achieve near‑real‑time querying on such large datasets?&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 08:46:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/DirectQuery-with-ClickHouse-in-Power-BI-Report-Server/m-p/4824324#M41882</guid>
      <dc:creator>Dimitri_MM</dc:creator>
      <dc:date>2025-09-12T08:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: DirectQuery with ClickHouse in Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/DirectQuery-with-ClickHouse-in-Power-BI-Report-Server/m-p/4824650#M41887</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1353516" data-lia-user-login="Dimitri_MM" class="lia-mention lia-mention-user"&gt;Dimitri_MM&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;DirectQuery to ClickHouse is not supported in Power BI Report Server (PBIRS) today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PBIRS only supports DirectQuery for a specific set of built-in data sources, and ODBC in PBIRS is refresh/import only (no Live/DirectQuery). ClickHouse is not on the supported DirectQuery list, and custom connectors are not supported on PBIRS. See Microsoft’s PBIRS data source matrix for details (note ODBC shows no Live/DirectQuery, and ClickHouse is not listed) (&lt;A href="https://learn.microsoft.com/en-us/power-bi/report-server/data-sources" target="_blank" rel="noopener"&gt;Power BI report data sources in Power BI Report Server&lt;/A&gt;). The ClickHouse team also notes their ODBC path is import-only and recommends the native connector for DirectQuery, which targets Desktop + the cloud service via gateway, not PBIRS (&lt;A href="https://clickhouse.com/docs/integrations/powerbi" target="_blank" rel="noopener"&gt;ClickHouse Power BI integration&lt;/A&gt;). For history on custom connectors and PBIRS, see this Microsoft forum confirmation (&lt;A href="https://community.fabric.microsoft.com/t5/Report-Server/Can-Custom-Connectors-be-used-with-Power-BI-Report-Server/m-p/319388" target="_blank" rel="noopener"&gt;Custom connectors not supported in PBIRS&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What you can do instead&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Use a Paginated Report (RDL) on PBIRS via ODBC.&lt;/STRONG&gt;&lt;BR /&gt;Paginated reports execute queries at view time (effectively “live”). You can point Report Builder at the ClickHouse ODBC driver and get near-real-time results without importing billions of rows (&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/paginated-reports-odbc-support" target="_blank" rel="noopener"&gt;ODBC support for Paginated Reports&lt;/A&gt;). This is often the best PBIRS option for very large datasets.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;If the cloud is an option, use Power BI Service with the ClickHouse connector in DirectQuery.&lt;/STRONG&gt;&lt;BR /&gt;Build the report in Desktop using the official ClickHouse connector (DirectQuery) and publish to the Service with an on-premises data gateway (&lt;A href="https://clickhouse.com/docs/integrations/powerbi" target="_blank" rel="noopener"&gt;ClickHouse Power BI integration&lt;/A&gt;).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Stage to a PBIRS-supported DirectQuery source.&lt;/STRONG&gt;&lt;BR /&gt;Replicate only the required aggregates or filtered slices from ClickHouse into a source that PBIRS supports for DirectQuery (for example SQL Server, Oracle, Teradata, or PostgreSQL as listed here: &lt;A href="https://learn.microsoft.com/en-us/power-bi/report-server/data-sources" target="_blank" rel="noopener"&gt;PBIRS data source matrix&lt;/A&gt;). This keeps the PBIRS report interactive while ClickHouse remains your system of record.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, please mark this as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 14:10:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/DirectQuery-with-ClickHouse-in-Power-BI-Report-Server/m-p/4824650#M41887</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-09-12T14:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: DirectQuery with ClickHouse in Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/DirectQuery-with-ClickHouse-in-Power-BI-Report-Server/m-p/4826075#M41899</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1353516" data-lia-user-login="Dimitri_MM" class="lia-mention lia-mention-user"&gt;Dimitri_MM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Have you had a chance to review the response&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1340679" data-lia-user-login="tayloramy" class="lia-mention lia-mention-user"&gt;tayloramy&lt;/a&gt;&amp;nbsp; shared earlier. I hope it helped clarify your question. If you haven’t looked at it yet, please take a moment to check and let me know if you need any additional details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 08:42:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/DirectQuery-with-ClickHouse-in-Power-BI-Report-Server/m-p/4826075#M41899</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-09-15T08:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: DirectQuery with ClickHouse in Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/DirectQuery-with-ClickHouse-in-Power-BI-Report-Server/m-p/4826395#M41902</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="883001" data-lia-user-login="V-yubandi-msft" class="lia-mention lia-mention-user"&gt;V-yubandi-msft&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Right now, trying to&amp;nbsp;&lt;STRONG&gt;Use a Paginated Report (RDL) on PBIRS via ODBC.&lt;BR /&gt;&lt;/STRONG&gt;I will let the community know if it had been successful.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 12:15:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/DirectQuery-with-ClickHouse-in-Power-BI-Report-Server/m-p/4826395#M41902</guid>
      <dc:creator>Dimitri_MM</dc:creator>
      <dc:date>2025-09-15T12:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: DirectQuery with ClickHouse in Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/DirectQuery-with-ClickHouse-in-Power-BI-Report-Server/m-p/4826484#M41903</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1353516" data-lia-user-login="Dimitri_MM" class="lia-mention lia-mention-user"&gt;Dimitri_MM&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if it works well. If it does, please mark the answer here as the solution so that future community members can easily find it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, please mark this as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 13:27:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/DirectQuery-with-ClickHouse-in-Power-BI-Report-Server/m-p/4826484#M41903</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-09-15T13:27:37Z</dc:date>
    </item>
  </channel>
</rss>

