<?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: Sum visible rows in matrix visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3082977#M107553</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="414493" data-lia-user-login="Maieev" class="lia-mention lia-mention-user"&gt;Maieev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ok&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Count products =&lt;BR /&gt;COUNTROWS ( VALUES ( 'sales Order Details'[Product ID Description] ) )&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2023 08:58:45 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-02-16T08:58:45Z</dc:date>
    <item>
      <title>Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3081342#M107401</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a matrix table, with multiple rows and values. I wanted to count number of products but the measure I wrote is not summing in the table nor in card visual. Rows are coming from 6 different tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Count products = &lt;/SPAN&gt;&lt;SPAN&gt;COUNTX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Metrics&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Request Quantity]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some of the products repeat within the country and customer, but I want to count visible number of products.&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;Also I tried to calculate the average of the Days past request date but it gives me very high number, so I suppose it takes data from the whole table and I wanted to have it only for the data from the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Days past request date = &lt;/SPAN&gt;&lt;SPAN&gt;DATEDIFF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Time - Requested By'&lt;/SPAN&gt;&lt;SPAN&gt;[Requested By Date]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;DAY&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Avg = &lt;/SPAN&gt;&lt;SPAN&gt;AVERAGEA&lt;/SPAN&gt;&lt;SPAN&gt;('Time - Requested By'[Days past request date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate any help.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 11:36:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3081342#M107401</guid>
      <dc:creator>Maieev</dc:creator>
      <dc:date>2023-02-15T11:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3081566#M107429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="414493" data-lia-user-login="Maieev" class="lia-mention lia-mention-user"&gt;Maieev&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Would you please indicate from which table each column in the matrix rows is coming from? Please present the relationshipd of these tables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 14:19:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3081566#M107429</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-15T14:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3081614#M107435</link>
      <description>&lt;P&gt;Sure,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rows:&lt;/P&gt;&lt;P&gt;1. 'Sales Structure'[Country]&lt;/P&gt;&lt;P&gt;2. 'Customer Sold To'[Customer Sold To]&lt;/P&gt;&lt;P&gt;3. 'Sales Order Details'[Order Number]&lt;/P&gt;&lt;P&gt;4. 'Time - Order Entry'[Order Entry Date]&lt;/P&gt;&lt;P&gt;5. 'Time - Requested By'[Requested By Date]&lt;/P&gt;&lt;P&gt;6. 'Time -Requested By'[&lt;SPAN&gt;Days past request date]&amp;nbsp; &lt;EM&gt;it's calculated column&lt;/EM&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;DATEDIFF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Time - Requested By'&lt;/SPAN&gt;&lt;SPAN&gt;[Requested By Date]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;DAY&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;7. 'Product'[Product ID Description]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Values:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From 'Metrics' table, two measures:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Request Quantity&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Request Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Count products = &lt;/SPAN&gt;&lt;SPAN&gt;COUNTAX&lt;/SPAN&gt;&lt;SPAN&gt;(Metrics,[Request Quantity])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's a very big relationship model, this is a part of it, all of those are linked to Sales Order Details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 14:43:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3081614#M107435</guid>
      <dc:creator>Maieev</dc:creator>
      <dc:date>2023-02-15T14:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3081723#M107448</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="414493" data-lia-user-login="Maieev" class="lia-mention lia-mention-user"&gt;Maieev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let's try something simple like&lt;/P&gt;
