<?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 Calculation of  different totals dependant on &amp;quot;variable&amp;quot; content in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Calculation-of-different-totals-dependant-on-quot-variable-quot/m-p/203657#M133</link>
    <description>&lt;P&gt;I have a table with a column Amount and a column Product.&lt;/P&gt;&lt;P&gt;The product is a name and can vary through the months , it's got a lot of values.&lt;/P&gt;&lt;P&gt;I want to make a calculation the SUM of the Amount for every product seperately without&lt;/P&gt;&lt;P&gt;using the Product name explicitly in the DAX code.&lt;/P&gt;&lt;P&gt;I want to do this in the DirectQuery Mode , I am not familyar enought with the restrictions of this mode&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2017 10:36:38 GMT</pubDate>
    <dc:creator>DannyBolier</dc:creator>
    <dc:date>2017-06-29T10:36:38Z</dc:date>
    <item>
      <title>Calculation of  different totals dependant on "variable" content</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Calculation-of-different-totals-dependant-on-quot-variable-quot/m-p/203657#M133</link>
      <description>&lt;P&gt;I have a table with a column Amount and a column Product.&lt;/P&gt;&lt;P&gt;The product is a name and can vary through the months , it's got a lot of values.&lt;/P&gt;&lt;P&gt;I want to make a calculation the SUM of the Amount for every product seperately without&lt;/P&gt;&lt;P&gt;using the Product name explicitly in the DAX code.&lt;/P&gt;&lt;P&gt;I want to do this in the DirectQuery Mode , I am not familyar enought with the restrictions of this mode&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 10:36:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Calculation-of-different-totals-dependant-on-quot-variable-quot/m-p/203657#M133</guid>
      <dc:creator>DannyBolier</dc:creator>
      <dc:date>2017-06-29T10:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of  different totals dependant on "variable" content</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Calculation-of-different-totals-dependant-on-quot-variable-quot/m-p/205683#M163</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="20716" data-lia-user-login="DannyBolier" class="lia-mention lia-mention-user"&gt;DannyBolier&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could refer to below formula to create a measure:&lt;/P&gt;
&lt;PRE&gt;Measure&amp;nbsp;=
CALCULATE&amp;nbsp;(&amp;nbsp;SUM&amp;nbsp;(&amp;nbsp;test[Amount]&amp;nbsp;),&amp;nbsp;ALLEXCEPT&amp;nbsp;(&amp;nbsp;test,&amp;nbsp;test[Product]&amp;nbsp;)&amp;nbsp;)&lt;/PRE&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuliana Gu&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:52:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Calculation-of-different-totals-dependant-on-quot-variable-quot/m-p/205683#M163</guid>
      <dc:creator>v-yulgu-msft</dc:creator>
      <dc:date>2017-07-04T06:52:37Z</dc:date>
    </item>
  </channel>
</rss>

