<?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: Move email attached Excel file to Fabric Lakehouse in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Move-email-attached-Excel-file-to-Fabric-Lakehouse/m-p/4883587#M13656</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/686932"&gt;@amaaiia&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, this scenario is possible, and a few teams I’ve worked with are doing it already — but right now there is &lt;STRONG&gt;no direct action in Power Automate that writes an email attachment straight into a Fabric Lakehouse&lt;/STRONG&gt;. That connector doesn’t exist yet. Because of that, every working solution today uses a small “bridge” before the file lands in Fabric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SharePoint works, as you already found, but if you want to avoid SharePoint, the simplest and cleanest approach we’ve used is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Send the attachment to a Storage account first&lt;/STRONG&gt;, then let Fabric take over from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power Automate can natively write files into ADLS Gen2 using “Create file (Blob Storage),” and once the file is in storage, you have full control in Fabric — pipelines, Dataflows Gen2, or even Autoloader-style ingestion if you’re using shortcuts or watchers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The nice thing is:&lt;BR /&gt;Power Automate → Storage → Fabric&lt;BR /&gt;is fast, reliable, and avoids having to maintain SharePoint folders just for staging.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment, there’s just no “write to Lakehouse” connector, so going through Storage is the closest to a direct path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Microsoft adds a native Lakehouse connector in Power Automate, this flow will get much simpler. But for now, storage is the most practical and production-safe option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want, I can share a small example Power Automate flow we use for email-to-storage ingestion.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;– Gopi Krishna&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Nov 2025 06:32:54 GMT</pubDate>
    <dc:creator>Ugk161610</dc:creator>
    <dc:date>2025-11-24T06:32:54Z</dc:date>
    <item>
      <title>Move email attached Excel file to Fabric Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Move-email-attached-Excel-file-to-Fabric-Lakehouse/m-p/4880770#M13595</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Has anyone ever implemented a use case to trigger the receipt of an email and launch a Power Automate flow to move the attached Excel file to a lakehouse within Fabric?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want Fabric to be the destination, but I want to manage that trigger with Power Automate, and from there dump the Excel file to Fabric. I can do this if I use Sharepoint as an stagging repository before dumping it to Fabric, but I would like to know if there is a direct way to dump the Excel file from the email to Fabric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 09:19:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Move-email-attached-Excel-file-to-Fabric-Lakehouse/m-p/4880770#M13595</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2025-11-20T09:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Move email attached Excel file to Fabric Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Move-email-attached-Excel-file-to-Fabric-Lakehouse/m-p/4880819#M13598</link>
      <description>&lt;P&gt;Hi amaaiia,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if an instant trigger is optional, you can poll the inbox frequently (say every 5 mins) using the Power Query Exchange Connector within Dataflows Gen 2. This connects directly to your Exchange/Outlook inbox, filters emails by sender, subject, folder path, expands attachments (Excel, CSV, etc.), loads directly into Lakehouse tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you'd like to stick with Power Automate to be the trigger, there's currently no native Fabric Lakehouse connector in Power Automate. However, there are workable patterns:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H2&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Option 1: Power Automate → OneLake REST API&lt;/STRONG&gt;​&lt;/FONT&gt;&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Trigger: "When a new email arrives" in Power Automate&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Get attachment content&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;HTTP with Microsoft Entra ID (preauthorized)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;premium connector&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Call OneLake REST API to write file directly to Lakehouse Files area&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Connection requires two URLs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;Base resource URL:&amp;nbsp;&lt;A href="https://storage.fabric.microsoft.com" target="_blank" rel="noopener"&gt;https://storage.fabric.microsoft.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;Microsoft Entra ID resource URL:&amp;nbsp;&lt;A href="https://storage.fabric.microsoft.com" target="_blank" rel="noopener"&gt;https://storage.fabric.microsoft.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;This writes the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;file&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to Lakehouse Files, not directly to tables. You'd still need a subsequent Fabric pipeline or notebook to parse Excel → tables.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Option 2: Power Automate → Fabric Eventstream&lt;/STRONG&gt;​&lt;/FONT&gt;&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Use Power Automate "Send Event" action with Event Hub protocol&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Send attachment metadata/content to Fabric Eventstream&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Eventstream routes to Lakehouse&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Best for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;streaming scenarios&lt;/STRONG&gt;, less ideal for file attachments&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;BR /&gt;Option 3: Hybrid Approach (What Most Do)&lt;/STRONG&gt;&lt;/FONT&gt;​&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Power Automate saves attachment to SharePoint (as you mentioned)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Fabric Dataflow/Pipeline picks up from SharePoint&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;This is the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;most common pattern&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;because:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;SharePoint connector is native and free&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Provides audit trail and versioning&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Simplifies error handling&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;BR /&gt;Btw, there is already an active idea/suggestion submitted to fabric team, details are here:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Email-data-directly-into-a-lakehouse/idi-p/4725939" target="_blank" rel="noopener"&gt;https://community.fabric.microsoft.com/t5/Fabric-Ideas/Email-data-directly-into-a-lakehouse/idi-p/4725939&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I suggest you vote for this too.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Hope that helps&lt;/P&gt;&lt;P class=""&gt;Onur&lt;/P&gt;&lt;DIV&gt;&lt;HR /&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;If this post helped you, feel free to give it some &lt;STRONG&gt;Kudos&lt;/STRONG&gt;! &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;And if it answered your question, please mark it as the &lt;EM&gt;accepted solution&lt;/EM&gt;.&lt;/P&gt;&lt;HR /&gt;&lt;/DIV&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 09:56:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Move-email-attached-Excel-file-to-Fabric-Lakehouse/m-p/4880819#M13598</guid>
      <dc:creator>OnurOz</dc:creator>
      <dc:date>2025-11-20T09:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Move email attached Excel file to Fabric Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Move-email-attached-Excel-file-to-Fabric-Lakehouse/m-p/4883587#M13656</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/686932"&gt;@amaaiia&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, this scenario is possible, and a few teams I’ve worked with are doing it already — but right now there is &lt;STRONG&gt;no direct action in Power Automate that writes an email attachment straight into a Fabric Lakehouse&lt;/STRONG&gt;. That connector doesn’t exist yet. Because of that, every working solution today uses a small “bridge” before the file lands in Fabric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SharePoint works, as you already found, but if you want to avoid SharePoint, the simplest and cleanest approach we’ve used is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Send the attachment to a Storage account first&lt;/STRONG&gt;, then let Fabric take over from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power Automate can natively write files into ADLS Gen2 using “Create file (Blob Storage),” and once the file is in storage, you have full control in Fabric — pipelines, Dataflows Gen2, or even Autoloader-style ingestion if you’re using shortcuts or watchers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The nice thing is:&lt;BR /&gt;Power Automate → Storage → Fabric&lt;BR /&gt;is fast, reliable, and avoids having to maintain SharePoint folders just for staging.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment, there’s just no “write to Lakehouse” connector, so going through Storage is the closest to a direct path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Microsoft adds a native Lakehouse connector in Power Automate, this flow will get much simpler. But for now, storage is the most practical and production-safe option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want, I can share a small example Power Automate flow we use for email-to-storage ingestion.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;– Gopi Krishna&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 06:32:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Move-email-attached-Excel-file-to-Fabric-Lakehouse/m-p/4883587#M13656</guid>
      <dc:creator>Ugk161610</dc:creator>
      <dc:date>2025-11-24T06:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Move email attached Excel file to Fabric Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Move-email-attached-Excel-file-to-Fabric-Lakehouse/m-p/4883983#M13676</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/686932"&gt;@amaaiia&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Forum Community.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1355677"&gt;@OnurOz&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/920086"&gt;@Ugk161610&lt;/a&gt;&amp;nbsp;Thanks for the inputs.&lt;/P&gt;
&lt;P&gt;I hope the information provided by users was helpful. If you still have questions, please don't hesitate to reach out to the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 11:35:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Move-email-attached-Excel-file-to-Fabric-Lakehouse/m-p/4883983#M13676</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-11-24T11:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Move email attached Excel file to Fabric Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Move-email-attached-Excel-file-to-Fabric-Lakehouse/m-p/4887362#M13729</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/686932"&gt;@amaaiia&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope everything’s going smoothly on your end. I wanted to check if the issue got sorted. if you have any other issues please reach community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 08:25:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Move-email-attached-Excel-file-to-Fabric-Lakehouse/m-p/4887362#M13729</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-11-27T08:25:43Z</dc:date>
    </item>
  </channel>
</rss>

