<?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: Measure Multiplicate a value with a percentage in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Multiplicate-a-value-with-a-percentage/m-p/3062291#M105884</link>
    <description>&lt;P&gt;Awesome, thanks for your help !&lt;/P&gt;</description>
    <pubDate>Sun, 05 Feb 2023 15:01:37 GMT</pubDate>
    <dc:creator>Kibba664</dc:creator>
    <dc:date>2023-02-05T15:01:37Z</dc:date>
    <item>
      <title>Measure Multiplicate a value with a percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Multiplicate-a-value-with-a-percentage/m-p/3062279#M105881</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;Hi all,&lt;BR /&gt;
I would like to create a measure that allows me to multiply a column with monetary values ​​by another column with percentages.

Each row has its own percentage so if I do SUM(Table(Sales amount)* SUM(Table(Percentage) the result doesn't match the value I'm trying to get because it adds the percentages and doesn't multiply them row by row&lt;BR /&gt;&lt;BR /&gt;here bellow a screenshot of what I'm looking for, and another of what I actually have with the DAX I've made&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;Thanks for your help &lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 05 Feb 2023 14:39:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Multiplicate-a-value-with-a-percentage/m-p/3062279#M105881</guid>
      <dc:creator>Kibba664</dc:creator>
      <dc:date>2023-02-05T14:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Multiplicate a value with a percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Multiplicate-a-value-with-a-percentage/m-p/3062284#M105882</link>
      <description>&lt;P&gt;Hello you are ylusing the sum function which will sum up all the percentage and multiple , to achieve what you want, use sumx&lt;/P&gt;&lt;P&gt;Sumx(table, [sum measure] * table[percentage])&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 14:47:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Multiplicate-a-value-with-a-percentage/m-p/3062284#M105882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-05T14:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Measure Multiplicate a value with a percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Multiplicate-a-value-with-a-percentage/m-p/3062291#M105884</link>
      <description>&lt;P&gt;Awesome, thanks for your help !&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 15:01:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Multiplicate-a-value-with-a-percentage/m-p/3062291#M105884</guid>
      <dc:creator>Kibba664</dc:creator>
      <dc:date>2023-02-05T15:01:37Z</dc:date>
    </item>
  </channel>
</rss>

