<?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 - if there is a row present in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272551#M5040</link>
    <description>&lt;P&gt;you mean to have try catch inside dataflow gen2? is this the only way?&lt;/P&gt;&lt;P&gt;how is this possible?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2024 13:22:29 GMT</pubDate>
    <dc:creator>arkiboys2</dc:creator>
    <dc:date>2024-11-06T13:22:29Z</dc:date>
    <item>
      <title>dataflow - if there is a row present</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272268#M5031</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;in the dataflow gen2, there are several steps from navigation of the source all the way to pivot column.&lt;/P&gt;&lt;P&gt;After the pivot, the step is to rename column. But the flow fails on this rename step because if there is no data then the step fails as the column does not exists&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions ?&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 09:27:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272268#M5031</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-11-06T09:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - if there is a row present</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272513#M5038</link>
      <description>&lt;P&gt;use &lt;STRONG&gt;try ... otherwise ...&lt;/STRONG&gt;&amp;nbsp; to decide what to produce in this scenario.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 12:44:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272513#M5038</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-11-06T12:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - if there is a row present</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272551#M5040</link>
      <description>&lt;P&gt;you mean to have try catch inside dataflow gen2? is this the only way?&lt;/P&gt;&lt;P&gt;how is this possible?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 13:22:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272551#M5040</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-11-06T13:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - if there is a row present</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272891#M5044</link>
      <description>&lt;P&gt;You could add a dummy row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, do you want the dataflow to succeed if there is no data?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 18:32:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272891#M5044</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-11-06T18:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - if there is a row present</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272896#M5045</link>
      <description>&lt;P&gt;If you want to do the try ... otherwise ... logic instead of adding a dummy row, there is a description in the link. I can actually recommend to go through all the parts of this series if you have the time:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://bengribaudo.com/blog/2020/01/15/4883/power-query-m-primer-part-15-error-handling" target="_blank" rel="noopener"&gt;https://bengribaudo.com/blog/2020/01/15/4883/power-query-m-primer-part-15-error-handling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've done most of the parts, but I skipped the last ones as I didn't feel they were so relevant for my use cases at the time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think there are so many users who have gone through this series, but it gives a great theoretical description (and also many practical examples!) of the Power Query M language. If you have the time. I had already worked 3 years with Power BI/Power Query before I did this series.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 18:39:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272896#M5045</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-11-06T18:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - if there is a row present</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272912#M5046</link>
      <description>yes to succeed if there is no row. thanks</description>
      <pubDate>Wed, 06 Nov 2024 18:52:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272912#M5046</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-11-06T18:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - if there is a row present</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272917#M5047</link>
      <description>&lt;P&gt;I would add a dummy row with the necessary columns before that step, so that the step doesn't fail, and then I would filter away the dummy row afterwards.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 18:58:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4272917#M5047</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-11-06T18:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - if there is a row present</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4273280#M5054</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/592286"&gt;@arkiboys2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/powerquery-m/table-renamecolumns" target="_blank" rel="noopener"&gt;Table.RenameColumns&lt;/A&gt;&amp;nbsp;to rename columns, a simple solution is to add&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;MissingField.Ignore&lt;/STRONG&gt; at the end.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/powerquery-m/missingfield-type" target="_blank" rel="noopener"&gt;MissingField.Type - PowerQuery M | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vjingzhanmsft_0-1730946216874.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1195432iBE8FD65FF9622A39/image-size/large?v=v2&amp;amp;px=999" role="button" title="vjingzhanmsft_0-1730946216874.png" alt="vjingzhanmsft_0-1730946216874.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vjingzhanmsft_1-1730946616923.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1195441i830A2BA6471D06D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="vjingzhanmsft_1-1730946616923.png" alt="vjingzhanmsft_1-1730946616923.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Jing&lt;BR /&gt;&lt;EM&gt;If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos! &lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 02:32:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4273280#M5054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-07T02:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - if there is a row present</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4274249#M5064</link>
      <description>&lt;P&gt;I created a HelperRow which only has columns and no rows.&lt;/P&gt;&lt;P&gt;Then after the pivot step, I appended this helper row.&lt;/P&gt;&lt;P&gt;It seems fine now&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 14:59:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4274249#M5064</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-11-07T14:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - if there is a row present</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4282849#M5173</link>
      <description>&lt;P&gt;Thankyou&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 02:47:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-if-there-is-a-row-present/m-p/4282849#M5173</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-11-14T02:47:53Z</dc:date>
    </item>
  </channel>
</rss>

