<?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: Simple Excel task with DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1327830#M23455</link>
    <description>&lt;P&gt;Calculated column&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 06:31:36 GMT</pubDate>
    <dc:creator>agolumeste</dc:creator>
    <dc:date>2020-08-27T06:31:36Z</dc:date>
    <item>
      <title>Simple Excel task with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1318512#M23164</link>
      <description>&lt;P&gt;Please help! How can I use DAX to solve a simple excel task!&lt;/P&gt;&lt;P&gt;I know the values in column A and the first Sum 1000 and need to calculate the Sum for each value in column A&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C&lt;BR /&gt;1 %&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sum&lt;BR /&gt;2 2,0%&amp;nbsp; 1000&lt;BR /&gt;3 3,5%&amp;nbsp; &amp;nbsp;965&lt;BR /&gt;4 3,0%&amp;nbsp; &amp;nbsp;936,05&lt;BR /&gt;&lt;BR /&gt;C3=C2-B2*C2&lt;/P&gt;&lt;P&gt;C4=C3-B3*C3 etc.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 07:33:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1318512#M23164</guid>
      <dc:creator>agolumeste</dc:creator>
      <dc:date>2020-08-24T07:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Excel task with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1318550#M23165</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="231359" data-lia-user-login="agolumeste" class="lia-mention lia-mention-user"&gt;agolumeste&lt;/a&gt; , assume you have sequence in column A that can be used then try like &lt;/P&gt;
&lt;P&gt;sumx(filter(Table, [A] =earlier([A]) -1),earlier([C]) - (earlier([C]) *earlier([B])))&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;sumx(filter(Table, [A] =earlier([A]) -1),([C]) - (([C]) *([B])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or add an index column like&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi" target="_blank"&gt;https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 07:50:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1318550#M23165</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-08-24T07:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Excel task with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1318563#M23166</link>
      <description>Is this calculation to be a calculated column or a measure?</description>
      <pubDate>Mon, 24 Aug 2020 07:56:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1318563#M23166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-24T07:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Excel task with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1327830#M23455</link>
      <description>&lt;P&gt;Calculated column&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 06:31:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1327830#M23455</guid>
      <dc:creator>agolumeste</dc:creator>
      <dc:date>2020-08-27T06:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Excel task with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1327866#M23457</link>
      <description>&lt;P&gt;Thanks for help!&lt;/P&gt;&lt;P&gt;I can't use the EARLIER function because I calculate a column that doesn't exist yet.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 06:43:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1327866#M23457</guid>
      <dc:creator>agolumeste</dc:creator>
      <dc:date>2020-08-27T06:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Excel task with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1327981#M23462</link>
      <description>In DAX you can't use recursion. Your formula is recursive. To calculate what you want it's best to use Power Query, where you CAN use recursion. If you really want to do it in DAX, you have to find a closed formula for the calculation. Yes, it's possible and not very hard; you just need some maths. If you can't find it, you can certainly find such a formula via Google or on Wolfram Alpha.</description>
      <pubDate>Thu, 27 Aug 2020 07:17:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Excel-task-with-DAX/m-p/1327981#M23462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-27T07:17:34Z</dc:date>
    </item>
  </channel>
</rss>

