<?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: Not able to save destination settings for Dataflow Gen2 in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3827690#M2671</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Antoine&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your prompt attension and solution - works like a charm!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I add it as a solution in the forum or would you rather just deploy the fix?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2024 13:41:43 GMT</pubDate>
    <dc:creator>ThomasPyndt</dc:creator>
    <dc:date>2024-04-10T13:41:43Z</dc:date>
    <item>
      <title>Not able to save destination settings for Dataflow Gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3819146#M2653</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a Dataflow Gen2 to obtain a bunch of different CSV files, all of them more or less like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
  Source = Csv.Document(Web.Contents("https://api.XXXXX.com/reports/BLD?apiToken=YYYYYYY"), [Delimiter = ",", Encoding = 65001, QuoteStyle = QuoteStyle.None]),
  #"Promoted Headers" = Table.PromoteHeaders(Source, [PromoteAllScalars = true]),
  #"Changed column type" = Table.TransformColumnTypes(#"Promoted Headers", {{"Fuel Price", type number}, {"Lifting ID", Int64.Type}})

in
#"Changed column type"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the data flow destination I am choosing a Lakehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works fine for 25 out of 27, but for two of them, I cannot get past the "Choose destination settings" screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I click "save settings", nothing happens&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;I got tired of trying to fix it, so I moved on to some of the other CSV documents, which worked like a charm, but when returning to the two they both get stuck at the am. screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone experienced this? Is there a known issue here?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 11:13:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3819146#M2653</guid>
      <dc:creator>ThomasPyndt</dc:creator>
      <dc:date>2024-04-08T11:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to save destination settings for Dataflow Gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3820024#M2654</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="212853" data-lia-user-login="ThomasPyndt" class="lia-mention lia-mention-user"&gt;ThomasPyndt&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Would you mind sharing a session id of a repro with me by private message ?&lt;/P&gt;&lt;P&gt;It can be found on the ribbon menu under "Options" then "Diagnostics". You can the right click and copy the value.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 14:04:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3820024#M2654</guid>
      <dc:creator>anros</dc:creator>
      <dc:date>2024-04-08T14:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to save destination settings for Dataflow Gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3826796#M2669</link>
      <description>&lt;P&gt;For reference if anyone else face this issue in the next 2 weeks, this is currently a bug as all the columns contain a space.&lt;/P&gt;&lt;P&gt;This issue will be treated with high priority but as a workaround, make sure at least one column does not contain a space when loading to Lakehouse.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Antoine&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 10:22:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3826796#M2669</guid>
      <dc:creator>anros</dc:creator>
      <dc:date>2024-04-10T10:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to save destination settings for Dataflow Gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3827690#M2671</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Antoine&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your prompt attension and solution - works like a charm!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I add it as a solution in the forum or would you rather just deploy the fix?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 13:41:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3827690#M2671</guid>
      <dc:creator>ThomasPyndt</dc:creator>
      <dc:date>2024-04-10T13:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to save destination settings for Dataflow Gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3828078#M2673</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="212853" data-lia-user-login="ThomasPyndt" class="lia-mention lia-mention-user"&gt;ThomasPyndt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Glad that you got some insights on your query.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please continue using Fabric Community on your further queries.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 17:19:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3828078#M2673</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-04-10T17:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to save destination settings for Dataflow Gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3830254#M2678</link>
      <description>&lt;P&gt;Fix is being rolled out and should be available next week in all regions&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 09:24:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Not-able-to-save-destination-settings-for-Dataflow-Gen2/m-p/3830254#M2678</guid>
      <dc:creator>anros</dc:creator>
      <dc:date>2024-04-11T09:24:25Z</dc:date>
    </item>
  </channel>
</rss>

