<?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 applied steps - red mark in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-gen2-applied-steps-red-mark/m-p/4267656#M4976</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;although I see all results I am unable to find out why there is a red mark here&lt;/P&gt;&lt;P&gt;any suggestions how to tackle this? and&amp;nbsp; should I ignore this since there is result coming back?&lt;/P&gt;&lt;P&gt;in th eexpression below I am trying to remove&amp;nbsp; ":" if it is present at the beginning or end&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arkiboys2_1-1730538524612.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1193235i42F322A29C0D39D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arkiboys2_1-1730538524612.png" alt="arkiboys2_1-1730538524612.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="arkiboys2_0-1730538696073.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1193236i4BC92201B9F424F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arkiboys2_0-1730538696073.png" alt="arkiboys2_0-1730538696073.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 02 Nov 2024 09:14:01 GMT</pubDate>
    <dc:creator>arkiboys2</dc:creator>
    <dc:date>2024-11-02T09:14:01Z</dc:date>
    <item>
      <title>dataflow gen2 applied steps - red mark</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-gen2-applied-steps-red-mark/m-p/4267656#M4976</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;although I see all results I am unable to find out why there is a red mark here&lt;/P&gt;&lt;P&gt;any suggestions how to tackle this? and&amp;nbsp; should I ignore this since there is result coming back?&lt;/P&gt;&lt;P&gt;in th eexpression below I am trying to remove&amp;nbsp; ":" if it is present at the beginning or end&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arkiboys2_1-1730538524612.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1193235i42F322A29C0D39D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arkiboys2_1-1730538524612.png" alt="arkiboys2_1-1730538524612.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="arkiboys2_0-1730538696073.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1193236i4BC92201B9F424F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arkiboys2_0-1730538696073.png" alt="arkiboys2_0-1730538696073.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 09:14:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-gen2-applied-steps-red-mark/m-p/4267656#M4976</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-11-02T09:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow gen2 applied steps - red mark</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-gen2-applied-steps-red-mark/m-p/4267696#M4977</link>
      <description>&lt;P&gt;The red icon you're seeing is a common indicator, indicating that the step won't fold into a source database query. Instead, the step will be processed in the Power Query M engine's memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The red icon does not indicate that anything will fail. So you don't need to worry about that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this icon indicates that this part of the query will not be able to fold. This is about query execution and performance. It is a best practice to keep it green as long as possible (keep as many applied steps as possible green). If possible, consider moving the "Added custom" step to the bottom of your query.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;See some useful details here:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-query/step-folding-indicators" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/power-query/step-folding-indicators&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a good practice to arrange the applied steps so the M query begins with all the steps that fold (the green steps).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically, we use Choose columns (&lt;EM&gt;use Choose Columns or Remove Other Columns instead of Remove Columns, as a best practice&lt;/EM&gt;) and Filter as our first applied steps. Several other M operations are also able to fold.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ability for M to perform query folding depends on which source system you are using. Typically, SQL-based source systems and relational databases will have good support for query folding of several M operations. For some other sources, M doesn't support query folding or has limited support for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A good practice is also to split the queries into staging and transformation. For example, you could have one dataflow purely for ingestion (consider using Choose columns and Filters to reduce the amount of data ingested), and another dataflow/stored procedure/notebook/etc. for transformations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As with everything, there is an &lt;EM&gt;it depends&lt;/EM&gt; element here as well. But these are generally considered good practices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bottom line: the indicator is just there for query execution (query folding) information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more information, google "Query folding" or "don't break the fold".&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 21:12:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-gen2-applied-steps-red-mark/m-p/4267696#M4977</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-11-02T21:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow gen2 applied steps - red mark</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-gen2-applied-steps-red-mark/m-p/4267967#M4981</link>
      <description>&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 09:45:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/dataflow-gen2-applied-steps-red-mark/m-p/4267967#M4981</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-11-03T09:45:26Z</dc:date>
    </item>
  </channel>
</rss>

