<?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 - Append in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792713#M5366</link>
    <description>&lt;P&gt;when I click that&amp;nbsp;&lt;A href="https://support.fabric.microsoft.com/support/" target="_blank" rel="nofollow noopener noreferrer"&gt;Microsoft Fabric service status&lt;/A&gt;&amp;nbsp;, and I click Submit a ticket button, it opens up my Power BI / Fabric page, which I cannot submit any ticket. Probably my account does not have enough rights to submit a ticket.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Aug 2025 05:42:08 GMT</pubDate>
    <dc:creator>tan_thiamhuat</dc:creator>
    <dc:date>2025-08-11T05:42:08Z</dc:date>
    <item>
      <title>Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792305#M5349</link>
      <description>&lt;P&gt;I have this data pipeline which contains the Dataflow Gen2 and gets its inputDate for its API data:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tan_thiamhuat_0-1754832986006.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290019iD2631BDFAD36FDF7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tan_thiamhuat_0-1754832986006.png" alt="tan_thiamhuat_0-1754832986006.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tan_thiamhuat_1-1754833048694.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290021i2E628231E86A958A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tan_thiamhuat_1-1754833048694.png" alt="tan_thiamhuat_1-1754833048694.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The Dataflow uses Update method as Append:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tan_thiamhuat_2-1754833123759.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290022i7B982760E73EECB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tan_thiamhuat_2-1754833123759.png" alt="tan_thiamhuat_2-1754833123759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;That is, I want the SG_Rainfall data to be appended from StartDate (2025-05-01) to EndDate (2025-05-10).&lt;/P&gt;&lt;P&gt;However, when I query its data, I only has the last day data, that is only on 2025-05-10. Why?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tan_thiamhuat_3-1754833427924.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290027i6FDE7337C0B52CBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tan_thiamhuat_3-1754833427924.png" alt="tan_thiamhuat_3-1754833427924.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The whole of the pipeline was executed successfully as below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tan_thiamhuat_0-1754833700467.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290033iBC6A54E6B78BE4B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tan_thiamhuat_0-1754833700467.png" alt="tan_thiamhuat_0-1754833700467.png" /&gt;&lt;/span&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>Sun, 10 Aug 2025 13:48:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792305#M5349</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-10T13:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792495#M5351</link>
      <description>&lt;P&gt;A few things to check:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Go into the 'Recent runs' of the Dataflow and check those runs. In the parameters section of the Dataflow, check that the value passed is the value expected by your parameter. You can copy the value from the recent runs dialog and then paste it once you have your Dataflow open and the parameter just to see how things would run.
