<?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: Gen2 Dataflows - Again appear to have serious issues. in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3683547#M1827</link>
    <description>&lt;P&gt;I created a support ticket,&amp;nbsp;&lt;SPAN&gt;2402060040005927. However, after investigating, think I have identified the root cause. When creating a function, I'm adding a Blank Query and then pasting the M code into the Blank Query definition. That apparently is the root cause. And from that point on, I'm toast. When returning to the dataflow now, the Enable Staging option on that newly created function is disabled, but.....is apparently set to true. And bam, the error is there and cannot be resolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To create a function correctly, add a Blank Query and go through without changing. When in the dataflow screen, after creating the let Source = "" in Source query, uncheck the Enable Staging option. Then edit that query with the function definition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It would be interesting to see if someone else sees the same behaviour in their Fabric tenant.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2024 15:58:27 GMT</pubDate>
    <dc:creator>MartinMason</dc:creator>
    <dc:date>2024-02-06T15:58:27Z</dc:date>
    <item>
      <title>Gen2 Dataflows - Again appear to have serious issues.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3681881#M1820</link>
      <description>&lt;P&gt;So there's this function that does nothing more than convert a date to a Timecard Period Id.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;let 
  GetTimeCardPeriodId = (DateToDetermine as date) =&amp;gt; let
    ElapsedDays = Duration.Days(DateToDetermine - #date(2017, 8, 27)),
    TimeCardPeriodId = if ElapsedDays &amp;lt; 0 then null else Number.IntegerDivide(ElapsedDays, 14) + 1
  in
    TimeCardPeriodId
in 
  GetTimeCardPeriodId&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The function is not referenced anywhere else in the dataflow now because my frustration level has reached an epic level. When the dataflow executes, the dataflow fails because it looks like the Gen2 Dataflow is trying to save the function output to .... somewhare. The following error is returned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The error returned on this "function" is the following.&lt;/P&gt;&lt;P&gt;104100 Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: Expression.Error: We can't convert values of this type to JSON. Details: Reason = Expression.Error;Microsoft.Data.Mashup.Error.Context = User&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm going to be fired for choosing Fabric. As our data resides on on-prem SQL Servers, Gen2 Dataflows are our only option. And this technology is truly twice as crappy as Gen1 dataflows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help? What am I doing incorrectly? The same dataflow has another function that generates a generic date dimension table that doesn't cause any issues. The only difference between the two functions is that one was written seven months ago when Gen2 Dataflows probably didn't have an error that they now probably contain.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 04:44:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3681881#M1820</guid>
      <dc:creator>MartinMason</dc:creator>
      <dc:date>2024-02-06T04:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflows - Again appear to have serious issues.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3682083#M1822</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="360211" data-lia-user-login="MartinMason" class="lia-mention lia-mention-user"&gt;MartinMason&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Apologies for the issue you have been facing. I would like to check are you still facing this issue?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's difficult to tell what could be the reason for this performance.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I'd highly recommend reaching out to our support team by raising a support ticket so an engineer can take a closer look at your situation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.fabric.microsoft.com/support" target="_blank" rel="nofollow noopener noreferrer"&gt;https://support.fabric.microsoft.com/support&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 06:53:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3682083#M1822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-06T06:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflows - Again appear to have serious issues.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3683547#M1827</link>
      <description>&lt;P&gt;I created a support ticket,&amp;nbsp;&lt;SPAN&gt;2402060040005927. However, after investigating, think I have identified the root cause. When creating a function, I'm adding a Blank Query and then pasting the M code into the Blank Query definition. That apparently is the root cause. And from that point on, I'm toast. When returning to the dataflow now, the Enable Staging option on that newly created function is disabled, but.....is apparently set to true. And bam, the error is there and cannot be resolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To create a function correctly, add a Blank Query and go through without changing. When in the dataflow screen, after creating the let Source = "" in Source query, uncheck the Enable Staging option. Then edit that query with the function definition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It would be interesting to see if someone else sees the same behaviour in their Fabric tenant.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 15:58:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3683547#M1827</guid>
      <dc:creator>MartinMason</dc:creator>
      <dc:date>2024-02-06T15:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflows - Again appear to have serious issues.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3688090#M1852</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="360211" data-lia-user-login="MartinMason" class="lia-mention lia-mention-user"&gt;MartinMason&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I would like to check once again with you,&amp;nbsp;whether your issue was resolved? Or still support team is looking into your issue?&lt;BR /&gt;&lt;BR /&gt;Incase if any help is required from my end, let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Gopi Krishna Chenna&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 10:56:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3688090#M1852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-08T10:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflows - Again appear to have serious issues.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3688459#M1859</link>
      <description>&lt;P&gt;It's been resolved. It's impossible to create the situation I was running into two days ago because now when you try to publish a dataflow and a function is created with Enable Staging checked (option was disabled for functions two days ago), you get an error that at least one of the queries in the dataflow does not contain a schema.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 13:32:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3688459#M1859</guid>
      <dc:creator>MartinMason</dc:creator>
      <dc:date>2024-02-08T13:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflows - Again appear to have serious issues.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3688625#M1862</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="360211" data-lia-user-login="MartinMason" class="lia-mention lia-mention-user"&gt;MartinMason&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Glad to know your query got resolved. &lt;BR /&gt;Please continue using Fabric Community for your further queries.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 14:42:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3688625#M1862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-08T14:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflows - Again appear to have serious issues.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3740416#M2265</link>
      <description>&lt;P&gt;That makes two of us, frustration-wise.&amp;nbsp; Testing right now my DF that contains the DimTable generating function...&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 15:08:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3740416#M2265</guid>
      <dc:creator>Element115</dc:creator>
      <dc:date>2024-03-04T15:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflows - Again appear to have serious issues.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3740426#M2267</link>
      <description>&lt;P&gt;Nope... still works on my end... publish+refresh and no errors.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 15:11:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/3740426#M2267</guid>
      <dc:creator>Element115</dc:creator>
      <dc:date>2024-03-04T15:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflows - Again appear to have serious issues.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/4398426#M4827</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Thanks man, you've saved me a lot of time.&lt;/P&gt;&lt;P&gt;Apprently this seems to be an issue (again?) still.&lt;/P&gt;&lt;P&gt;I was getting this issue while using a query as variable e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;Source = Date.Month(Date.AddMonths(Date.From(DateTime.LocalNow()), -1)) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;in &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;Source&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;​Staging is enabled by Default when creating a blank query but i was in Fact able to just disable staging and fix the issue.&lt;SPAN&gt;However in the PowerQuery Editor it obviously worked fine and just as soon as i hit refresh it published successfully but failed loading.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TLDR; if you're using a custom (blank) query to output anything else than an actual Table you have to &lt;U&gt;disable Staging&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 14:59:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflows-Again-appear-to-have-serious-issues/m-p/4398426#M4827</guid>
      <dc:creator>Timal</dc:creator>
      <dc:date>2025-02-06T14:59:02Z</dc:date>
    </item>
  </channel>
</rss>

