<?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: Problem multiplying measure by column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-multiplying-measure-by-column/m-p/3580727#M138108</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="310802" data-lia-user-login="Userpath77" class="lia-mention lia-mention-user"&gt;Userpath77&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Define the Cumulative Measure (CumulativeMeasure)&lt;/LI&gt;
&lt;LI&gt;Define the Monthly Percentage Column (MonthlyPercentage)&lt;/LI&gt;
&lt;LI&gt;Create a New Measure for the Percentage Calculation&lt;/LI&gt;
&lt;/OL&gt;
&lt;LI-CODE lang="markup"&gt;PercentageOfCumulative = 
SUMX(
    'YourTable',
    [CumulativeMeasure] * [MonthlyPercentage]
)
&lt;/LI-CODE&gt;
&lt;P&gt;SUMX iterates over each row, multiplying the CumulativeMeasure by the MonthlyPercentage for that row, and then sums these results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should you require any further assistance, please do not hesitate to reach out to me.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2023 22:50:19 GMT</pubDate>
    <dc:creator>Sahir_Maharaj</dc:creator>
    <dc:date>2023-12-12T22:50:19Z</dc:date>
    <item>
      <title>Problem multiplying measure by column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-multiplying-measure-by-column/m-p/3580589#M138104</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a measure which creates a monthly cumulative value that spreads across 12 months. I now need to create a new measure which calculates a percentage from each of the monthly cumulative values. To do this, I created a calculated column that lists all the monthly percentages for each month with a command to multiply them against the existing Cumulative measure. My results come back astronomical, can anyone point me to any guidance on how to deal with multiplying calcuated columns by measures?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 20:58:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-multiplying-measure-by-column/m-p/3580589#M138104</guid>
      <dc:creator>Userpath77</dc:creator>
      <dc:date>2023-12-12T20:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem multiplying measure by column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-multiplying-measure-by-column/m-p/3580727#M138108</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="310802" data-lia-user-login="Userpath77" class="lia-mention lia-mention-user"&gt;Userpath77&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Define the Cumulative Measure (CumulativeMeasure)&lt;/LI&gt;
&lt;LI&gt;Define the Monthly Percentage Column (MonthlyPercentage)&lt;/LI&gt;
&lt;LI&gt;Create a New Measure for the Percentage Calculation&lt;/LI&gt;
&lt;/OL&gt;
&lt;LI-CODE lang="markup"&gt;PercentageOfCumulative = 
SUMX(
    'YourTable',
    [CumulativeMeasure] * [MonthlyPercentage]
)
&lt;/LI-CODE&gt;
&lt;P&gt;SUMX iterates over each row, multiplying the CumulativeMeasure by the MonthlyPercentage for that row, and then sums these results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should you require any further assistance, please do not hesitate to reach out to me.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 22:50:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-multiplying-measure-by-column/m-p/3580727#M138108</guid>
      <dc:creator>Sahir_Maharaj</dc:creator>
      <dc:date>2023-12-12T22:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem multiplying measure by column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-multiplying-measure-by-column/m-p/3582656#M138221</link>
      <description>&lt;P&gt;Thanks Sahir---I have a list of %'s that would need calculated for each month by the cumulative measure. Example, If year is 2024 and month is October, multiply cumulative measure by 10%. If year is 2023 and month is November, multiply cumulative measure by 20%. What is the best way to approach this?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 20:09:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-multiplying-measure-by-column/m-p/3582656#M138221</guid>
      <dc:creator>Userpath77</dc:creator>
      <dc:date>2023-12-13T20:09:19Z</dc:date>
    </item>
  </channel>
</rss>

