<?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 How to get a monthly cumulative total on non-numeric data? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-monthly-cumulative-total-on-non-numeric-data/m-p/2853156#M91556</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Relatively new to Power BI, but getting complex fast as I'm having to deal with millions of records!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue is I want to generate a cumulative calculation of data that is not numerical.&amp;nbsp; I'e I want to count incidences of things, not add up values:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have connection data for a range of devices, rented by different operators (in the columns here) in each month, operators connect a number of new devices, but rather than a single total being recorded, a record of each individual device with owner attributes, installation date etc is held.&amp;nbsp; Each of 3 million rows represents a single device.&amp;nbsp; As you can see, I can calculate the number of devices each operator connects each month, by counting the incidences of their name being attched to units in that month, but I then want to generate cumulative totals; i.e how many devices they are operating in total as time passes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So in the case above I'd like to genrate a column that displayed the running total for EOD as 7, 10, 11, 342, etc rather than 7, 3 ,1 , 331; as it is now.&amp;nbsp; Ideally this would continue through the years, so EOD in January 2022 would be 3930 (3883+47) not 47.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already tried forms of :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Running Total = CALCULATE(Sum('qry&lt;/SPAN&gt;&lt;SPAN&gt;\'[Sample]),FILTER(ALL('qry\'[Delivered]),'qryS\'[Delivered] &amp;lt;= Max('qry\'[Delivered])))&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but I cannot seem to get them to do what I want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone make this work without fusing my mind?!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AKI&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 08:50:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-20T08:50:59Z</dc:date>
    <item>
      <title>How to get a monthly cumulative total on non-numeric data?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-monthly-cumulative-total-on-non-numeric-data/m-p/2853156#M91556</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Relatively new to Power BI, but getting complex fast as I'm having to deal with millions of records!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue is I want to generate a cumulative calculation of data that is not numerical.&amp;nbsp; I'e I want to count incidences of things, not add up values:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have connection data for a range of devices, rented by different operators (in the columns here) in each month, operators connect a number of new devices, but rather than a single total being recorded, a record of each individual device with owner attributes, installation date etc is held.&amp;nbsp; Each of 3 million rows represents a single device.&amp;nbsp; As you can see, I can calculate the number of devices each operator connects each month, by counting the incidences of their name being attched to units in that month, but I then want to generate cumulative totals; i.e how many devices they are operating in total as time passes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So in the case above I'd like to genrate a column that displayed the running total for EOD as 7, 10, 11, 342, etc rather than 7, 3 ,1 , 331; as it is now.&amp;nbsp; Ideally this would continue through the years, so EOD in January 2022 would be 3930 (3883+47) not 47.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already tried forms of :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Running Total = CALCULATE(Sum('qry&lt;/SPAN&gt;&lt;SPAN&gt;\'[Sample]),FILTER(ALL('qry\'[Delivered]),'qryS\'[Delivered] &amp;lt;= Max('qry\'[Delivered])))&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but I cannot seem to get them to do what I want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone make this work without fusing my mind?!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AKI&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 08:50:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-monthly-cumulative-total-on-non-numeric-data/m-p/2853156#M91556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-20T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a monthly cumulative total on non-numeric data?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-monthly-cumulative-total-on-non-numeric-data/m-p/2853194#M91560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Is [Sample] a column? What does it contain? Apparently&amp;nbsp;you're not using a Date Table?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 09:03:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-monthly-cumulative-total-on-non-numeric-data/m-p/2853194#M91560</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-20T09:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a monthly cumulative total on non-numeric data?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-monthly-cumulative-total-on-non-numeric-data/m-p/2853281#M91570</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;So these are the data fields and parameters for the base report.&amp;nbsp; I cannot modify these as such, but have built some additional columns (not required for what I'm after) to do some secondary cross-referencing.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 09:30:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-monthly-cumulative-total-on-non-numeric-data/m-p/2853281#M91570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-20T09:30:51Z</dc:date>
    </item>
  </channel>
</rss>

