<?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: DAX to find last non blank column in a given row in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-last-non-blank-column-in-a-given-row/m-p/2964323#M98860</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="477147" data-lia-user-login="Manoj_Nair" class="lia-mention lia-mention-user"&gt;Manoj_Nair&lt;/a&gt;&amp;nbsp;Thank you very much for the reply!&lt;/P&gt;&lt;P&gt;I guess that will solve the static case if I have a fixed number of columns. What will happen to the code if I have an additional column or less 2 columns? As I wrote, the number of "Childs" is dynamic and I need to find a way to deal with it dynamically in DAX (or M code) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ilya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2022 06:51:53 GMT</pubDate>
    <dc:creator>ilyav</dc:creator>
    <dc:date>2022-12-13T06:51:53Z</dc:date>
    <item>
      <title>DAX to find last non blank column in a given row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-last-non-blank-column-in-a-given-row/m-p/2962678#M98756</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a DAX question, my use case is that I have multiple rows and unknown number of columns (could be between 5-15), the data is generated by a Python script with a single input and generates an ouput with varying number of columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to find the last column in a given row that has value in it from a conditional column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of the data as reference and the desired output 'Total' which takes the &lt;U&gt;last non blank value from the last 'Child' column that has values.&lt;/U&gt;&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;Appreciate any help with this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ilya&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 14:19:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-last-non-blank-column-in-a-given-row/m-p/2962678#M98756</guid>
      <dc:creator>ilyav</dc:creator>
      <dc:date>2022-12-12T14:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to find last non blank column in a given row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-last-non-blank-column-in-a-given-row/m-p/2963414#M98799</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="318146" data-lia-user-login="ilyav" class="lia-mention lia-mention-user"&gt;ilyav&lt;/a&gt;&amp;nbsp;- pls try this DAX, we used Coalesce.&lt;/P&gt;&lt;P&gt;Let me know if this resolve your issues then please mark as Solution Accepted. Many Thanks&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 19:41:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-last-non-blank-column-in-a-given-row/m-p/2963414#M98799</guid>
      <dc:creator>Manoj_Nair</dc:creator>
      <dc:date>2022-12-12T19:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: DAX to find last non blank column in a given row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-last-non-blank-column-in-a-given-row/m-p/2964323#M98860</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="477147" data-lia-user-login="Manoj_Nair" class="lia-mention lia-mention-user"&gt;Manoj_Nair&lt;/a&gt;&amp;nbsp;Thank you very much for the reply!&lt;/P&gt;&lt;P&gt;I guess that will solve the static case if I have a fixed number of columns. What will happen to the code if I have an additional column or less 2 columns? As I wrote, the number of "Childs" is dynamic and I need to find a way to deal with it dynamically in DAX (or M code) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ilya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 06:51:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-to-find-last-non-blank-column-in-a-given-row/m-p/2964323#M98860</guid>
      <dc:creator>ilyav</dc:creator>
      <dc:date>2022-12-13T06:51:53Z</dc:date>
    </item>
  </channel>
</rss>

