<?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: Count all values in table that share same value as current row in pivot table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-all-values-in-table-that-share-same-value-as-current-row/m-p/1054349#M14496</link>
    <description>"The issue with power query is that you cannot simply use "@"[column] like you can in a table."&lt;BR /&gt;&lt;BR /&gt;What does it mean? I don't get it... In Power Query you can do ANYTHING. You just have to know how. Power Query is more powerful for data munging than DAX. For instance, in PQ you can use recursion. This is not possible in DAX.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
    <pubDate>Tue, 28 Apr 2020 17:58:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-28T17:58:38Z</dc:date>
    <item>
      <title>Count all values in table that share same value as current row in pivot table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-all-values-in-table-that-share-same-value-as-current-row/m-p/1053424#M14447</link>
      <description>&lt;P&gt;I am trying to count all values in a table that have the same value as the current row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a duplication key and I want to see how many time this key shows up in the rest of the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Duplication key:&lt;/P&gt;&lt;P&gt;=CONCATENATE(CONCATENATE([Total Weight kg],"-"),[Total Net Value])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Key Count:&lt;/P&gt;&lt;P&gt;=COUNTAX(ALL('Invoice Data'),CONCATENATE(CONCATENATE([Total Weight kg],"-"),[Total Net Value])=[Duplication Check Key])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But at the moment I am getting this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;410.556-0&lt;/TD&gt;&lt;TD&gt;11912&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3702.224-0&lt;/TD&gt;&lt;TD&gt;11912&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;869.4-0&lt;/TD&gt;&lt;TD&gt;11912&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;408.29-0&lt;/TD&gt;&lt;TD&gt;11912&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1356.356-0&lt;/TD&gt;&lt;TD&gt;11912&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;361.496-0&lt;/TD&gt;&lt;TD&gt;11912&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1773.014-0&lt;/TD&gt;&lt;TD&gt;11912&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1240.89-0&lt;/TD&gt;&lt;TD&gt;11912&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I do the same thing without the ALL function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=COUNTAX('Invoice Data',CONCATENATE(CONCATENATE([Total Weight kg],"-"),[Total Net Value])=[Duplication Check Key])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I only count items in the current row and I count all of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue with power query is that you cannot simply use "@"[column] like you can in a table. Please help&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 12:44:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-all-values-in-table-that-share-same-value-as-current-row/m-p/1053424#M14447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T12:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Count all values in table that share same value as current row in pivot table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-all-values-in-table-that-share-same-value-as-current-row/m-p/1054349#M14496</link>
      <description>"The issue with power query is that you cannot simply use "@"[column] like you can in a table."&lt;BR /&gt;&lt;BR /&gt;What does it mean? I don't get it... In Power Query you can do ANYTHING. You just have to know how. Power Query is more powerful for data munging than DAX. For instance, in PQ you can use recursion. This is not possible in DAX.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Tue, 28 Apr 2020 17:58:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-all-values-in-table-that-share-same-value-as-current-row/m-p/1054349#M14496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T17:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Count all values in table that share same value as current row in pivot table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-all-values-in-table-that-share-same-value-as-current-row/m-p/1054374#M14497</link>
      <description>&lt;P&gt;do you have a workaround?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 18:10:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Count-all-values-in-table-that-share-same-value-as-current-row/m-p/1054374#M14497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T18:10:35Z</dc:date>
    </item>
  </channel>
</rss>

