<?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: DAX Cumulative Total on percentages that are GROUPED in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Cumulative-Total-on-percentages-that-are-GROUPED/m-p/1863187#M39930</link>
    <description>&lt;P&gt;Thanks for response.&amp;nbsp; I ended up using a quick measure and eventually got the results I needed.&lt;/P&gt;&lt;P&gt;Take care&lt;/P&gt;</description>
    <pubDate>Tue, 25 May 2021 18:00:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-05-25T18:00:45Z</dc:date>
    <item>
      <title>DAX Cumulative Total on percentages that are GROUPED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Cumulative-Total-on-percentages-that-are-GROUPED/m-p/1857718#M39771</link>
      <description>&lt;P&gt;Hi, I have a matrix that is groups 'Incidents' by a resolution calculation and priority.&amp;nbsp; I am needing to create another column in the matrix that will sum the cumulative total on the '% of Incidents Resolved'.&lt;/P&gt;&lt;P&gt;I have researched and cannot find a clear resolution.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need in a 'new' column is the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *What I need&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Priority&amp;nbsp; &amp;nbsp; &amp;nbsp;%ofIncidents Resolved&amp;nbsp; &amp;nbsp; &amp;nbsp;*Cumulative Total %&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;P1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.16%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;P2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.65%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.81%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;P3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 55.32%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;56.13&lt;/SPAN&gt;&lt;SPAN&gt;%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;P4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;19.68%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 75.81&lt;/SPAN&gt;&lt;SPAN&gt;%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;P5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;24.19%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100.0&lt;/SPAN&gt;&lt;SPAN&gt;%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need this to calculate when 'Priority' is expanded as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can send example file to assist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;tks/&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 22:17:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Cumulative-Total-on-percentages-that-are-GROUPED/m-p/1857718#M39771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-21T22:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Cumulative Total on percentages that are GROUPED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Cumulative-Total-on-percentages-that-are-GROUPED/m-p/1857840#M39775</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; ,&amp;nbsp; Try like &lt;/P&gt;
&lt;P&gt;calculate(sumx(values(Table[priority]),Table[%ofIncidents Resolved]), filter(Table,Table[priority] &amp;lt;= max(Table[priority])))&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 03:02:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Cumulative-Total-on-percentages-that-are-GROUPED/m-p/1857840#M39775</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-05-22T03:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Cumulative Total on percentages that are GROUPED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Cumulative-Total-on-percentages-that-are-GROUPED/m-p/1857842#M39776</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check the below picture and the sample pbix file's link down below.&lt;/P&gt;&lt;P&gt;I suggest having an index column in order to define the sequence of the Priority. Or, if you already have a date-related column to define the order, you can use that column as well.&lt;/P&gt;&lt;P&gt;All measures are in the sample pbix file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;EM&gt;Cumulate Percentage = &lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;IF (&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;SELECTEDVALUE ( 'Table'[Priority] ) = "P1",&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;BLANK (),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;SUMX (&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;FILTER ( ALL ( 'Table' ), 'Table'[Index] &amp;lt;= MAX ( 'Table'[Index] ) ),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;[Incidents resolved percent]&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://www.dropbox.com/s/x9p4nbs8ucw8xmq/cs556.pbix?dl=0" target="_self"&gt;https://www.dropbox.com/s/x9p4nbs8ucw8xmq/cs556.pbix?dl=0&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;&lt;STRONG&gt;Hi, My name is Jihwan Kim. &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;&lt;STRONG&gt;If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up. &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;Linkedin: linkedin.com/in/jihwankim1975/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;Twitter: twitter.com/Jihwan_JHKIM&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 03:05:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Cumulative-Total-on-percentages-that-are-GROUPED/m-p/1857842#M39776</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2021-05-22T03:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Cumulative Total on percentages that are GROUPED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Cumulative-Total-on-percentages-that-are-GROUPED/m-p/1863187#M39930</link>
      <description>&lt;P&gt;Thanks for response.&amp;nbsp; I ended up using a quick measure and eventually got the results I needed.&lt;/P&gt;&lt;P&gt;Take care&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 18:00:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Cumulative-Total-on-percentages-that-are-GROUPED/m-p/1863187#M39930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-25T18:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Cumulative Total on percentages that are GROUPED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Cumulative-Total-on-percentages-that-are-GROUPED/m-p/1863190#M39931</link>
      <description>&lt;P&gt;Hi and thank you for the response.&amp;nbsp; I ended up utilizing the quick measure to get the results I was looking for.&amp;nbsp; I appreciate your help with this!&lt;/P&gt;&lt;P&gt;Take care&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 18:02:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Cumulative-Total-on-percentages-that-are-GROUPED/m-p/1863190#M39931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-25T18:02:01Z</dc:date>
    </item>
  </channel>
</rss>

