<?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: Get the total on each row in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-total-on-each-row/m-p/1202092#M19261</link>
    <description>&lt;P&gt;Olá Vitor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pelo que percebi você gostaria de ter o % de cada justificativa, ou seja, quanto 92 representa % de 415...se for isto, sugiro que na medida que incluir para o "Total de Sub Motivos 2020" marque para "Mostrar Valor Como" - Porcentagem do total Geral.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Espero que te ajude!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fdorta&lt;/P&gt;</description>
    <pubDate>Sun, 05 Jul 2020 18:55:22 GMT</pubDate>
    <dc:creator>fdorta</dc:creator>
    <dc:date>2020-07-05T18:55:22Z</dc:date>
    <item>
      <title>Get the total on each row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-total-on-each-row/m-p/1200912#M19187</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help to make a measure of percentage (Column "Percentual 2020"):&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;P&gt;I need to make de 415 stay in each row in the column "Total de sub motivos 2020" to get the correct percentage. How can I create the DAX function to get it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 19:01:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-total-on-each-row/m-p/1200912#M19187</guid>
      <dc:creator>VitorXavier</dc:creator>
      <dc:date>2020-07-03T19:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get the total on each row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-total-on-each-row/m-p/1201065#M19193</link>
      <description>&lt;P&gt;you do this by modifying the filter context, for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total =Calculate(sum(table[Qtd motivos 2020]),ALLSELECTED(table))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total = SUMX(ALLSELECTED(table),table[Qtd motivos 2020])&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 21:37:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-total-on-each-row/m-p/1201065#M19193</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-07-03T21:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get the total on each row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-total-on-each-row/m-p/1201292#M19207</link>
      <description>&lt;LI-CODE lang="markup"&gt;GrandTotal = CALCULATE ( [TotalAmount], ALLSELECTED ( TableName[Nome] ) )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;% GT Percentual 2020 = DIVIDE ( [Total Amount], [GrandTotal] )&lt;/LI-CODE&gt;&lt;P&gt;Replace TotalAmount with the SUM ( ColumnName )&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jul 2020 09:35:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-total-on-each-row/m-p/1201292#M19207</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2020-07-04T09:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get the total on each row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-total-on-each-row/m-p/1202092#M19261</link>
      <description>&lt;P&gt;Olá Vitor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pelo que percebi você gostaria de ter o % de cada justificativa, ou seja, quanto 92 representa % de 415...se for isto, sugiro que na medida que incluir para o "Total de Sub Motivos 2020" marque para "Mostrar Valor Como" - Porcentagem do total Geral.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Espero que te ajude!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fdorta&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2020 18:55:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-total-on-each-row/m-p/1202092#M19261</guid>
      <dc:creator>fdorta</dc:creator>
      <dc:date>2020-07-05T18:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get the total on each row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-total-on-each-row/m-p/1202231#M19267</link>
      <description>&lt;P&gt;To get the overall total, you can use a measure like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Overall Total = CALCULATE(SUM(Table[Total de sub motivos 2020]), ALL(Table[Nome]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, you don't need to do it in a separate measure, you can put them all together in one measure and just have your % of Total measure if you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this works for you, please mark it as the solution.&amp;nbsp; Kudos are appreciated too.&amp;nbsp; Please let me know if not.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2020 23:16:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-total-on-each-row/m-p/1202231#M19267</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2020-07-05T23:16:05Z</dc:date>
    </item>
  </channel>
</rss>

