<?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 can I accumulate a % in dates in DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-accumulate-a-in-dates-in-DAX/m-p/2569793#M73336</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="393053" data-lia-user-login="emadrigals104" class="lia-mention lia-mention-user"&gt;emadrigals104&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Measure1 Correct Total =
SUMX ( VALUES ( 'Date'[Month] ), [Measure1] )&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 09 Jun 2022 17:17:38 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-06-09T17:17:38Z</dc:date>
    <item>
      <title>How can I accumulate a % in dates in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-accumulate-a-in-dates-in-DAX/m-p/2569690#M73330</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to perform a function that allows me to accumulate the percentage, but not using the traditional method with DATESYTD, because it takes the amounts and not the results of the monthly percentages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The idea is to create both measure 1, as well as measure 2, which is the one that accumulates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help.&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 16:04:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-accumulate-a-in-dates-in-DAX/m-p/2569690#M73330</guid>
      <dc:creator>emadrigals104</dc:creator>
      <dc:date>2022-06-09T16:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accumulate a % in dates in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-accumulate-a-in-dates-in-DAX/m-p/2569790#M73335</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure if I understood your question correctly, but please check the below picture and the attached 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;LI-CODE lang="markup"&gt;Expected measure: =
CALCULATE (
    SUMX ( Data, Data[Value2] / Data[Value1] ),
    FILTER ( ALL ( Data ), Data[Date] &amp;lt;= MAX ( Data[Date] ) )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 09 Jun 2022 17:14:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-accumulate-a-in-dates-in-DAX/m-p/2569790#M73335</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-06-09T17:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I accumulate a % in dates in DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-accumulate-a-in-dates-in-DAX/m-p/2569793#M73336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="393053" data-lia-user-login="emadrigals104" class="lia-mention lia-mention-user"&gt;emadrigals104&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Measure1 Correct Total =
SUMX ( VALUES ( 'Date'[Month] ), [Measure1] )&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 09 Jun 2022 17:17:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-accumulate-a-in-dates-in-DAX/m-p/2569793#M73336</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-06-09T17:17:38Z</dc:date>
    </item>
  </channel>
</rss>

