<?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 Matrix table subtotal problem in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-table-subtotal-problem/m-p/2749973#M84817</link>
    <description>&lt;P&gt;Dear Members,&lt;BR /&gt;&amp;nbsp;Could you please kindly help to solve the following problem? see the picture&lt;BR /&gt;&amp;nbsp;i would like that the sum celds are igual to subtotal of the matrix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2022 10:22:40 GMT</pubDate>
    <dc:creator>ChiRomeu</dc:creator>
    <dc:date>2022-09-06T10:22:40Z</dc:date>
    <item>
      <title>Matrix table subtotal problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-table-subtotal-problem/m-p/2749973#M84817</link>
      <description>&lt;P&gt;Dear Members,&lt;BR /&gt;&amp;nbsp;Could you please kindly help to solve the following problem? see the picture&lt;BR /&gt;&amp;nbsp;i would like that the sum celds are igual to subtotal of the matrix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 10:22:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-table-subtotal-problem/m-p/2749973#M84817</guid>
      <dc:creator>ChiRomeu</dc:creator>
      <dc:date>2022-09-06T10:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix table subtotal problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-table-subtotal-problem/m-p/2750137#M84821</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="389075" data-lia-user-login="ChiRomeu" class="lia-mention lia-mention-user"&gt;ChiRomeu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Count =
SUMX (
    CROSSJOIN (
        SUMMARIZE ( Coutry, Country[Continent], Country[City] ),
        VALUES ( Company[Company] ),
        VALUES ( Products[Product] ),
        VALUES ( Services[Service Type] )
    ),
    COUNTROWS ( CALCULATETABLE ( VALUES ( Customers[Customer] ) ) )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 06 Sep 2022 11:27:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-table-subtotal-problem/m-p/2750137#M84821</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-06T11:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix table subtotal problem</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-table-subtotal-problem/m-p/2750330#M84836</link>
      <description>&lt;P&gt;thanks a lot!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 12:57:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-table-subtotal-problem/m-p/2750330#M84836</guid>
      <dc:creator>ChiRomeu</dc:creator>
      <dc:date>2022-09-06T12:57:27Z</dc:date>
    </item>
  </channel>
</rss>

