<?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: Cumulative Total not working correctly for blank values (based on Ranks) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1807864#M38181</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try with +0 &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Billing Linearity Rolling =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[Revenue Forecast for Historical Data]+0,&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLSELECTED('Period table Committed'[Week Committed]),&lt;BR /&gt;ISONORAFTER('Period table Committed'[Week Committed], MAX('Period table Committed'[Week Committed]), DESC)&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 06:45:58 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2021-04-27T06:45:58Z</dc:date>
    <item>
      <title>Cumulative Total not working correctly for blank values (based on Ranks)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1807822#M38178</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have created a Measure (Billing Linearity Rolling) for calculating cumulative total over weeks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Billing Linearity Rolling = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[Revenue Forecast for Historical Data],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FILTER(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ALLSELECTED('Period table Committed'[Week Committed]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ISONORAFTER('Period table Committed'[Week Committed], MAX('Period table Committed'[Week Committed]), DESC)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;where, Revenue Forecast for Historical Data=&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;DIVIDE(SUM('Billing Linearity Data'[Consulting Amount USD]),CALCULATE(SUM('Billing Linearity Data'[Consulting Amount USD]),ALL('Period table Committed'[Week Committed])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But the Rolling formula is not working for weeks with Blank Values. All i want is that Blank should reflect previous week's value.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;eg= for canada week 9 value should be 39%, and Week 13 should be 100%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Apr 2021 06:15:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1807822#M38178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-27T06:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total not working correctly for blank values (based on Ranks)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1807864#M38181</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try with +0 &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Billing Linearity Rolling =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[Revenue Forecast for Historical Data]+0,&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLSELECTED('Period table Committed'[Week Committed]),&lt;BR /&gt;ISONORAFTER('Period table Committed'[Week Committed], MAX('Period table Committed'[Week Committed]), DESC)&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 06:45:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1807864#M38181</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-04-27T06:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total not working correctly for blank values (based on Ranks)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1807893#M38183</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After adding +0, Blank values are getting replaced by 0%,&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;This is not my requirement. I just want the blank values to show cumulative value which should be equal to previous week value. My table should look like below,&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;</description>
      <pubDate>Tue, 27 Apr 2021 06:54:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1807893#M38183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-27T06:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total not working correctly for blank values (based on Ranks)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1808702#M38192</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , 'Period table Committed' is kind of week/ date table and joined to Billing Linearity Data on date or week ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 10:53:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1808702#M38192</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-04-27T10:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total not working correctly for blank values (based on Ranks)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1809207#M38203</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes Period Table is a Calendar Table which is customised. I have used 4-4-5 calendar type.&lt;/P&gt;&lt;P&gt;It is Joined to Billing Linearity table with Date field. And here I am using Week Committed from Period Table to get the cumulative total.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the output that I am getting, and the desired output that i want,&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;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 14:40:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1809207#M38203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-27T14:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total not working correctly for blank values (based on Ranks)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1810288#M38232</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got a solution to my problem. I had to change the Cross Filter Direction to "Single" from "Both" for Many to One Cardinality. And it worked.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 05:27:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total-not-working-correctly-for-blank-values-based-on/m-p/1810288#M38232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-28T05:27:17Z</dc:date>
    </item>
  </channel>
</rss>

