<?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: How to Calculate a Running Percentage Based on a Percentage Measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Calculate-a-Running-Percentage-Based-on-a-Percentage/m-p/3199911#M116280</link>
    <description>&lt;P&gt;I took an even easier approach.&amp;nbsp; Right click on the field you want to create the running total on and choose "New quick measure" .&amp;nbsp; Under totals, there's a couple running total options -- this added a couple filters that I would not have thought of (Allselected and Isonorafter) .&amp;nbsp; Cheers&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2023 11:18:15 GMT</pubDate>
    <dc:creator>cmsouth</dc:creator>
    <dc:date>2023-04-21T11:18:15Z</dc:date>
    <item>
      <title>How to Calculate a Running Percentage Based on a Percentage Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Calculate-a-Running-Percentage-Based-on-a-Percentage/m-p/2184329#M50904</link>
      <description>&lt;P&gt;Hi, I'm a new user and none of the several related posts/solutions are applicable to my issue, or I'm not doing something correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a series of measures:&lt;/P&gt;&lt;P&gt;1.) First measure calculates the number of POs for each vendor.&lt;/P&gt;&lt;P&gt;2.) Second measure calculates the total spend for those POs for each vendor.&lt;/P&gt;&lt;P&gt;3.) Third measure calculates the percentage of the total spend by vendor based on the total spend for all vendors.&lt;/P&gt;&lt;P&gt;4.) The fourth measure I want to create is a cumulative percentage of the percentages in the third measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The solutions I have looked at involve the calculate/filter/all/max functions that invariably return a value of 1 or 100%, no matter which field I use as a filter (such as vendor).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like a simple thing to add the percentages row by row until the final value is 100%. Am I experiencing issues because I'm cascading measures?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for any information you can provide.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 03:53:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Calculate-a-Running-Percentage-Based-on-a-Percentage/m-p/2184329#M50904</guid>
      <dc:creator>MStP</dc:creator>
      <dc:date>2021-11-11T03:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate a Running Percentage Based on a Percentage Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Calculate-a-Running-Percentage-Based-on-a-Percentage/m-p/2184375#M50906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;All measures are in the attached pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 04:52:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Calculate-a-Running-Percentage-Based-on-a-Percentage/m-p/2184375#M50906</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2021-11-11T04:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate a Running Percentage Based on a Percentage Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Calculate-a-Running-Percentage-Based-on-a-Percentage/m-p/2186065#M50980</link>
      <description>&lt;P&gt;Hi Jihwan Kim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply! This worked for me and I am very appreciative of your solution. It turns out that I had to apply the DAX formulas provided by you for all of the relevant measures instead of the formulas I was using to feed into the Running Percentage: measure.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I don't completely understand the syntax of the formulas. I hope to learn this as it's not enough for my learning experience to just copy/paste, but this solves my issue!&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;Best,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 21:32:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Calculate-a-Running-Percentage-Based-on-a-Percentage/m-p/2186065#M50980</guid>
      <dc:creator>MStP</dc:creator>
      <dc:date>2021-11-11T21:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate a Running Percentage Based on a Percentage Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Calculate-a-Running-Percentage-Based-on-a-Percentage/m-p/2197429#M51513</link>
      <description>&lt;P&gt;Hello Jihwan Kim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm experiencing a new issue when I try to filter the values by a plant/date. The running percentage does not change - it keeps calculating based on the pre-filter total.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No filter - values are correct:&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Filtered by plant/date - running % still calculating pre-filter:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you for any additional help you can provide!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 20:47:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Calculate-a-Running-Percentage-Based-on-a-Percentage/m-p/2197429#M51513</guid>
      <dc:creator>MStP</dc:creator>
      <dc:date>2021-11-18T20:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Calculate a Running Percentage Based on a Percentage Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Calculate-a-Running-Percentage-Based-on-a-Percentage/m-p/3199911#M116280</link>
      <description>&lt;P&gt;I took an even easier approach.&amp;nbsp; Right click on the field you want to create the running total on and choose "New quick measure" .&amp;nbsp; Under totals, there's a couple running total options -- this added a couple filters that I would not have thought of (Allselected and Isonorafter) .&amp;nbsp; Cheers&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 11:18:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Calculate-a-Running-Percentage-Based-on-a-Percentage/m-p/3199911#M116280</guid>
      <dc:creator>cmsouth</dc:creator>
      <dc:date>2023-04-21T11:18:15Z</dc:date>
    </item>
  </channel>
</rss>

