<?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: Question about DAX Formula with positiv and negativ counts in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4158815#M165249</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;Hello, i want friendly ask have you any idea? BR, Natascha&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2024 06:38:08 GMT</pubDate>
    <dc:creator>Natascha_D</dc:creator>
    <dc:date>2024-09-19T06:38:08Z</dc:date>
    <item>
      <title>Question about DAX Formula with positiv and negativ counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4152147#M165005</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;i have a problem with my dax formula.&lt;/P&gt;&lt;P&gt;In my matrix, I have a column with negative and positive values (actual numbers) and a column with target values (sums). My dax formula calculates the negative values (-values) correctly, but it always adds the positive values, because minus and minus gives plus, the formulas had to be like this for the negative values.&lt;/P&gt;&lt;P&gt;For the positive values, however, I can't manage to convert the formula correctly so that it subtracts the actual target values: Solution_time_plus_target =&lt;BR /&gt;IF(&lt;BR /&gt;SUMX(‘complete report FMIT Helpdesk’, ‘complete report FMIT Helpdesk’[FM solution time TARGET]) &amp;gt;= 0,&lt;BR /&gt;SUM(‘complete report FMIT Helpdesk’[resolution time final]) + SUMX(‘complete report FMIT Helpdesk’, ‘complete report FMIT Helpdesk’[FM resolution time TARGET]),&lt;BR /&gt;SUM(‘complete report FMIT Helpdesk’[FM resolution time TARGET]) -&lt;BR /&gt;SUMX(&lt;BR /&gt;‘complete report FMIT Helpdesk’,&lt;BR /&gt;IF(&lt;BR /&gt;‘complete report FMIT Helpdesk’[resolution time final] &amp;lt; 0,&lt;BR /&gt;‘complete report FMIT Helpdesk’[resolution time final],&lt;BR /&gt;0&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe one of you knows the correct answert. Thank you for helping. Natascha&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 09:29:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4152147#M165005</guid>
      <dc:creator>Natascha_D</dc:creator>
      <dc:date>2024-09-16T09:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Question about DAX Formula with positiv and negativ counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4152183#M165010</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="806798" data-lia-user-login="Natascha_D" class="lia-mention lia-mention-user"&gt;Natascha_D&lt;/a&gt;&amp;nbsp;, Try using below measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Solution_time_plus_target =&lt;BR /&gt;SUMX(&lt;BR /&gt;'complete report FMIT Helpdesk',&lt;BR /&gt;IF(&lt;BR /&gt;'complete report FMIT Helpdesk'[FM solution time TARGET] &amp;gt;= 0,&lt;BR /&gt;'complete report FMIT Helpdesk'[resolution time final] - 'complete report FMIT Helpdesk'[FM solution time TARGET],&lt;BR /&gt;'complete report FMIT Helpdesk'[resolution time final] + 'complete report FMIT Helpdesk'[FM solution time TARGET]&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 09:55:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4152183#M165010</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2024-09-16T09:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question about DAX Formula with positiv and negativ counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4152399#M165027</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your answer. I tried but the positive values get allready wrong. The system make the addition not the subtraktion....&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:35:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4152399#M165027</guid>
      <dc:creator>Natascha_D</dc:creator>
      <dc:date>2024-09-16T12:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question about DAX Formula with positiv and negativ counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4152838#M165053</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="806798" data-lia-user-login="Natascha_D" class="lia-mention lia-mention-user"&gt;Natascha_D&lt;/a&gt;&amp;nbsp;, Can you share sample data&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 15:48:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4152838#M165053</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2024-09-16T15:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question about DAX Formula with positiv and negativ counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4153770#M165085</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;Here we go &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 12:13:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4153770#M165085</guid>
      <dc:creator>Natascha_D</dc:creator>
      <dc:date>2024-09-17T12:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question about DAX Formula with positiv and negativ counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4158815#M165249</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;Hello, i want friendly ask have you any idea? BR, Natascha&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 06:38:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4158815#M165249</guid>
      <dc:creator>Natascha_D</dc:creator>
      <dc:date>2024-09-19T06:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question about DAX Formula with positiv and negativ counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4158992#M165253</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="806798" data-lia-user-login="Natascha_D" class="lia-mention lia-mention-user"&gt;Natascha_D&lt;/a&gt;&amp;nbsp;, Please find the attached PBI file and sample data is working on below logic can you check if it is correct or not&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;resolution time final FM solution time TARGET Expected Result&lt;BR /&gt;10 5 5&lt;BR /&gt;-8 3 -11&lt;BR /&gt;15 7 8&lt;BR /&gt;-12 -4 -16&lt;BR /&gt;20 10 10&lt;BR /&gt;-5 -2 -7&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 07:39:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4158992#M165253</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2024-09-19T07:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question about DAX Formula with positiv and negativ counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4159471#M165273</link>
      <description>&lt;P&gt;Thank you very much.&lt;BR /&gt;The result is not correct. I am trying to make it clearer.&lt;BR /&gt;Sum of fm solution time target is always a positive value, which must be subtracted with positive or negative values&lt;BR /&gt;e.g. Assigen A = correct&lt;BR /&gt;assigne B = incorrect, should be - 5&lt;BR /&gt;assigne C = incorrect, should be -8&lt;BR /&gt;does this make it clearer? can you help me?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 10:45:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4159471#M165273</guid>
      <dc:creator>Natascha_D</dc:creator>
      <dc:date>2024-09-19T10:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question about DAX Formula with positiv and negativ counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4159652#M165278</link>
      <description>&lt;P&gt;In C both are positive than how can it be -8 , I have updated as per logic of B&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 12:00:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4159652#M165278</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2024-09-19T12:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question about DAX Formula with positiv and negativ counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4159825#M165284</link>
      <description>&lt;P&gt;Already the same problem. the result of the positive values is correct, the negative values are still added in my file&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 13:11:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4159825#M165284</guid>
      <dc:creator>Natascha_D</dc:creator>
      <dc:date>2024-09-19T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question about DAX Formula with positiv and negativ counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4159848#M165285</link>
      <description>&lt;P&gt;C = my mistake, sorry!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 13:23:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-about-DAX-Formula-with-positiv-and-negativ-counts/m-p/4159848#M165285</guid>
      <dc:creator>Natascha_D</dc:creator>
      <dc:date>2024-09-19T13:23:04Z</dc:date>
    </item>
  </channel>
</rss>

