<?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: Como calcular  o valor total de prioridades (1;2;3;4) divido pelo total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Como-calcular-o-valor-total-de-prioridades-1-2-3-4-divido-pelo/m-p/2680961#M80293</link>
    <description>&lt;LI-CODE lang="csharp"&gt;// Let's say your base measure is [M],
// and the table is T.

[M Percentage of Period] =
var TotalAcrossAllVisiblePeriods =
    CALCULATE(
        [M],
        ALLSELECTED( T[Period] )
    )
var Result = 
    DIVIDE(
        [M],
        TotalAcrossAllVisiblePeriods
    )
return
    Result&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 04 Aug 2022 08:23:00 GMT</pubDate>
    <dc:creator>daXtreme</dc:creator>
    <dc:date>2022-08-04T08:23:00Z</dc:date>
    <item>
      <title>Como calcular  o valor total de prioridades (1;2;3;4) divido pelo total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Como-calcular-o-valor-total-de-prioridades-1-2-3-4-divido-pelo/m-p/2679524#M80197</link>
      <description>&lt;P&gt;Boa tarde!&lt;/P&gt;&lt;P&gt;Como faço para calcular a porcentagem entre o valor total de cada prioridade (1;2;3;4) dividido pelo total de cada periodo (jun/21...julh/21...Ago/21...etc???&lt;/P&gt;&lt;P&gt;Tabela:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&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;</description>
      <pubDate>Wed, 03 Aug 2022 18:16:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Como-calcular-o-valor-total-de-prioridades-1-2-3-4-divido-pelo/m-p/2679524#M80197</guid>
      <dc:creator>Victor1986</dc:creator>
      <dc:date>2022-08-03T18:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Como calcular  o valor total de prioridades (1;2;3;4) divido pelo total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Como-calcular-o-valor-total-de-prioridades-1-2-3-4-divido-pelo/m-p/2680961#M80293</link>
      <description>&lt;LI-CODE lang="csharp"&gt;// Let's say your base measure is [M],
// and the table is T.

[M Percentage of Period] =
var TotalAcrossAllVisiblePeriods =
    CALCULATE(
        [M],
        ALLSELECTED( T[Period] )
    )
var Result = 
    DIVIDE(
        [M],
        TotalAcrossAllVisiblePeriods
    )
return
    Result&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 Aug 2022 08:23:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Como-calcular-o-valor-total-de-prioridades-1-2-3-4-divido-pelo/m-p/2680961#M80293</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-08-04T08:23:00Z</dc:date>
    </item>
  </channel>
</rss>

