<?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: Running total by month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577617#M31499</link>
    <description>&lt;P&gt;Hi Matt, thanks for the reply and the link, it was usefull and give me a part of my answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue is that I have some value listed per month and not by single day.&lt;/P&gt;&lt;P&gt;Note even that actually I use as filter table a table created by me where months are just format as month while they are written like the first day of each month (01.01.2020,&amp;nbsp;01.02.2020 and so on)&lt;/P&gt;&lt;P&gt;The point is that this kind of database doesn't have a single day history but just the month recap.&lt;/P&gt;&lt;P&gt;I need to run the running total even if I don't have the day&amp;nbsp;&lt;SPAN&gt;granularity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is my problem now a bit clearer?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 02 Jan 2021 13:32:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-01-02T13:32:35Z</dc:date>
    <item>
      <title>Running total by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577324#M31491</link>
      <description>&lt;P&gt;&lt;U&gt;Hi&lt;/U&gt;&amp;nbsp;All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to run a simply running total of a table which already have the revenue per months (not a per single day)&lt;/P&gt;&lt;P&gt;When my database is done by single day sales this formula works perfectly, but with a dataset done with months it gaves me back simply the sum value of each month without any running total calculation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to fix it, can anyone help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Running Revenue = CALCULATE (sum('Sales Vs Budget'[Tot Value]),DATESYTD(months[Month]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Jan 2021 16:18:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577324#M31491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-01T16:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Running total by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577379#M31496</link>
      <description>&lt;P&gt;DATESYTD is an inbuilt time intelligence function. You must follow the rules of a calendar table if you want it to work correctly in all circumstances. &amp;nbsp;&lt;A href="https://exceleratorbi.com.au/power-pivot-calendar-tables/" target="_blank"&gt;https://exceleratorbi.com.au/power-pivot-calendar-tables/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;the parameter of DATESYTD must be a date. It is not clear if that is the case.&amp;nbsp;&lt;BR /&gt;your visual must use columns from the calendar table. It is not clear if that is the case&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jan 2021 21:02:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577379#M31496</guid>
      <dc:creator>MattAllington</dc:creator>
      <dc:date>2021-01-01T21:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Running total by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577617#M31499</link>
      <description>&lt;P&gt;Hi Matt, thanks for the reply and the link, it was usefull and give me a part of my answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue is that I have some value listed per month and not by single day.&lt;/P&gt;&lt;P&gt;Note even that actually I use as filter table a table created by me where months are just format as month while they are written like the first day of each month (01.01.2020,&amp;nbsp;01.02.2020 and so on)&lt;/P&gt;&lt;P&gt;The point is that this kind of database doesn't have a single day history but just the month recap.&lt;/P&gt;&lt;P&gt;I need to run the running total even if I don't have the day&amp;nbsp;&lt;SPAN&gt;granularity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is my problem now a bit clearer?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2021 13:32:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577617#M31499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-02T13:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running total by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577639#M31500</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, I attached &lt;A href="https://1drv.ms/u/s!AsDP3LYI8umsgVxUdET6NRoReCjf?e=h8BWSy" target="_blank" rel="noopener"&gt;&lt;EM&gt;&lt;STRONG&gt;a pbix file&lt;/STRONG&gt;&lt;/EM&gt;&lt;/A&gt; with calculation of monthly running total for your reference.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2021 14:14:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577639#M31500</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2021-01-02T14:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Running total by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577675#M31501</link>
      <description>&lt;P&gt;Well thanks it work since the new field "mm-yyyy" is a stand alone field: when it automatically ask to create a hierarchy in it (which might be usefull as I would like to check the running even by quarters) this is no longer working.&lt;/P&gt;&lt;P&gt;Therefore I ask: is there a simply way to show the running total by months and then, eventually jump up to quarters view without creating new measure? if now which will be the measure for the quarters analysis&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2021 14:57:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577675#M31501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-02T14:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Running total by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577703#M31502</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, no such a simple measure like CALCULATE([Total Qty], FILTER(Year or Quarter or Month or Week or Day)) to automatically apply to different&amp;nbsp;&lt;STRONG&gt;granularity&lt;/STRONG&gt; of time.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2021 16:03:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577703#M31502</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2021-01-02T16:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Running total by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577973#M31511</link>
      <description>&lt;P&gt;Well i've taken your example: your new column "YYYY-MM" is formatted like a text in the file. If I transform it into "Date" it automatically creates the date hierarchy which doesnt work with the running total.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I haven't done anything wrong you can try with your own example&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2021 09:23:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1577973#M31511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-03T09:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Running total by month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1578687#M31538</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , In what format you have a month. From there you can do create a date and then you formula will work &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example: Jun-2020&lt;/P&gt;
&lt;P&gt;date = "01-" &amp;amp; [Month] // please change the datatype to date&lt;/P&gt;
&lt;P&gt;Example : 202006&lt;/P&gt;
&lt;P&gt;date =date(left([month],4), right([month],2),1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The join with date table use the same formula that you have like&lt;/P&gt;
&lt;P&gt;Running Revenue = CALCULATE (sum('Sales Vs Budget'[Tot Value]),DATESYTD(Date[Date]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer first 5 mins - &lt;A href="https://www.youtube.com/watch?v=yPQ9UV37LOU" target="_blank"&gt;https://www.youtube.com/watch?v=yPQ9UV37LOU&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 05:50:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-by-month/m-p/1578687#M31538</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-04T05:50:16Z</dc:date>
    </item>
  </channel>
</rss>

