<?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: Row Level Percentage Calculation in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Level-Percentage-Calculation/m-p/2218725#M52602</link>
    <description>&lt;P&gt;Hello Sir,&lt;BR /&gt;Thank you for responding. Yes both Cost (Cost table) and MAX(Measure Table) are measures and tried the same "Divide" to produce the table 1 result.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Dec 2021 18:50:40 GMT</pubDate>
    <dc:creator>dhanekula1996</dc:creator>
    <dc:date>2021-12-02T18:50:40Z</dc:date>
    <item>
      <title>Row Level Percentage Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Level-Percentage-Calculation/m-p/2218471#M52567</link>
      <description>&lt;P&gt;Hello all,&lt;BR /&gt;I am trying to calulate difference between two measures. But it does not work at row level my measure if I use Divide / "/" is calculating total of the measures and applying divide function to that. I need help with calculating percentage at each row.&lt;BR /&gt;Please see the attached media for Info.&lt;BR /&gt;Table 1 is the current output. Table 2 is the desired Output&lt;BR /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 15:57:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Level-Percentage-Calculation/m-p/2218471#M52567</guid>
      <dc:creator>dhanekula1996</dc:creator>
      <dc:date>2021-12-02T15:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Row Level Percentage Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Level-Percentage-Calculation/m-p/2218533#M52576</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="299661" data-lia-user-login="dhanekula1996" class="lia-mention lia-mention-user"&gt;dhanekula1996&lt;/a&gt; , if Cost and MAx cost are measures&amp;nbsp; the &lt;/P&gt;
&lt;P&gt;A new measure like this should do&lt;/P&gt;
&lt;P&gt;divide([cost], [Max cost] )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If they are column&amp;nbsp; then a new measure like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;divide(Sum(Table[cost]), Sum(Table[Max cost] )) &lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 16:24:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Level-Percentage-Calculation/m-p/2218533#M52576</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-12-02T16:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Row Level Percentage Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Level-Percentage-Calculation/m-p/2218725#M52602</link>
      <description>&lt;P&gt;Hello Sir,&lt;BR /&gt;Thank you for responding. Yes both Cost (Cost table) and MAX(Measure Table) are measures and tried the same "Divide" to produce the table 1 result.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 18:50:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Level-Percentage-Calculation/m-p/2218725#M52602</guid>
      <dc:creator>dhanekula1996</dc:creator>
      <dc:date>2021-12-02T18:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Row Level Percentage Calculation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Level-Percentage-Calculation/m-p/2226906#M53039</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="299661" data-lia-user-login="dhanekula1996" class="lia-mention lia-mention-user"&gt;dhanekula1996&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide the sample data and the corresponding two measures, so that we can understand your scenario and understand the measure and context, which is helpful to help you solve the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Liang&lt;BR /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 05:56:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Row-Level-Percentage-Calculation/m-p/2226906#M53039</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2021-12-08T05:56:32Z</dc:date>
    </item>
  </channel>
</rss>

