<?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: Multiply Calculation in Subtotal in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/367400#M166312</link>
    <description>&lt;P&gt;That might be the killer part to your problem.&amp;nbsp; You will need to figure out a way to relate the data if you wish to do this.&amp;nbsp; Conceptually, is there anything that relates the two tables?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2018 23:25:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-28T23:25:36Z</dc:date>
    <item>
      <title>Multiply Calculation in Subtotal</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/366718#M165954</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using multiple formulas to calculate filed but I found in a Subtotal column is incorrect.&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;On column: Deduct Rate, I use formula = Amount_THB * Number of CPN. The value in row B, H, V and Y is correct but row Subtotal is incorrect. I want to row Subtotal is calculating = row: B+H+V+Y, please advise me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Deduct Rates = SUMX('Interline Rate',[Amount_THB])*SUMX(vw_nw_sale_info_01,[Number of CPN])&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 06:26:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/366718#M165954</guid>
      <dc:creator>hanami001</dc:creator>
      <dc:date>2018-02-28T06:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply Calculation in Subtotal</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/366754#M165968</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;First create this&lt;/P&gt;&lt;PRE&gt;Deduct Rates Measure = 'Interline Rate'[Amount_THB] * 'vw_nw_sale_info_01'[Number of CPN]&lt;/PRE&gt;&lt;P&gt;Now you can use&lt;/P&gt;&lt;PRE&gt;Deduct Rates = SUMX(
        VALUES('Interline Rate'[Routing_BI]),
        [Deduct Rates Measure]
)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 06:50:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/366754#M165968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply Calculation in Subtotal</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/366759#M165971</link>
      <description>&lt;P&gt;Hi Ross73312,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I forget attached relationship of tables.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot relation between&amp;nbsp;'vw_nw_sale_info_01'[Number of CPN] and&amp;nbsp;'Interline Rate'[Amount_THB].&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 06:54:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/366759#M165971</guid>
      <dc:creator>hanami001</dc:creator>
      <dc:date>2018-02-28T06:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply Calculation in Subtotal</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/367400#M166312</link>
      <description>&lt;P&gt;That might be the killer part to your problem.&amp;nbsp; You will need to figure out a way to relate the data if you wish to do this.&amp;nbsp; Conceptually, is there anything that relates the two tables?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 23:25:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/367400#M166312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T23:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply Calculation in Subtotal</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/370307#M167862</link>
      <description>&lt;P&gt;Hi Ross73312,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This problem is solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used another way, an insert&amp;nbsp;a new column and use the&amp;nbsp;formula to get data, an example is below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Deduct Rates = LOOKUPVALUE('Interline Rate'[Amount_THB],
   'Interline Rate'[Carrier],vw_nw_sale_info_01[Carrier Uplifted],
   'Interline Rate'[Routing_Bi],RELATED('Routing Bi'[Route_Bi]),
   'Interline Rate'[RBD],vw_nw_sale_info_01[CLASS]
)&lt;/PRE&gt;&lt;PRE&gt;% Change Deduct = [Revenue] - [Deduct Rates]&lt;/PRE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 06:34:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/370307#M167862</guid>
      <dc:creator>hanami001</dc:creator>
      <dc:date>2018-03-06T06:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply Calculation in Subtotal</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/370308#M167863</link>
      <description>&lt;P&gt;Glad you figured out a path to a solution :)&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 06:35:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Multiply-Calculation-in-Subtotal/m-p/370308#M167863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-06T06:35:53Z</dc:date>
    </item>
  </channel>
</rss>

