<?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: Sum per month for 12 months in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-per-month-for-12-months/m-p/811307#M5229</link>
    <description>&lt;P&gt;Really no one who can help?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Open for alternative solutions, but would love to do it in power bi measure.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2019 12:38:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-07T12:38:12Z</dc:date>
    <item>
      <title>Sum per month for 12 months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-per-month-for-12-months/m-p/806667#M5015</link>
      <description>&lt;P&gt;I have a Power BI report with Live feed from an Analysis service.&amp;nbsp; &amp;nbsp;And i'm trying to solve the following issue purely with dax code in Power BI.&amp;nbsp; if it's not possible. It's okay to show how to make the calculated table via Summarize on the server.&lt;/P&gt;&lt;P&gt;I have a table with detailed invoice info(revenue).&amp;nbsp; This is then calculated in a simple measure&amp;nbsp; Sum(invoiced amount) this is then put into a simple table visual.&amp;nbsp; with the info Year, month, customer&amp;nbsp; info.&amp;nbsp; &amp;nbsp;We would like to replace the measure, with a new one. Which should instead calculate the change between the months.&amp;nbsp; &amp;nbsp; I have no problem in creating that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Change_Revenue = [Revenue] - CALCULATE([Revenue];PARALLELPERIOD(TimeTable[DateValue];-1;MONTH))&lt;/P&gt;&lt;P&gt;My problem is, i would like the measure to ONLY calculate the change per month.&amp;nbsp; But over the period of 12 months.&amp;nbsp; AND it's need to choose the last 12 months depending on the selected date/month&amp;nbsp; in the slicer of the same page.&amp;nbsp; in the end i will apply a top n filter on cust. level. to see the 20 biggest monthly improvements. I have tried illoustrating in the picture. That 1 customer can be on the list multiple times, since it's every single month change we are evaluating.&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Hope it makes sense&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 09:03:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-per-month-for-12-months/m-p/806667#M5015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-01T09:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sum per month for 12 months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-per-month-for-12-months/m-p/811307#M5229</link>
      <description>&lt;P&gt;Really no one who can help?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Open for alternative solutions, but would love to do it in power bi measure.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 12:38:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-per-month-for-12-months/m-p/811307#M5229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-07T12:38:12Z</dc:date>
    </item>
  </channel>
</rss>

