<?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 Dataflow Gen2 Mashup Error in Fabric platform</title>
    <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179129#M27770</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Error Code: Mashup Exception Expression Error, Error Details: Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: Expression.Error: We cannot convert a value of type Table to type Text. Details: Reason = Expression.Error;ErrorCode = 10276;Value = #table({"Value"}, {});Microsoft.Data.Mashup.Error.Context&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm creating a new dataflow and I keep getting hit with this error. the problem is I'm not sure which step is causing it because when I run this query in pbix it works fine but it doesn't work as a dataflow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I think the problem&amp;nbsp;&lt;EM&gt;might&lt;/EM&gt; be at this step but I don't know how to resolve it as I need the data to come through as a table under the Issues field so that I can expand it and view the columns&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2026 07:08:30 GMT</pubDate>
    <dc:creator>RZidaj</dc:creator>
    <dc:date>2026-05-07T07:08:30Z</dc:date>
    <item>
      <title>Dataflow Gen2 Mashup Error</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179129#M27770</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Error Code: Mashup Exception Expression Error, Error Details: Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: Expression.Error: We cannot convert a value of type Table to type Text. Details: Reason = Expression.Error;ErrorCode = 10276;Value = #table({"Value"}, {});Microsoft.Data.Mashup.Error.Context&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm creating a new dataflow and I keep getting hit with this error. the problem is I'm not sure which step is causing it because when I run this query in pbix it works fine but it doesn't work as a dataflow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I think the problem&amp;nbsp;&lt;EM&gt;might&lt;/EM&gt; be at this step but I don't know how to resolve it as I need the data to come through as a table under the Issues field so that I can expand it and view the columns&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 07:08:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179129#M27770</guid>
      <dc:creator>RZidaj</dc:creator>
      <dc:date>2026-05-07T07:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen2 Mashup Error</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179340#M27787</link>
      <description>&lt;P&gt;Your "otherwise" branch needs to return a table stub, not null.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 12:25:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179340#M27787</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-05-07T12:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen2 Mashup Error</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179344#M27788</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="473241" data-lia-user-login="RZidaj" class="lia-mention lia-mention-user"&gt;RZidaj&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here looks like the issue is related to Dataflow Gen2 handling the Issues column as text during the refresh, while the function is actually returning a table.&lt;/P&gt;
&lt;P&gt;So please try explicitly keeping the column type as table and avoid returning null. Please try this below query:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Table.AddColumn(#"Filtered Rows", "Issues", each try fnGetAllIssues([Project Key]) otherwise #table({}, {}), type table)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also please check and remove any automatic changed type step for the Issues column if present.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 12:33:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179344#M27788</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2026-05-07T12:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen2 Mashup Error</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179350#M27789</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hey&amp;nbsp;&lt;STRONG&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="473241" data-lia-user-login="RZidaj" class="lia-mention lia-mention-user"&gt;RZidaj&lt;/a&gt;&lt;/STRONG&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;If you want the 'Issues' column to contain a nested table that you can later expand, use a row-context filter explicitly.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Example:&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;Table.AddColumn(
    #"Filtered Rows",
    "Issues",
    each
        try
            Table.SelectRows(
                fyleDetails,
                (x) =&amp;gt; x[Project Key] = [Project Key]
            )
        otherwise
            #table({}, {})
)&lt;/LI-CODE&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;This returns a proper table per row. Then you can safely expand 'Issues'.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;FONT size="2"&gt;Your current expression is effectively returning:&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="2"&gt;sometimes a List&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="2"&gt;sometimes a Table&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="2"&gt;sometimes null&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT size="2"&gt;Power BI Desktop tolerates this more than Dataflows do.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Dataflows require stronger type consistency during cloud refresh. In the updated expression, now the column is always a 'table' type.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Best,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Harshit&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 12:42:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179350#M27789</guid>
      <dc:creator>stoic-harsh</dc:creator>
      <dc:date>2026-05-07T12:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen2 Mashup Error</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179556#M27801</link>
      <description>&lt;P&gt;Thanks for explaining this to me clearly While your suggested query returned a different result than I was expecting (it returned only a single row of result as opposed to all rows) it helped me understand where my problem was&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 23:05:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179556#M27801</guid>
      <dc:creator>RZidaj</dc:creator>
      <dc:date>2026-05-07T23:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen2 Mashup Error</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179558#M27802</link>
      <description>&lt;P&gt;Thanks so much Anjan!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your suggested query returned the result (all rows). Unfortunately I pressed the solution button a bit too quick and I'm still getting the same mashup error when selecting save &amp;amp; run&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error Code: Mashup Exception Expression Error, Error Details: Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: Expression.Error: We cannot convert a value of type Table to type Text. Details: Reason = Expression.Error;ErrorCode = 10276;Value = #table({"Value"}, {});Microsoft.Data.Mashup.Error.Context =&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 23:09:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179558#M27802</guid>
      <dc:creator>RZidaj</dc:creator>
      <dc:date>2026-05-07T23:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen2 Mashup Error</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179562#M27803</link>
      <description>&lt;P&gt;I'm wondering if this could be the problem step&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I've just updated it to this below but it's also still returning the same error&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table.FromList(Source, Splitter.SplitByNothing(), {"PRs"}, #table({}, {}), ExtraValues.Error)&lt;/LI-CODE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 May 2026 23:22:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179562#M27803</guid>
      <dc:creator>RZidaj</dc:creator>
      <dc:date>2026-05-07T23:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen2 Mashup Error</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179815#M27814</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="473241" data-lia-user-login="RZidaj" class="lia-mention lia-mention-user"&gt;RZidaj&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here looks like the issue is still related to the PRs column. The Table.FromList step looks fine, please change the step back to:&lt;/P&gt;
&lt;P&gt;Table.FromList(Source, Splitter.SplitByNothing(), {"PRs"}, null, ExtraValues.Error)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error is likely happening in a later step during refresh. Please try removing any auto-generated Changed Type after the PR and Issues column is created and explicitly expand the columns directly after creation.&lt;/P&gt;
&lt;P&gt;Dataflow Gen2 refresh is somewhat stricter than desktop when handling the nested record or table values, so queries that work in PBIX preview can still fail during Save &amp;amp; Run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 11:50:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5179815#M27814</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2026-05-08T11:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen2 Mashup Error</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5180886#M27847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="473241" data-lia-user-login="RZidaj" class="lia-mention lia-mention-user"&gt;RZidaj&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to&amp;nbsp;check if the solution I have provided for the issue worked?&amp;nbsp;or let us know if you need any further assistance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 12:19:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5180886#M27847</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2026-05-11T12:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen2 Mashup Error</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5182354#M27908</link>
      <description>&lt;P&gt;Hi Anjan!&lt;BR /&gt;&lt;BR /&gt;Just letting you know that I found the issue and unfortunately it was actually rooted in my function. Once I changed the otherwise null in the function too, that's when the issue resolved. Thank you so much for checking if your solution worked!&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 03:14:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Dataflow-Gen2-Mashup-Error/m-p/5182354#M27908</guid>
      <dc:creator>RZidaj</dc:creator>
      <dc:date>2026-05-14T03:14:57Z</dc:date>
    </item>
  </channel>
</rss>

