<?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: Connecting a Power App to a Fabric warehouse repository in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4392211#M2444</link>
    <description>&lt;P&gt;Hi, thanks for your reply.&lt;/P&gt;&lt;P&gt;I'd like to understand better.&lt;/P&gt;&lt;P&gt;For writing data to a Fabric warehouse I could use the SQL Server connector of Power App, and from the Power App I could run a stored procedure having a INSERT/UPDATE/DELETE operation or launch a flow, isn't it?&lt;/P&gt;&lt;P&gt;Using a flow or Power Automate could cause low performance and perhaps also running a stored procedure.&lt;/P&gt;&lt;P&gt;Is it possible to execute a direct INSERT/UPDATE/DELETE operation using the SQL Server connector? Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2025 09:50:51 GMT</pubDate>
    <dc:creator>pmscorca</dc:creator>
    <dc:date>2025-02-03T09:50:51Z</dc:date>
    <item>
      <title>Connecting a Power App to a Fabric warehouse repository</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4391434#M2438</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to design a solution to migrate a SQL Server database to a Fabric warehouse with the goal to maintain the existing stored procedures. In this scenario, the Fabric warehouse represents the data repository and the front-end component should be represented by a Power App. In other terms, a Power App should allow to read from and write to a Fabric warehouse directly without any intermediate&amp;nbsp;data passages: so, if it occurs to use Dataverse&amp;nbsp;mandatorily, it is important that the data are saved in the warehouse and Dataverse should limit itself to create simply a link/shortcut against the Fabric warehouse data.&lt;/P&gt;&lt;P&gt;Now, is it possible to implement a such scenario in these terms (no data have to reside into Dataverse)? Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 22:01:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4391434#M2438</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-02-02T22:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting a Power App to a Fabric warehouse repository</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4391558#M2439</link>
      <description>&lt;P&gt;A Fabric Datawarehouse has a SQL endpoint.&amp;nbsp; Until recently that was read-only but i think that limitation has now been lifted.&amp;nbsp; In addition Fabric now offers its own SQL databases.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/database/sql/overview" target="_blank"&gt;SQL database Overview (Preview) - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE:&amp;nbsp; These are premium connectors so ALL your Power App users need a Premium license.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 02:15:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4391558#M2439</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-02-03T02:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting a Power App to a Fabric warehouse repository</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4392027#M2441</link>
      <description>&lt;P&gt;Ok. It is possible to write data on a Fabric warehouse, ok.&lt;/P&gt;&lt;P&gt;But the question is another one.&lt;/P&gt;&lt;P&gt;Is it possible for a Power App&amp;nbsp;reading from and writing to a Fabric warehouse &lt;U&gt;directly&lt;/U&gt; without any intermediate data passages, please? Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 08:25:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4392027#M2441</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-02-03T08:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting a Power App to a Fabric warehouse repository</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4392039#M2442</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The SQL analytics endpoint in Microsoft Fabric’s Warehouse supports read and write operations, unlike the SQL endpoint associated with a Lakehouse, which is read-only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give this a try. This is supported iin MS &amp;nbsp;Fabric currently capabilities:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Direct SQL Connectivity:&lt;BR /&gt;• Use Fabric Warehouse’s built-in SQL analytics endpoint (T-SQL compatible) with Power Apps’ SQL Server connector for read operations.&lt;BR /&gt;• Write data via stored procedures executed from Power Apps, bypassing Dataverse entirely.&lt;BR /&gt;2. Power Automate for Complex Writes:&lt;BR /&gt;• Trigger flows from Power Apps to run dynamic SQL queries (INSERT/UPDATE/DELETE) directly against Fabric Warehouse.&lt;BR /&gt;3. Stored Procedure Migration:&lt;BR /&gt;• Migrate SQL Server stored procedures to Fabric Warehouse after adjusting unsupported syntax (e.g., collations).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This approach won't need dataverse for data storage.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 08:32:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4392039#M2442</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-03T08:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting a Power App to a Fabric warehouse repository</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4392211#M2444</link>
      <description>&lt;P&gt;Hi, thanks for your reply.&lt;/P&gt;&lt;P&gt;I'd like to understand better.&lt;/P&gt;&lt;P&gt;For writing data to a Fabric warehouse I could use the SQL Server connector of Power App, and from the Power App I could run a stored procedure having a INSERT/UPDATE/DELETE operation or launch a flow, isn't it?&lt;/P&gt;&lt;P&gt;Using a flow or Power Automate could cause low performance and perhaps also running a stored procedure.&lt;/P&gt;&lt;P&gt;Is it possible to execute a direct INSERT/UPDATE/DELETE operation using the SQL Server connector? Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 09:50:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4392211#M2444</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-02-03T09:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting a Power App to a Fabric warehouse repository</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4392224#M2445</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you can write directly to Fabric Warehouse from Power Apps via the SQL Server connector under these conditions:&lt;BR /&gt;&lt;BR /&gt;• Requires tables to have enforced primary keys .&lt;BR /&gt;• Use Power Apps formulas like `Patch()` or `Remove()` for single-row operations.&lt;BR /&gt;Stored Procedures&amp;nbsp;Execute faster than Power Automate and avoid flow latency&amp;nbsp;&lt;BR /&gt;use Power Automate&amp;nbsp;&amp;nbsp;for complex/bulk operations or tables without primary keys (adds ~1–2s latency) .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please accept this answer ans give kudos is this is helpful&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 09:57:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Connecting-a-Power-App-to-a-Fabric-warehouse-repository/m-p/4392224#M2445</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-03T09:57:01Z</dc:date>
    </item>
  </channel>
</rss>