&lt;P&gt;Count products =&lt;BR /&gt;COUNTROWS ( VALUES ( 'Sales Order Details'[Order Number] ) )&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 15:27:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3081723#M107448</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-15T15:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3082942#M107547</link>
      <description>&lt;P&gt;It's counting the number of orders correctly but not the number of products:&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;</description>
      <pubDate>Thu, 16 Feb 2023 08:39:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3082942#M107547</guid>
      <dc:creator>Maieev</dc:creator>
      <dc:date>2023-02-16T08:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3082977#M107553</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="414493" data-lia-user-login="Maieev" class="lia-mention lia-mention-user"&gt;Maieev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ok&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Count products =&lt;BR /&gt;COUNTROWS ( VALUES ( 'sales Order Details'[Product ID Description] ) )&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 08:58:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3082977#M107553</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-16T08:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083027#M107559</link>
      <description>&lt;P&gt;Product ID Description field comes from a different table&amp;nbsp;&lt;SPAN&gt;'Product'[Product ID Description] and when I try to:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Countproduct = &lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Product'&lt;/SPAN&gt;&lt;SPAN&gt;[Product ID Description]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;it's not working because it's direct query and probably is running through the whole underlying data.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Feb 2023 09:20:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083027#M107559</guid>
      <dc:creator>Maieev</dc:creator>
      <dc:date>2023-02-16T09:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083073#M107565</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="414493" data-lia-user-login="Maieev" class="lia-mention lia-mention-user"&gt;Maieev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I meant to say&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count products =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;COUNTROWS ( VALUES ( 'sales Order Details'[Product ID] ) )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I guess the Product ID exists in the Sales Order Details table.&amp;nbsp;&lt;BR /&gt;Using&amp;nbsp;'Product'[Product ID Description] won't work unless you CROSSFILTER the relationship with&amp;nbsp;Sales Order Details table to BOTH like&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count products =&lt;BR /&gt;COUNTROWS (&lt;BR /&gt;CALCULATETABLE (&lt;BR /&gt;VALUES ( 'Product'[Product ID Description] ),&lt;BR /&gt;CROSSFILTER ( 'sales Order Details'[Product ID], 'Product'[Product ID], BOTH )&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 09:46:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083073#M107565</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-16T09:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083103#M107567</link>
      <description>&lt;P&gt;Oh, getting closer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;= &lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Sales Order Details'&lt;/SPAN&gt;&lt;SPAN&gt;[ItemDWHKey]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;there was a field in sales table for products but I can see it counts unique values probably? As for example here it shows 10 where should be 29.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Feb 2023 10:04:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083103#M107567</guid>
      <dc:creator>Maieev</dc:creator>
      <dc:date>2023-02-16T10:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083168#M107574</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="414493" data-lia-user-login="Maieev" class="lia-mention lia-mention-user"&gt;Maieev&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;In this case we need to force additivity&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Count products =
SUMX (
    SUMMARIZE (
        'Sales Order Details',
        'Sales Structure'[Country],
        'Customer Sold To'[Customer Sold To],
        'Sales Order Details'[Order Number]
    ),
    COUNTROWS ( CALCULATETABLE ( VALUES ( 'Sales Order Details'[ItemDWHKey] ) ) )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 16 Feb 2023 10:40:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083168#M107574</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-16T10:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083215#M107580</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you so much for all the help!!! It works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 11:10:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083215#M107580</guid>
      <dc:creator>Maieev</dc:creator>
      <dc:date>2023-02-16T11:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083223#M107582</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;got too excited, I assume it's minor one to fix&lt;BR /&gt;it works, but every line should have 1...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 11:18:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083223#M107582</guid>
      <dc:creator>Maieev</dc:creator>
      <dc:date>2023-02-16T11:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083227#M107583</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="414493" data-lia-user-login="Maieev" class="lia-mention lia-mention-user"&gt;Maieev&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Which column connects 'Product' to&amp;nbsp;&lt;SPAN&gt;'Sales Order Details'?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 11:21:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083227#M107583</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-16T11:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083236#M107585</link>
      <description>&lt;P&gt;'Product'[ItemDWHKey] 1&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;'Sales Order Details'[ItemDWHKey] many&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 11:27:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083236#M107585</guid>
      <dc:creator>Maieev</dc:creator>
      <dc:date>2023-02-16T11:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083243#M107587</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="414493" data-lia-user-login="Maieev" class="lia-mention lia-mention-user"&gt;Maieev&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Count products =
SUMX (
    SUMMARIZE (
        'Sales Order Details',
        'Sales Structure'[Country],
        'Customer Sold To'[Customer Sold To],
        'Sales Order Details'[Order Number]
    ),
    COUNTROWS (
        CALCULATETABLE (
            VALUES ( 'Product'[Product ID Description] ),
            CROSSFILTER ( 'sales Order Details'[ItemDWHKey], 'Product'[ItemDWHKey], BOTH )
        )
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 16 Feb 2023 11:31:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083243#M107587</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-16T11:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sum visible rows in matrix visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083255#M107589</link>
      <description>&lt;P&gt;Yes, exactly this is it. Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 11:39:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-visible-rows-in-matrix-visual/m-p/3083255#M107589</guid>
      <dc:creator>Maieev</dc:creator>
      <dc:date>2023-02-16T11:39:09Z</dc:date>
    </item>
  </channel>
</rss>

