<?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: Dataflow Gen 2  Error:MashupException.Error:Expression.Error: We cannot convert a value of type List in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen-2-Error-MashupException-Error-Expression-Error-We/m-p/4360777#M4755</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="825656" data-lia-user-login="Thyagarajulu99" class="lia-mention lia-mention-user"&gt;Thyagarajulu99&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message indicates that Dataflow Gen2 is trying to convert a List to a Table, which is an invalid operation. You can use the&lt;STRONG&gt; Table.FromList&lt;/STRONG&gt; function to correctly convert a List to a Table.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
    MyList = {1, 2, 3, 4, 5},
    MyTable = Table.FromList(MyList, Splitter.SplitByNothing(), null, null, ExtraValues.Error)
in
    MyTable&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details, you can refer to below document:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/powerquery-m/table-fromlist" target="_blank"&gt;Table.FromList - PowerQuery M | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt; Accept it as the solution&lt;/STRONG&gt; &lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2025 05:44:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-01-13T05:44:34Z</dc:date>
    <item>
      <title>Dataflow Gen 2  Error:MashupException.Error:Expression.Error: We cannot convert a value of type List</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen-2-Error-MashupException-Error-Expression-Error-We/m-p/4359154#M4751</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I created the Dataflow Gen2, which connects to the Azure Synapse On-Demand Database Server and refreshes the Lakehouse Delta tables using existing views on the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the Dataflow Gen2 is failing with the following error for a table:&lt;/P&gt;&lt;P&gt;'There was a problem refreshing the dataflow: Couldn't refresh the entity because of an issue with the mashup document. MashupException.Error: Expression.Error: We cannot convert a value of type List to type Table. Details: Reason = Expression.Error; ErrorCode = 10276; Value = {[...], [...]}'. Error code: Mashup Exception Expression Error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me to understand this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 16:38:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen-2-Error-MashupException-Error-Expression-Error-We/m-p/4359154#M4751</guid>
      <dc:creator>Thyagarajulu99</dc:creator>
      <dc:date>2025-01-10T16:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen 2  Error:MashupException.Error:Expression.Error: We cannot convert a value of type List</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen-2-Error-MashupException-Error-Expression-Error-We/m-p/4360777#M4755</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="825656" data-lia-user-login="Thyagarajulu99" class="lia-mention lia-mention-user"&gt;Thyagarajulu99&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message indicates that Dataflow Gen2 is trying to convert a List to a Table, which is an invalid operation. You can use the&lt;STRONG&gt; Table.FromList&lt;/STRONG&gt; function to correctly convert a List to a Table.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
    MyList = {1, 2, 3, 4, 5},
    MyTable = Table.FromList(MyList, Splitter.SplitByNothing(), null, null, ExtraValues.Error)
in
    MyTable&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details, you can refer to below document:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/powerquery-m/table-fromlist" target="_blank"&gt;Table.FromList - PowerQuery M | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt; Accept it as the solution&lt;/STRONG&gt; &lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 05:44:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen-2-Error-MashupException-Error-Expression-Error-We/m-p/4360777#M4755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-13T05:44:34Z</dc:date>
    </item>
  </channel>
</rss>