&lt;UL&gt;
&lt;LI&gt;Check that you're getting the correct response from the API&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Try to save the Dataflow again and redo the operation. You can also check with the REST API (&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/dataflow/items/get-dataflow-definition?tabs=HTTP" target="_blank"&gt;Items - Get Dataflow Definition - REST API (Dataflow) | Microsoft Learn&lt;/A&gt;) the contents of your mashup.pq file to see if the logic for your data destination query and its settings are correct (as outlined here&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-data-destinations-and-managed-settings#mashup-script-for-data-destination-queries" target="_blank"&gt;Dataflow Gen2 data destinations and managed settings - Microsoft Fabric | Microsoft Learn&lt;/A&gt;)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;From the screenshot we're missing what dates were passed and we don't also have sufficient information as to how the API for&amp;nbsp;&lt;A href="https://api.data.gov.sg/v1/environment/rainfall" target="_blank"&gt;https://api.data.gov.sg/v1/environment/rainfall&lt;/A&gt;&amp;nbsp;might work when you pass a date that is perhaps in the future- if you pass a date from December 2025, will it give you an empty result and perhaps thats why you're getting it? are the results of the notebook creating values that are not in the range that is expected?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Aug 2025 22:59:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792495#M5351</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2025-08-10T22:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792512#M5352</link>
      <description>&lt;P&gt;&amp;nbsp;"Activity name","Activity status","Error","Run start","Duration","Input","Output"&lt;BR /&gt;"Dataflow1","Succeeded","","8/10/2025, 8:52:20 PM","51s","{&lt;BR /&gt;""dataflowId"": ""db6968e7-d4db-46e4-8406-fd7857e5e5d8"",&lt;BR /&gt;""workspaceId"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""notifyOption"": ""NoNotification"",&lt;BR /&gt;""dataflowType"": ""DataflowFabric"",&lt;BR /&gt;""parameters"": {&lt;BR /&gt;""inputDate"": {&lt;BR /&gt;""value"": ""2025-05-10"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}","{&lt;BR /&gt;""jobInstanceId"": ""823f9c67-3347-4cb3-b596-23e05b0f1365"",&lt;BR /&gt;""rootActivityId"": ""8c0a284e-ea3c-468e-bc42-bb0fb68930fc"",&lt;BR /&gt;""executionDuration"": 47&lt;BR /&gt;}"&lt;BR /&gt;"Dataflow1","Succeeded","","8/10/2025, 8:51:30 PM","49s","{&lt;BR /&gt;""dataflowId"": ""db6968e7-d4db-46e4-8406-fd7857e5e5d8"",&lt;BR /&gt;""workspaceId"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""notifyOption"": ""NoNotification"",&lt;BR /&gt;""dataflowType"": ""DataflowFabric"",&lt;BR /&gt;""parameters"": {&lt;BR /&gt;""inputDate"": {&lt;BR /&gt;""value"": ""2025-05-09"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}","{&lt;BR /&gt;""jobInstanceId"": ""082dd81b-610f-4e50-8e65-680b4e467ea7"",&lt;BR /&gt;""rootActivityId"": ""507ca1f6-cd0e-4c25-bcd1-588518070800"",&lt;BR /&gt;""executionDuration"": 46&lt;BR /&gt;}"&lt;BR /&gt;"Dataflow1","Succeeded","","8/10/2025, 8:50:39 PM","50s","{&lt;BR /&gt;""dataflowId"": ""db6968e7-d4db-46e4-8406-fd7857e5e5d8"",&lt;BR /&gt;""workspaceId"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""notifyOption"": ""NoNotification"",&lt;BR /&gt;""dataflowType"": ""DataflowFabric"",&lt;BR /&gt;""parameters"": {&lt;BR /&gt;""inputDate"": {&lt;BR /&gt;""value"": ""2025-05-08"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}","{&lt;BR /&gt;""jobInstanceId"": ""596daeee-1374-43ea-bcf5-45f400a790b4"",&lt;BR /&gt;""rootActivityId"": ""9ae9c9f3-e2d3-4269-91f6-357bcb7ad3f8"",&lt;BR /&gt;""executionDuration"": 46&lt;BR /&gt;}"&lt;BR /&gt;"Dataflow1","Succeeded","","8/10/2025, 8:49:49 PM","50s","{&lt;BR /&gt;""dataflowId"": ""db6968e7-d4db-46e4-8406-fd7857e5e5d8"",&lt;BR /&gt;""workspaceId"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""notifyOption"": ""NoNotification"",&lt;BR /&gt;""dataflowType"": ""DataflowFabric"",&lt;BR /&gt;""parameters"": {&lt;BR /&gt;""inputDate"": {&lt;BR /&gt;""value"": ""2025-05-07"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}","{&lt;BR /&gt;""jobInstanceId"": ""0e1d813c-46bf-4d38-af50-b63b4ef7ca6a"",&lt;BR /&gt;""rootActivityId"": ""0c04ec58-8a0d-493b-aeff-2f1b3d01037f"",&lt;BR /&gt;""executionDuration"": 46&lt;BR /&gt;}"&lt;BR /&gt;"Dataflow1","Succeeded","","8/10/2025, 8:48:59 PM","49s","{&lt;BR /&gt;""dataflowId"": ""db6968e7-d4db-46e4-8406-fd7857e5e5d8"",&lt;BR /&gt;""workspaceId"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""notifyOption"": ""NoNotification"",&lt;BR /&gt;""dataflowType"": ""DataflowFabric"",&lt;BR /&gt;""parameters"": {&lt;BR /&gt;""inputDate"": {&lt;BR /&gt;""value"": ""2025-05-06"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}","{&lt;BR /&gt;""jobInstanceId"": ""8c3ba27f-df34-4e9e-9b5d-c0e6615aba36"",&lt;BR /&gt;""rootActivityId"": ""90ea7971-848a-418b-b3a9-c6f8ab695c3a"",&lt;BR /&gt;""executionDuration"": 46&lt;BR /&gt;}"&lt;BR /&gt;"Dataflow1","Succeeded","","8/10/2025, 8:47:58 PM","1m 0s","{&lt;BR /&gt;""dataflowId"": ""db6968e7-d4db-46e4-8406-fd7857e5e5d8"",&lt;BR /&gt;""workspaceId"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""notifyOption"": ""NoNotification"",&lt;BR /&gt;""dataflowType"": ""DataflowFabric"",&lt;BR /&gt;""parameters"": {&lt;BR /&gt;""inputDate"": {&lt;BR /&gt;""value"": ""2025-05-05"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}","{&lt;BR /&gt;""jobInstanceId"": ""aaf15235-a3b1-4951-bb93-004bfa7bd3c1"",&lt;BR /&gt;""rootActivityId"": ""10d3c16b-3743-467a-8b44-3ab0adb23079"",&lt;BR /&gt;""executionDuration"": 46&lt;BR /&gt;}"&lt;BR /&gt;"Dataflow1","Succeeded","","8/10/2025, 8:47:08 PM","49s","{&lt;BR /&gt;""dataflowId"": ""db6968e7-d4db-46e4-8406-fd7857e5e5d8"",&lt;BR /&gt;""workspaceId"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""notifyOption"": ""NoNotification"",&lt;BR /&gt;""dataflowType"": ""DataflowFabric"",&lt;BR /&gt;""parameters"": {&lt;BR /&gt;""inputDate"": {&lt;BR /&gt;""value"": ""2025-05-04"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}","{&lt;BR /&gt;""jobInstanceId"": ""445b66dd-717a-4bf4-bc56-5dea27e885d2"",&lt;BR /&gt;""rootActivityId"": ""8ba4a3ca-53e9-49c2-ad56-1c8b8c0f436b"",&lt;BR /&gt;""executionDuration"": 46&lt;BR /&gt;}"&lt;BR /&gt;"Dataflow1","Succeeded","","8/10/2025, 8:46:07 PM","59s","{&lt;BR /&gt;""dataflowId"": ""db6968e7-d4db-46e4-8406-fd7857e5e5d8"",&lt;BR /&gt;""workspaceId"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""notifyOption"": ""NoNotification"",&lt;BR /&gt;""dataflowType"": ""DataflowFabric"",&lt;BR /&gt;""parameters"": {&lt;BR /&gt;""inputDate"": {&lt;BR /&gt;""value"": ""2025-05-03"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}","{&lt;BR /&gt;""jobInstanceId"": ""7873aa15-8f63-40c0-8ab8-32bd3d045efe"",&lt;BR /&gt;""rootActivityId"": ""15f5ed25-a11f-4499-af23-a6b95cc158a4"",&lt;BR /&gt;""executionDuration"": 46&lt;BR /&gt;}"&lt;BR /&gt;"Dataflow1","Succeeded","","8/10/2025, 8:45:16 PM","50s","{&lt;BR /&gt;""dataflowId"": ""db6968e7-d4db-46e4-8406-fd7857e5e5d8"",&lt;BR /&gt;""workspaceId"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""notifyOption"": ""NoNotification"",&lt;BR /&gt;""dataflowType"": ""DataflowFabric"",&lt;BR /&gt;""parameters"": {&lt;BR /&gt;""inputDate"": {&lt;BR /&gt;""value"": ""2025-05-02"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}","{&lt;BR /&gt;""jobInstanceId"": ""7f3c4cda-f420-4487-9043-4a8ba6f2fc0b"",&lt;BR /&gt;""rootActivityId"": ""c5028936-ece5-4527-a195-96b07d26ef03"",&lt;BR /&gt;""executionDuration"": 47&lt;BR /&gt;}"&lt;BR /&gt;"Dataflow1","Succeeded","","8/10/2025, 8:44:26 PM","49s","{&lt;BR /&gt;""dataflowId"": ""db6968e7-d4db-46e4-8406-fd7857e5e5d8"",&lt;BR /&gt;""workspaceId"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""notifyOption"": ""NoNotification"",&lt;BR /&gt;""dataflowType"": ""DataflowFabric"",&lt;BR /&gt;""parameters"": {&lt;BR /&gt;""inputDate"": {&lt;BR /&gt;""value"": ""2025-05-01"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}","{&lt;BR /&gt;""jobInstanceId"": ""b1bcb012-d158-4112-8b84-e7296db2a2ad"",&lt;BR /&gt;""rootActivityId"": ""395f3050-00d7-48bf-bb46-a4c70597f74f"",&lt;BR /&gt;""executionDuration"": 46&lt;BR /&gt;}"&lt;BR /&gt;"ForEach1","Succeeded","","8/10/2025, 8:44:26 PM","8m 48s","{&lt;BR /&gt;""ItemsCount"": ""10""&lt;BR /&gt;}","{}"&lt;BR /&gt;"Notebook_Dates","Succeeded","","8/10/2025, 8:43:57 PM","28s","{&lt;BR /&gt;""notebookId"": ""7dc6e468-bef6-4e11-bcf3-12b5805e50ab"",&lt;BR /&gt;""workspaceId"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""parameters"": {&lt;BR /&gt;""StartDate"": {&lt;BR /&gt;""value"": ""2025-05-01"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;},&lt;BR /&gt;""EndDate"": {&lt;BR /&gt;""value"": ""2025-05-10"",&lt;BR /&gt;""type"": ""string""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}","{&lt;BR /&gt;""status"": ""Succeeded"",&lt;BR /&gt;""result"": {&lt;BR /&gt;""runId"": ""5b0acefd-7443-46fb-925c-11387b066a04"",&lt;BR /&gt;""runStatus"": ""Succeeded"",&lt;BR /&gt;""sessionId"": ""447ebac8-73b0-440a-a1fe-b77e69a5658a"",&lt;BR /&gt;""sparkPool"": ""ca4821de-7641-44ea-9a6d-4311320a74c4"",&lt;BR /&gt;""error"": null,&lt;BR /&gt;""lastCheckedOn"": ""2025-08-10T12:44:21.3733333Z"",&lt;BR /&gt;""metadata"": {&lt;BR /&gt;""isForPipeline"": null,&lt;BR /&gt;""runStartTime"": ""2025-08-10T12:44:06.63098Z"",&lt;BR /&gt;""runEndTime"": ""2025-08-10T12:44:21.3737615Z""&lt;BR /&gt;},&lt;BR /&gt;""highConcurrencyModeStatus"": null,&lt;BR /&gt;""exitValue"": ""[{\""date\"": \""2025-05-01\""}, {\""date\"": \""2025-05-02\""}, {\""date\"": \""2025-05-03\""}, {\""date\"": \""2025-05-04\""}, {\""date\"": \""2025-05-05\""}, {\""date\"": \""2025-05-06\""}, {\""date\"": \""2025-05-07\""}, {\""date\"": \""2025-05-08\""}, {\""date\"": \""2025-05-09\""}, {\""date\"": \""2025-05-10\""}]""&lt;BR /&gt;},&lt;BR /&gt;""message"": ""Notebook execution is in Succeeded state, runId: 5b0acefd-7443-46fb-925c-11387b066a04"",&lt;BR /&gt;""SparkMonitoringURL"": ""workloads/de-ds/sparkmonitor/7dc6e468-bef6-4e11-bcf3-12b5805e50ab/447ebac8-73b0-440a-a1fe-b77e69a5658a"",&lt;BR /&gt;""sessionSource"": """",&lt;BR /&gt;""sessionTag"": """",&lt;BR /&gt;""executionDuration"": 18&lt;BR /&gt;}"&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 00:10:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792512#M5352</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-11T00:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792513#M5353</link>
      <description>&lt;P&gt;I inserted the output as seen below, and those dates that I passed to the Dataflow is from 2025-05-01 to 2025-05-10, which are all valid for the API.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 00:11:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792513#M5353</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-11T00:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792514#M5354</link>
      <description>&lt;P&gt;Could you share a screenshot of what your "recent runs" dialog for the Dataflow looks like? specifically the section thad reads the parameter value that was passed.&lt;/P&gt;
&lt;P&gt;Here's an example on how that section might look like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="miguel_0-1754871759683.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290109i105CF977730B85EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="miguel_0-1754871759683.png" alt="miguel_0-1754871759683.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;What we're after is the actual value that was received by the Dataflow to run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other notion is how the table was created. If you try to create a new table in the Lakehouse and set it to append, does it actually repro the behavior?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 00:23:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792514#M5354</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2025-08-11T00:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792518#M5355</link>
      <description>&lt;P&gt;can you guide me to where can I extract the "recent runs" of Dataflow? I only managed to get the below which may not be what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tan_thiamhuat_0-1754872315029.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290110iF15011DC4A51D36B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tan_thiamhuat_0-1754872315029.png" alt="tan_thiamhuat_0-1754872315029.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 00:32:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792518#M5355</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-11T00:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792523#M5356</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The other notion is how the table was created. If you try to create a new table in the Lakehouse and set it to append, does it actually repro the behavior? --&amp;gt; yes, the table was initially newly created and populated with a date. Then it was populated with the data pipeline with Dataflow, and set to append.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 00:41:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792523#M5356</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-11T00:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792526#M5357</link>
      <description>&lt;P&gt;You can check the Dataflow "recent runs" by going into the workspace list where your Dataflow is located, click the three dots (...) and select the option that reads "Recent runs". Then you can pick the run that you wish to share to navigate to it and then take a screenshot of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to create a small repro of this scenario. My Mashup script ended up looking like this:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;[StagingDefinition = [Kind = "FastCopy"]]
section Section1;
[DataDestinations = {[Definition = [Kind = "Reference", QueryName = "Query_DataDestination", IsNewTarget = true], Settings = [Kind = "Manual", AllowCreation = true, ColumnSettings = [Mappings = {[SourceColumnName = "timestamp", DestinationColumnName = "timestamp"]}], DynamicSchema = false, UpdateMethod = [Kind = "Append"], TypeSettings = [Kind = "Table"]]]}]
shared Query = let
  Source = Web.Contents("https://api.data.gov.sg/v1/environment/rainfall", [Query= [date=myDate]]),
  Custom = Json.Document(Source),
  Navigation = Table.FromRecords(Custom[items]),
  #"Removed other columns" = Table.SelectColumns(Navigation, {"timestamp"}),
  #"Removed duplicates" = Table.Distinct(#"Removed other columns", {"timestamp"}),
  #"Changed column type" = Table.TransformColumnTypes(#"Removed duplicates", {{"timestamp", type datetimezone}}),
  #"Changed column type 1" = Table.TransformColumnTypes(#"Changed column type", {{"timestamp", type date}}),
  #"Removed duplicates 1" = Table.Distinct(#"Changed column type 1", {"timestamp"}),
  #"Sorted rows" = Table.Sort(#"Removed duplicates 1", {{"timestamp", Order.Descending}}),
  #"Kept top rows" = Table.FirstN(#"Sorted rows", 1)
in
  #"Kept top rows";
shared Query_DataDestination = let
  Pattern = Lakehouse.Contents([CreateNavigationProperties = false, EnableFolding = false]),
  Navigation_1 = Pattern{[workspaceId = "REDACTED"]}[Data],
  Navigation_2 = Navigation_1{[lakehouseId = "REDACTED"]}[Data],
  TableNavigation = Navigation_2{[Id = "rainfall", ItemKind = "Table"]}?[Data]?
in
  TableNavigation;
shared myDate = "2025-01-01" meta [IsParameterQuery = true, IsParameterQueryRequired = true, Type = type text];
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run it through the pipeline or even through the REST API to pass the values for evaluation, it does append the data. For example, I passed these values:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;2025-01-01&lt;/LI&gt;
&lt;LI&gt;2025-06-01&lt;/LI&gt;
&lt;LI&gt;2025-08-04&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Here's my data loaded into my Lakehouse table looks like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="miguel_1-1754873264673.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290114iF04BD42DA4DFDE68/image-size/medium?v=v2&amp;amp;px=400" role="button" title="miguel_1-1754873264673.png" alt="miguel_1-1754873264673.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And here's a screenshot of one of the evaluations for the Dataflow through the "recent runs" dialog:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="miguel_2-1754873372641.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290115i8C238CCAA4338C63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="miguel_2-1754873372641.png" alt="miguel_2-1754873372641.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you mind sharing a screenshot of how your Dataflow refresh activity looks like inside the data pipeline and the script that you're using to pass the parameter values to it? There's a possibility that perhaps you've set your parameter to be optional at your Dataflow level and you're not passing a value to it through the Dataflow activity in a Data pipeline. That'll mean that every execution just runs using the default value for that parameter which would explain with just uses the same value over and over again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 00:50:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792526#M5357</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2025-08-11T00:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792529#M5358</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tan_thiamhuat_0-1754874520741.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290116i972BD374FED3B389/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tan_thiamhuat_0-1754874520741.png" alt="tan_thiamhuat_0-1754874520741.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tan_thiamhuat_1-1754874563899.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290117i7DEE042CF5DD12AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tan_thiamhuat_1-1754874563899.png" alt="tan_thiamhuat_1-1754874563899.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 01:09:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792529#M5358</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-11T01:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792531#M5359</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tan_thiamhuat_2-1754874665634.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290118iDEBD1075D0CBE21D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tan_thiamhuat_2-1754874665634.png" alt="tan_thiamhuat_2-1754874665634.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 01:11:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792531#M5359</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-11T01:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792533#M5360</link>
      <description>&lt;P&gt;Would you mind sharing the screenshot of your Dataflow refresh activity inside of your pipeline?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also, to rule out a metadata sync issue, would you mind querying the data directly inside the Lakehouse and not use it's SQL Endpoint ?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 01:37:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792533#M5360</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2025-08-11T01:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792536#M5361</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tan_thiamhuat_0-1754876709545.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290119iC8027484412D6B02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tan_thiamhuat_0-1754876709545.png" alt="tan_thiamhuat_0-1754876709545.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dataflow refresh activity inside of your pipeline -- can you guide the steps to get this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 01:46:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792536#M5361</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-11T01:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792542#M5362</link>
      <description>&lt;P&gt;I just saw the screenshots that you shared around the "Recent runs" of your Dataflow, so we can rule out that a value is not being passed to the Dataflow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best thing that you can do is to modify your data destination settings and point the solution to a new table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can repro the behavior even when changing the data destination settings that create a new table, please share that repro steps with us. You can also use the simplified mashup code that I shared to compare it with your own. Anything that would help us reproduce this behavior on our environments will help us pinpoint what could be happening.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 02:18:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792542#M5362</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2025-08-11T02:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792591#M5363</link>
      <description>&lt;P&gt;when I create a new table, there is no Append feature? meaning that I cannot have a range of dates. So, I need to create a new table for one date of data first? then run the same data pipeline with a range of dates for the append to the table created?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 03:53:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792591#M5363</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-11T03:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792612#M5364</link>
      <description>&lt;P&gt;I'm not sure I follow.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I'm suggesting is that you click the setting that you have for your data destination at this moment to try a new data destination definition that points to a new table.&lt;/P&gt;
&lt;P&gt;It might look like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="miguel_0-1754885805262.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290136iC1FBEB6F356D8E36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="miguel_0-1754885805262.png" alt="miguel_0-1754885805262.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And in the next section it would look like the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="miguel_1-1754885829764.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1290137i5A8AB01982732C98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="miguel_1-1754885829764.png" alt="miguel_1-1754885829764.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once those changes are set, you can save your Dataflow again and try to the pipeline again to see what results you might be receiving.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can later try to point your data destination logic to an existing table and make sure that the update method is set to be "Append" and then save your Dataflow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're still seeing odd results where only the last date is being loaded, please raise a support ticket through:&lt;BR /&gt;&lt;A href="https://support.fabric.microsoft.com/support/" target="_blank"&gt;Microsoft Fabric service status&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Do feel free to share that ticket privately and I can pass it over to the engineering team.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 04:20:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792612#M5364</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2025-08-11T04:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792709#M5365</link>
      <description>&lt;P&gt;that was exactly the steps I performed.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 05:38:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792709#M5365</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-11T05:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792713#M5366</link>
      <description>&lt;P&gt;when I click that&amp;nbsp;&lt;A href="https://support.fabric.microsoft.com/support/" target="_blank" rel="nofollow noopener noreferrer"&gt;Microsoft Fabric service status&lt;/A&gt;&amp;nbsp;, and I click Submit a ticket button, it opens up my Power BI / Fabric page, which I cannot submit any ticket. Probably my account does not have enough rights to submit a ticket.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 05:42:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792713#M5366</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-11T05:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792730#M5367</link>
      <description>&lt;P&gt;Feel free to send me a private message with your mashup.pq file so we can look closer at what your Dataflow definition is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get that file from your Git repo if you've enabled Git on the workspace where your dataflow is located or use the Get Dataflow definition endpoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/dataflow/items/get-dataflow-definition" target="_blank"&gt;https://learn.microsoft.com/en-us/rest/api/fabric/dataflow/items/get-dataflow-definition&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With that information I can take a closer look and try to repro the issue on my end&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 06:13:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4792730#M5367</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2025-08-11T06:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4795003#M5381</link>
      <description>&lt;P&gt;me and&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1261412"&gt;@tan_thiamhuat&lt;/a&gt;&amp;nbsp; had an offline sync.&lt;/P&gt;
&lt;P&gt;The issue was related to how the data destination settings were set. After manually changing the creation of a new table to go into the manual settings (and avoid the automatic settings) things worked as expected.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Marking this thread as resolved.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 00:53:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4795003#M5381</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2025-08-13T00:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow - Append</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4795009#M5382</link>
      <description>&lt;P&gt;It was great and fantastic that Miguel help me solve this issue within 15mins when I took more than 2 days to look into what is wrong&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;. Thanks Miguel for your proactive effort to do it offline to get this solved. Appreciate it a lot.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 01:01:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Append/m-p/4795009#M5382</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-13T01:01:18Z</dc:date>
    </item>
  </channel>
</rss>

