<?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: Substract 1 to working measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Substract-1-to-working-measure/m-p/2863630#M92258</link>
    <description>&lt;P&gt;Thanks for the answer. I however still did not manage to make it work. I am unsure of what part of the other solution is applicable in my case.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2022 06:42:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-26T06:42:35Z</dc:date>
    <item>
      <title>Substract 1 to working measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Substract-1-to-working-measure/m-p/2862154#M92194</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a working meaure in power pivot in excel and would now want to substract 1 to the final results but can not find how to do it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current measure is:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Import_Cube[2022_Estimate]/(CALCULATE(SUMX ( Import_Cube, IF ( [Date.Year] ="2021", [Total_CHF], BLANK () ) ),ALL( Import_Cube[Date.Year])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With 2022_Estimate being a measure as well, Import_Cube a table and the measure is used within a power pivot table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example the measure gives me 0.65 and I would want to do 0.65 - 1 to get -0.35.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 15:20:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Substract-1-to-working-measure/m-p/2862154#M92194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-25T15:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Substract 1 to working measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Substract-1-to-working-measure/m-p/2862352#M92203</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , based on what I got.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer if my blog on the same can help&lt;/P&gt;
&lt;P&gt;Traveling Across Workdays - What is next/previous Working day&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Travelling-Across-Workdays-Decoding-Date-and-Calendar-4-5-Power/ba-p/1187766" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Travelling-Across-Workdays-Decoding-Date-and-Calendar-4-5-Power/ba-p/1187766&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 16:46:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Substract-1-to-working-measure/m-p/2862352#M92203</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-10-25T16:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Substract 1 to working measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Substract-1-to-working-measure/m-p/2863630#M92258</link>
      <description>&lt;P&gt;Thanks for the answer. I however still did not manage to make it work. I am unsure of what part of the other solution is applicable in my case.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 06:42:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Substract-1-to-working-measure/m-p/2863630#M92258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-26T06:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Substract 1 to working measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Substract-1-to-working-measure/m-p/2874071#M92836</link>
      <description>&lt;P&gt;I ended doing it with a intermediary step with two measures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;!--  StartFragment   --&gt;&lt;SPAN class=""&gt;Import_Cube[2022_Estimate]/(&lt;/SPAN&gt;&lt;SPAN class=""&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;SUMX&lt;/SPAN&gt;&lt;SPAN class=""&gt; ( Import_Cube, &lt;/SPAN&gt;&lt;SPAN class=""&gt;IF&lt;/SPAN&gt;&lt;SPAN class=""&gt; ( [Date.Year] =&lt;/SPAN&gt;&lt;SPAN class=""&gt;"2021"&lt;/SPAN&gt;&lt;SPAN class=""&gt;, [Total_CHF], &lt;/SPAN&gt;&lt;SPAN class=""&gt;BLANK&lt;/SPAN&gt;&lt;SPAN class=""&gt; () ) ),&lt;/SPAN&gt;&lt;SPAN class=""&gt;ALL&lt;/SPAN&gt;&lt;SPAN class=""&gt;( Import_Cube[Date.Year])))&amp;nbsp;&lt;/SPAN&gt;&lt;!--  EndFragment   --&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;2.&amp;nbsp;&lt;/SPAN&gt;&lt;!--  StartFragment   --&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;Import_Cube[21-22 yoy growth helper]-1&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN class=""&gt;MAX&lt;/SPAN&gt;&lt;SPAN class=""&gt;(Import_Cube[2022YTD])&lt;/SPAN&gt;&lt;!--  EndFragment   --&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 07:50:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Substract-1-to-working-measure/m-p/2874071#M92836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-31T07:50:38Z</dc:date>
    </item>
  </channel>
</rss>

