<?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: Failed to see data in the lakehouse in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Failed-to-see-data-in-the-lakehouse/m-p/4789655#M5341</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="553324" data-lia-user-login="Emmanueldufour" class="lia-mention lia-mention-user"&gt;Emmanueldufour&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I’ve run into the same issue before and I can confirm it’s caused by invalid characters in either the table (query) name or the column names when writing from Dataflow Gen2 to a Lakehouse.&lt;BR /&gt;1.Sanitize all column names. In Power Query, add this step to ensure all column names contain only valid characters (letters, numbers, underscores).&lt;/P&gt;
&lt;PRE&gt;Table.TransformColumnNames(Source, each Text.Replace(Text.Replace(_, " ", "_"), "-", "_"))&lt;/PRE&gt;
&lt;P&gt;2.Rename the query/table name. Make sure your query name (on the left pane) is something simple like CustomerData &amp;nbsp;no spaces, dashes, or special characters.&lt;BR /&gt;3.Remove extra rows and promote headers properly. If your preview shows rows like -1, -, etc., remove them using Remove Top Rows, and then apply Use First Row as Headers to ensure clean structure.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Once I applied these changes and clicked “Save &amp;amp; run”, the dataflow refreshed successfully and loaded into the Lakehouse as expected.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Akhil.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Aug 2025 05:59:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-08-07T05:59:24Z</dc:date>
    <item>
      <title>Failed to see data in the lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Failed-to-see-data-in-the-lakehouse/m-p/4789002#M5339</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm started to test Fabric and i'm currently facing some issues when synchronized data from my data flow gen2 to my new LakeHouse :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I'm using a gateway as i alway did when i need to connect the data but for some reason, i'm not able to refresh .&lt;/P&gt;&lt;P&gt;The strange thing is when i open the dataflow, i'm able to see the data:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Here below the error message :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;There was a problem refreshing the dataflow: 'Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: Error in creating lakehouse table in a version, InnerException: Tables can only contain uppercase or lowercase letters, numbers or the underscore character., Underlying error: Tables can only contain uppercase or lowercase letters, numbers or the underscore character. Details: Reason = Expression.Error;ErrorCode = Lakehouse036;Message = Tables can only contain uppercase or lowercase letters, numbers or the underscore character.;Message.Format = Tables can only contain uppercase or lowercase letters, numbers or the underscore character.;ErrorCode = Lakehouse019;Microsoft.Data.Mashup.Error.Context = User GatewayObjectId: e3fd85b1-6a7a-476f-937e-3aa575684f8b'. Error code: 104100. (Request ID: 87d839f2-c4a7-4ce9-ab3a-3c34a4058604).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you already encounter this type of issue lately ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Emmanuel&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 13:20:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Failed-to-see-data-in-the-lakehouse/m-p/4789002#M5339</guid>
      <dc:creator>Emmanueldufour</dc:creator>
      <dc:date>2025-08-06T13:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to see data in the lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Failed-to-see-data-in-the-lakehouse/m-p/4789655#M5341</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="553324" data-lia-user-login="Emmanueldufour" class="lia-mention lia-mention-user"&gt;Emmanueldufour&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I’ve run into the same issue before and I can confirm it’s caused by invalid characters in either the table (query) name or the column names when writing from Dataflow Gen2 to a Lakehouse.&lt;BR /&gt;1.Sanitize all column names. In Power Query, add this step to ensure all column names contain only valid characters (letters, numbers, underscores).&lt;/P&gt;
&lt;PRE&gt;Table.TransformColumnNames(Source, each Text.Replace(Text.Replace(_, " ", "_"), "-", "_"))&lt;/PRE&gt;
&lt;P&gt;2.Rename the query/table name. Make sure your query name (on the left pane) is something simple like CustomerData &amp;nbsp;no spaces, dashes, or special characters.&lt;BR /&gt;3.Remove extra rows and promote headers properly. If your preview shows rows like -1, -, etc., remove them using Remove Top Rows, and then apply Use First Row as Headers to ensure clean structure.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Once I applied these changes and clicked “Save &amp;amp; run”, the dataflow refreshed successfully and loaded into the Lakehouse as expected.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Akhil.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 05:59:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Failed-to-see-data-in-the-lakehouse/m-p/4789655#M5341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-08-07T05:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to see data in the lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Failed-to-see-data-in-the-lakehouse/m-p/4789895#M5342</link>
      <description>&lt;P&gt;Thanks Akhil,&amp;nbsp;&lt;/P&gt;&lt;P&gt;It finally worked just like you suggested. I had to remove from all tables name the underscore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Emmanuel&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 09:26:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Failed-to-see-data-in-the-lakehouse/m-p/4789895#M5342</guid>
      <dc:creator>Emmanueldufour</dc:creator>
      <dc:date>2025-08-07T09:26:05Z</dc:date>
    </item>
  </channel>
</rss>

