<?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 Measure Total not correct in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-not-correct/m-p/898499#M8167</link>
    <description>&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;why isnt this measure below totalling correctly?my cummlative formula works fine until it hits december. where December is the forecast data. As you can see on the table on the right. i have the correct value showing fore forecast but total is incorrect.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2020 21:36:52 GMT</pubDate>
    <dc:creator>malkha</dc:creator>
    <dc:date>2020-01-13T21:36:52Z</dc:date>
    <item>
      <title>Measure Total not correct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-not-correct/m-p/898499#M8167</link>
      <description>&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;why isnt this measure below totalling correctly?my cummlative formula works fine until it hits december. where December is the forecast data. As you can see on the table on the right. i have the correct value showing fore forecast but total is incorrect.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 21:36:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-not-correct/m-p/898499#M8167</guid>
      <dc:creator>malkha</dc:creator>
      <dc:date>2020-01-13T21:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Total not correct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-not-correct/m-p/898501#M8168</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182330" data-lia-user-login="malkha" class="lia-mention lia-mention-user"&gt;malkha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to use IF(CALCULATE(SUM(....)), statement&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#ababab"&gt;do not hesitate to give a kudo to useful posts and mark solutions as solution&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 21:36:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-not-correct/m-p/898501#M8168</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-01-13T21:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Total not correct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-not-correct/m-p/898516#M8169</link>
      <description>&lt;P&gt;i am not sure if i am typing your equasion wrong, but i am still yeilding the same total.&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82403" data-lia-user-login="az38" class="lia-mention lia-mention-user"&gt;az38&lt;/a&gt;&amp;nbsp;&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>Mon, 13 Jan 2020 21:54:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-not-correct/m-p/898516#M8169</guid>
      <dc:creator>malkha</dc:creator>
      <dc:date>2020-01-13T21:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Total not correct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-not-correct/m-p/898868#M8180</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182330" data-lia-user-login="malkha" class="lia-mention lia-mention-user"&gt;malkha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what result do you expect in total row? it should be sum of all rows or logic IF should be implemented on whole data massive?&lt;/P&gt;&lt;P&gt;also, you could try smth like that&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Measure = 
sumx('Fcst Vs Actuals'; 
if(calculate(sum('Fcst Vs Actuals'[Capital_Actuals]))=0;
calculate(sum('Fcst Vs Actuals'[Capital_Forecast]));
calculate(sum('Fcst Vs Actuals'[Capital_Actuals]))))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#ababab"&gt;do not hesitate to give a kudo to useful posts and mark solutions as solution&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 06:17:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-not-correct/m-p/898868#M8180</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-01-14T06:17:16Z</dc:date>
    </item>
  </channel>
</rss>

