<?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: Add Row Percentage in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200490#M88198</link>
    <description>&lt;P&gt;This is how i have configured the Matrix:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Row: UNITS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column: STATUS1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Values : SUM[STATUS1]&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COUNT[STATUS1] &amp;nbsp; show value as &lt;STRONG&gt;percentage row of total&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 17:53:19 GMT</pubDate>
    <dc:creator>ewill_bdg</dc:creator>
    <dc:date>2017-06-23T17:53:19Z</dc:date>
    <item>
      <title>Add Row Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200444#M88172</link>
      <description>&lt;P&gt;I need to add a colomn &amp;nbsp;Matrix that calculate the percentage (%) of UNITs "ON MOVE":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I almost got it, the problem is that it calculate it for all the columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How Can I&amp;nbsp;Calculate the % of STATUS = ON MOVE by UNIT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I asume that it can be done using a measure, may be something like this:&amp;nbsp;%OnMove= SUM(Inventory[STATUS1] = 'ON MOVE'/TOTAL by UNIT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been using PowerBI for less that 2 weeks, so please consider this in your response (asume I know nothing)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:43:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200444#M88172</guid>
      <dc:creator>ewill_bdg</dc:creator>
      <dc:date>2017-06-23T15:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add Row Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200454#M88175</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="33593" data-lia-user-login="ewill_bdg" class="lia-mention lia-mention-user"&gt;ewill_bdg&lt;/a&gt;&amp;nbsp;You can create a measure, such as&amp;nbsp;Measure = DIVIDE([ON MOVE],[Total Sum of Available]) then convert it to a % format by clicking the measure in the Fields list then going to the Modeling tab in the top left.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 16:05:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200454#M88175</guid>
      <dc:creator>kjsullivan</dc:creator>
      <dc:date>2017-06-23T16:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add Row Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200469#M88184</link>
      <description>&lt;P&gt;ERROR:&lt;/P&gt;&lt;P&gt;The value for 'ON MOVE' cannot be determined. Either '&lt;SPAN&gt;ON MOVE&lt;/SPAN&gt;' doesn't exist, or there is no current row for a column named '&lt;SPAN&gt;ON MOVE&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same for:&amp;nbsp;&lt;SPAN&gt;Total Sum of Available&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 16:43:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200469#M88184</guid>
      <dc:creator>ewill_bdg</dc:creator>
      <dc:date>2017-06-23T16:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Add Row Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200478#M88191</link>
      <description>&lt;P&gt;I've found this:&amp;nbsp;&lt;A href="http://community.powerbi.com/t5/Desktop/percentage-calculator-on-Row-wise/m-p/86473#M36283" target="_blank"&gt;http://community.powerbi.com/t5/Desktop/percentage-calculator-on-Row-wise/m-p/86473#M36283&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed all columns from VALUES and left only STATUS (ON MOVE, AVAILABLE, DAMAGE, etc.),&lt;/P&gt;&lt;P&gt;and tried: %Avail = [ON MOVE]/[TOTAL]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SLA Not Met % = [SLA Not Met] / [Total]&lt;/PRE&gt;&lt;P&gt;but for some reason, I receive an ERROR, "ON MOVE" is not a column.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 16:55:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200478#M88191</guid>
      <dc:creator>ewill_bdg</dc:creator>
      <dc:date>2017-06-23T16:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add Row Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200484#M88195</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="33593" data-lia-user-login="ewill_bdg" class="lia-mention lia-mention-user"&gt;ewill_bdg&lt;/a&gt;Create a measure of the On Move Sum of Available.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum of On Move Available = SUMX(On Move, Sum of Available)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't tell what Table the Total Sum Available is in or if that is a table itself. You may need to provide more code there, but I think you will then need to do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Divide([Sum of On Move Available],[Total Sum of Available])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can then filter it by unit within your report&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 17:35:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200484#M88195</guid>
      <dc:creator>kjsullivan</dc:creator>
      <dc:date>2017-06-23T17:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add Row Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200490#M88198</link>
      <description>&lt;P&gt;This is how i have configured the Matrix:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Row: UNITS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column: STATUS1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Values : SUM[STATUS1]&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COUNT[STATUS1] &amp;nbsp; show value as &lt;STRONG&gt;percentage row of total&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 17:53:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200490#M88198</guid>
      <dc:creator>ewill_bdg</dc:creator>
      <dc:date>2017-06-23T17:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add Row Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200517#M88208</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="33593" data-lia-user-login="ewill_bdg" class="lia-mention lia-mention-user"&gt;ewill_bdg&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes that helps me understand a little more.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will do this Measure first. This should get the Sum of a Status. I am still a little confused on your fields so I just did a basic template. The table should be the table your status is in and column should be the status. The Table is what you called your data when you orignally loaded it into Power Bi. For example, the table&amp;nbsp;is Sheet 1. The columns I have are Alphabet and Number. And the values are in Alphabet and Number. So if I wanted the Sum of letter a I would do&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sum of Letter = CALCULATE (&lt;BR /&gt; COUNT (Sheet1[Alphabet]),Sheet1[Alphabet]="a")&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sum of On Move Available  = CALCULATE (&lt;BR /&gt; COUNT (Table[Coulmn]),Table[Coulmn]="value")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think what you need to do next is create a second measure that finds the SUM of all avilable between all the different statuses.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would be&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;CountValues = CALCULATE ( COUNT ( TableName ), TableName[ColumnName])&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then you would do the divide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sum of % = DIVIDE([Sum of On Move Available],[Sum of All Available])&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would give you the % of only On Move. You could change up the first measure created per value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 19:31:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Add-Row-Percentage/m-p/200517#M88208</guid>
      <dc:creator>kjsullivan</dc:creator>
      <dc:date>2017-06-23T19:31:10Z</dc:date>
    </item>
  </channel>
</rss>

