<?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 VALUE BASED ON OTHER TABLE in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNT-VALUE-BASED-ON-OTHER-TABLE/m-p/2380959#M61521</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="361493" data-lia-user-login="Wicak" class="lia-mention lia-mention-user"&gt;Wicak&lt;/a&gt; , Unpivot the first three table to get the name column from member 1, member 2 etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then create a common name dimension&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Name =distinct(union(distinct(Table1[Name]),distinct(Table2[Name]),distinct(Table3[Name]),distinct(Table3[Name])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Join it with all four tables and now you can do analysis together&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/pivot-and-unpivot-with-power-bi" target="_blank"&gt;https://radacad.com/pivot-and-unpivot-with-power-bi&lt;/A&gt;&lt;BR /&gt;Append : &lt;A href="https://radacad.com/append-vs-merge-in-power-bi-and-power-query" target="_blank"&gt;https://radacad.com/append-vs-merge-in-power-bi-and-power-query&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2022 10:07:59 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-03-08T10:07:59Z</dc:date>
    <item>
      <title>COUNT VALUE BASED ON OTHER TABLE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNT-VALUE-BASED-ON-OTHER-TABLE/m-p/2380701#M61503</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have Four tables related to name, i want to count names in Table D. i try model measurement but it's so complecated and one by one. is there way to simplfy measurement with DAX or pivot table or other way&lt;/P&gt;&lt;P&gt;please your advice. Thank's&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 08:35:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNT-VALUE-BASED-ON-OTHER-TABLE/m-p/2380701#M61503</guid>
      <dc:creator>Wicak</dc:creator>
      <dc:date>2022-03-08T08:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT VALUE BASED ON OTHER TABLE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNT-VALUE-BASED-ON-OTHER-TABLE/m-p/2380944#M61519</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="361493" data-lia-user-login="Wicak" class="lia-mention lia-mention-user"&gt;Wicak&lt;/a&gt;&amp;nbsp;Hi!&lt;/P&gt;
&lt;P&gt;I didn't understand, what would be the result you want to achieve? Can you show me?&lt;/P&gt;
&lt;P&gt;BF&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:01:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNT-VALUE-BASED-ON-OTHER-TABLE/m-p/2380944#M61519</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2022-03-08T10:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT VALUE BASED ON OTHER TABLE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNT-VALUE-BASED-ON-OTHER-TABLE/m-p/2380959#M61521</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="361493" data-lia-user-login="Wicak" class="lia-mention lia-mention-user"&gt;Wicak&lt;/a&gt; , Unpivot the first three table to get the name column from member 1, member 2 etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then create a common name dimension&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Name =distinct(union(distinct(Table1[Name]),distinct(Table2[Name]),distinct(Table3[Name]),distinct(Table3[Name])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Join it with all four tables and now you can do analysis together&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/pivot-and-unpivot-with-power-bi" target="_blank"&gt;https://radacad.com/pivot-and-unpivot-with-power-bi&lt;/A&gt;&lt;BR /&gt;Append : &lt;A href="https://radacad.com/append-vs-merge-in-power-bi-and-power-query" target="_blank"&gt;https://radacad.com/append-vs-merge-in-power-bi-and-power-query&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:07:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNT-VALUE-BASED-ON-OTHER-TABLE/m-p/2380959#M61521</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-08T10:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT VALUE BASED ON OTHER TABLE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNT-VALUE-BASED-ON-OTHER-TABLE/m-p/2387886#M61960</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="361493" data-lia-user-login="Wicak" class="lia-mention lia-mention-user"&gt;Wicak&lt;/a&gt;&amp;nbsp;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;EM&gt;amitchandak&lt;/EM&gt;&amp;nbsp;said, you could unpivot in power query first.&lt;/P&gt;
&lt;P&gt;1.unpivot three table and select all column.&lt;/P&gt;
&lt;P&gt;&lt;A id="link_20" class="" href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/148838" target="_self" aria-label="View Profile of amitchandak"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2.append table.&lt;/P&gt;
&lt;P&gt;&lt;A id="link_20" class="" href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/148838" target="_self" aria-label="View Profile of amitchandak"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The final output is shown below:&lt;/P&gt;
&lt;P&gt;&lt;A id="link_20" class="" href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/148838" target="_self" aria-label="View Profile of amitchandak"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;3.add table in desktop and count of it.&lt;/P&gt;
&lt;P&gt;&lt;A id="link_20" class="" href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/148838" target="_self" aria-label="View Profile of amitchandak"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team_ Yalan Wu&lt;BR /&gt;If this post&lt;STRONG&gt;&lt;EM&gt; helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 06:42:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNT-VALUE-BASED-ON-OTHER-TABLE/m-p/2387886#M61960</guid>
      <dc:creator>v-yalanwu-msft</dc:creator>
      <dc:date>2022-03-11T06:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT VALUE BASED ON OTHER TABLE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNT-VALUE-BASED-ON-OTHER-TABLE/m-p/2400166#M62768</link>
      <description>&lt;P&gt;thanks for your sharing&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 09:45:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/COUNT-VALUE-BASED-ON-OTHER-TABLE/m-p/2400166#M62768</guid>
      <dc:creator>Wicak</dc:creator>
      <dc:date>2022-03-17T09:45:05Z</dc:date>
    </item>
  </channel>
</rss>

