<?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 Sum based on latest status in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-based-on-latest-status/m-p/3053704#M105265</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need help with dax formula. So, my data has list of items that goes through two steps "Partial" &amp;amp; "Final". I want to somehow add values against all such items that are "Final" i.e., partial + final rows value and show it against latest status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whereas "Partial" rows should continue to appear as it is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate any help. Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 20:37:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-01-31T20:37:59Z</dc:date>
    <item>
      <title>Sum based on latest status</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-based-on-latest-status/m-p/3053704#M105265</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need help with dax formula. So, my data has list of items that goes through two steps "Partial" &amp;amp; "Final". I want to somehow add values against all such items that are "Final" i.e., partial + final rows value and show it against latest status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whereas "Partial" rows should continue to appear as it is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate any help. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 20:37:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-based-on-latest-status/m-p/3053704#M105265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-31T20:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sum based on latest status</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-based-on-latest-status/m-p/3054131#M105299</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Not very clear. But for latest status you can refer &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Latest &lt;BR /&gt;&lt;A href="https://amitchandak.medium.com/power-bi-get-the-last-latest-value-of-a-category-d0cf2fcf92d0" target="_blank"&gt;https://amitchandak.medium.com/power-bi-get-the-last-latest-value-of-a-category-d0cf2fcf92d0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://amitchandak.medium.com/power-bi-get-the-sum-of-the-last-latest-value-of-a-category-f1c839ee884e" target="_blank"&gt;https://amitchandak.medium.com/power-bi-get-the-sum-of-the-last-latest-value-of-a-category-f1c839ee884e&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 02:30:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-based-on-latest-status/m-p/3054131#M105299</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-02-01T02:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sum based on latest status</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-based-on-latest-status/m-p/3054894#M105341</link>
      <description>&lt;P&gt;Hi, so eloborating a bit. My data has a list of items that goes through capitalization in bits.&lt;/P&gt;&lt;P&gt;On partial completion a certain value of asset is capitalised as "Partial". There could be multiple partial values against any asset (items in my list) and once last time capitalisation is done it is "Final".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to make a dax function that assess each row and see if any item is marked final and change the status of all relevant rows to final. So, i may easily sum up values of partial + full.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And where final is not found in any row, it should be marked partial.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it provides some clearity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 10:33:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-based-on-latest-status/m-p/3054894#M105341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-01T10:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sum based on latest status</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-based-on-latest-status/m-p/3056950#M105490</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you desensitize your data and provide a sample dataset with expected result?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;p.s. consider&amp;nbsp;@someone to continue a discussion.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 05:56:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-based-on-latest-status/m-p/3056950#M105490</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-02T05:56:56Z</dc:date>
    </item>
  </channel>
</rss>

